/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  display: block !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  transform: none;
  display: block;
  left: 0;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
}
.slick-arrow.slick-next {
  left: 50%;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  list-style: none;
  gap: 9px;
  z-index: 5;
}

.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--light);
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: var(--light);
}

@font-face {
  font-family: "ABC Arizona Flare";
  src: url("/fonts/ABCArizonaFlare-Light.woff2") format("woff2"), url("/fonts/ABCArizonaFlare-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 84px;
  --gap: 25px;
  --light: #f8f4ed;
  --white: #fff;
  --charcoal: #302D2A;
  --stone: #F7F4EB;
  --stone-soft: #F9F7F1;
  --bronze: #9D774E;
  --bronze-t: #8B6337;
  --dark: #231F20;
  --xxs: 5px;
  --xs: 10px;
  --m: 56px;
  --l: clamp(50px, 80px, 10vh);
  --xl: clamp(44px, 200px, 25vh);
  --xxl: clamp(89px, 259px, 30vh);
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: var(--dark);
  background-color: var(--stone);
}

main.loaded {
  height: auto;
  overflow: initial;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
  padding: 0 15px;
}

.grid_4 {
  width: calc(33.33% - var(--gap) * 1.33);
}

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

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

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

.bronze-t {
  color: var(--bronze-t);
}

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

.max460 {
  max-width: 460px;
}

.self-stretch {
  align-self: stretch;
  height: 100%;
}
.self-stretch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

#preloader.disable {
  opacity: 0 !important;
  pointer-events: none;
}

#overview {
  overflow: hidden;
}

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

.full-height {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  width: 100%;
  background-position: center;
  padding: var(--gap);
  background-size: cover;
}

.dark-bg::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

/* General */
.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gap {
  gap: var(--gap);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.r-reverse {
  flex-direction: row-reverse;
}

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

.j-c {
  justify-content: center;
}

.j-s {
  justify-content: flex-start;
}

.j-e {
  justify-content: flex-end;
}

.s-b {
  justify-content: space-between;
}

.a-c {
  align-items: center;
}

.a-s {
  align-items: flex-start;
}

.a-e {
  align-items: flex-end;
}

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

.relative {
  position: relative;
  z-index: 2;
}

.center_align {
  text-align: center;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 34px;
}

.mb40 {
  margin-bottom: 43px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 57px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.ptg {
  padding-top: var(--gap);
}

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

.ptxl {
  padding-top: var(--xl);
}

.pbxxl {
  padding-bottom: var(--xxl);
}

.pt75 {
  padding-top: 75px;
}

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

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

.pts {
  padding-top: var(--gap);
}

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

.pls {
  padding-left: var(--gap);
}

.prs {
  padding-right: var(--gap);
}

.ptxs {
  padding-top: var(--xs);
}

.ptxxs {
  padding-top: var(--xxs);
}

.ptxxl {
  padding-top: var(--xxl);
}

.pbxl {
  padding-bottom: var(--xl);
}

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

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

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

.pbxxs {
  padding-bottom: var(--xxs);
}

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

.border-t {
  border-top: 1px solid currentColor;
}

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

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

section {
  position: relative;
  z-index: 1;
  background-size: cover;
}

/* Headings */
h1 {
  font-family: "ABC Arizona Flare";
  background: linear-gradient(132.85deg, #9E8976 -0.54%, #7A5E50 19.67%, #F6D0AB 41.95%, #9D774E 62.67%, #C99B70 88.06%, #795F52 103.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}

.h1-holder {
  height: var(--header-height);
  padding: 0 var(--gap);
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
}

h2 {
  font-family: "ABC Arizona Flare";
  font-weight: 300;
  font-size: 40px;
  line-height: 1.17;
  letter-spacing: -0.01em;
}

h3 {
  font-family: "ABC Arizona Flare";
  font-size: clamp(24px, 48px, 3.8vw);
  font-weight: 300;
  line-height: 1.28em;
  text-transform: uppercase;
}

.tst {
  background: linear-gradient(132.85deg, #9E8976 -0.54%, #7A5E50 19.67%, #F6D0AB 41.95%, #9D774E 62.67%, #C99B70 88.06%, #795F52 103.09%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.blk {
  text-transform: uppercase;
  overflow: hidden;
}
.blk span {
  transition: transform 1s;
  transform: translateY(105%);
  display: block;
}
.blk.animated span {
  transform: translateY(0);
}

h4 {
  font-size: 14px;
  line-height: 18px;
}

.h30 {
  background: linear-gradient(130.85deg, #9E8976 7.46%, #7A5E50 19.67%, #F6D0AB 50.95%, #9D774E 77.67%, #C99B70 102.06%, #795F52 103.09%);
}

.h31 {
  background: linear-gradient(129.85deg, #9E8976 3.46%, #7A5E50 15.67%, #F6D0AB 46.95%, #9D774E 73.67%, #C99B70 98.06%, #795F52 137.09%);
}

.h32 {
  background: linear-gradient(130.85deg, #9E8976 -0.54%, #7A5E50 11.67%, #F6D0AB 42.95%, #9D774E 69.67%, #C99B70 94.06%, #795F52 124.09%);
}

.h33 {
  background: linear-gradient(131.85deg, #9E8976 -4%, #7A5E50 7.6%, #F6D0AB 38.95%, #9D7756 65.6%, #C99B71 90.06%, #795F54 117.09%);
}

.h34 {
  background: linear-gradient(126.85deg, #9E8976 -10.54%, #7A5E50 3.67%, #F6D0AB 34.95%, #9D7750 61.67%, #C99B70 87.06%, #795F52 112.09%);
}

.h30, .h31, .h32, .h33, .h34 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.container {
  width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
  max-width: 1248px;
  position: relative;
}

.w490 {
  max-width: 490px;
}

.w640 {
  max-width: 640px;
}

.pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 148%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.fadeInUp {
  opacity: 0;
  transition: opacity 1s;
}
.fadeInUp.animated {
  opacity: 1;
}

.delay1 {
  transition-delay: 0.15s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.45s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.75s;
}

.img-holder {
  overflow: hidden;
  position: relative;
}

.toAnimate.lazyImg {
  filter: blur(5px);
  transition: opacity 0.7s, filter 1s;
  opacity: 0;
}

.lazyImg.animated {
  opacity: 1;
  filter: blur(0);
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  padding: 0 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 400;
  color: var(--bronze-t);
  border: 1px solid currentColor;
}

.playBtn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  flex-wrap: wrap;
  padding: 0 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all 0.3s;
  line-height: 1;
  font-weight: 400;
  background-color: rgba(144, 137, 138, 0.7);
  gap: 5px;
  color: var(--stone);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--bronze);
    color: var(--stone);
    border: 1px solid var(--bronze);
  }
  .playBtn:hover {
    background-color: rgba(144, 137, 138, 0.9);
  }
}
.uppercase {
  text-transform: uppercase;
}

.mob {
  display: none;
}

.marker {
  position: absolute;
  z-index: 2;
  top: 10.5%;
  left: 58.5%;
  width: 9%;
}

.video-holder {
  position: relative;
}
.video-holder:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}

footer {
  padding: 0 var(--gap) var(--gap) var(--gap);
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 12px;
}

.border {
  height: 1px;
  display: block;
  margin: 37px 0 24px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}

.poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.poster img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.logos {
  gap: 50px;
}

.legal {
  gap: 40px;
}

.artist {
  position: relative;
}

.artist:after {
  position: absolute;
  content: "Artist's impression";
  display: block;
  right: 10px;
  bottom: 6px;
  z-index: 2;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tel {
  font-size: 24px;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  height: var(--header-height);
  line-height: 1;
  padding: 0 var(--gap);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
header.bg #logo-holder {
  transform: translateY(0);
}

#anime {
  width: 366px;
  position: relative;
  z-index: 3;
  transform: translate(-65px, -45px);
}

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.logo {
  width: 196px;
}

.enq-b {
  display: none;
}

#logo-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--stone);
  z-index: 0;
  padding: var(--gap);
  transform: translateY(-100%);
  transition: transform 0.6s;
}

#enquire {
  padding: 164px 0 201px;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#enquire h3 {
  font-size: clamp(24px, 34px, 4vw);
}

.enq_frm {
  width: 820px;
  max-width: 100%;
  margin: auto;
}

.register {
  background-color: var(--stone);
  z-index: 2;
  padding: 130px 15px 143px 15px;
  text-align: left;
  max-width: 1086px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}

.g10 {
  gap: 20px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  appearance: none;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--charcoal);
  border: none;
  font-family: inherit;
  font-size: 14px;
  padding: 5px 0 13px;
  line-height: 1;
  resize: none;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  width: 100% !important;
  border-bottom: 1px solid currentColor;
  margin: 1px 0 35px;
  letter-spacing: 0.05em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--dark) !important;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

option {
  color: var(--dark);
}

.form-row {
  position: relative;
  width: calc(50% - 10px);
}

.call {
  font-size: 24px;
  letter-spacing: 0.04em;
  margin-bottom: 64px;
  display: block;
}

.b_submit {
  margin: 41px 0 72px 0;
  width: -moz-max-content !important;
  width: max-content !important;
  cursor: pointer;
  padding: 0 22px;
}

select {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 10px 0;
  background-image: url(/images/icons/arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

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

.token-input-list-project {
  list-style: none;
}

.token-input-token-project {
  list-style: none;
  display: inline-block;
}
.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

.token-input-dropdown-project {
  background: var(--light);
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}

.privacy {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}

.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
  font-size: 12px;
}

.chk_holder {
  height: 43px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  font-weight: 300;
  margin-bottom: 30px;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

.check-holder label:after {
  position: absolute;
  left: 4px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  content: "";
  display: block;
  border-radius: 5px;
}

ul.parsley-errors-list {
  position: absolute;
  bottom: 8px;
  color: #ff0000;
  left: 0;
  font-size: 12px;
}

.grid_6 .mb20 {
  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: 30px;
  width: 30px;
  text-align: center;
}

#chkInternational + label {
  padding: 6px 0 0 31px;
  font-size: 13px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  font-family: inherit;
  display: block;
  text-align: left;
}

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

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  background-color: currentColor;
  content: "";
  display: block;
  transition: all 0.2s ease-in-out;
}

#chkInternational:checked + label:after {
  opacity: 1;
}

.abs-pad {
  display: none;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 38px;
  }
  .hide-pad {
    display: none !important;
  }
  .abs-pad {
    display: block;
    position: absolute;
    left: -12px;
    top: auto;
    color: var(--bronze);
  }
  .logos {
    gap: 50px;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .legal {
    gap: 15px 25px;
    flex-wrap: wrap;
    justify-content: center !important;
    margin: auto;
  }
  .legal p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  :root {
    --header-height: 80px;
    --gap: 16px;
    --l: 89px;
    --m:30px;
    --xl: 85px;
    --xxl: 85px ;
  }
  header {
    position: fixed;
    opacity: 0;
    background-color: var(--stone);
    transition: opacity 0.5s;
  }
  header #logo-holder {
    transform: translateY(0);
  }
  header.bg {
    opacity: 1;
  }
  .h4 {
    margin-bottom: 3px;
  }
  #home {
    align-items: center;
    padding: 10px 15px 30px 15px;
  }
  .full-height {
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
  }
  .j-e {
    justify-content: flex-start;
  }
  #anime {
    max-width: 100%;
    transform: none;
    margin: 0 auto;
  }
  .h1-holder {
    height: 100px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h1 {
    font-size: 32px;
    text-align: center;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    display: inline;
  }
  .blk span {
    display: inline;
    background: none !important;
    color: var(--bronze);
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    transform: none;
  }
  .fadeInUp {
    opacity: 1;
  }
  h4 {
    font-size: 16px;
  }
  .break {
    display: none;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block;
  }
  .g10 {
    gap: 0;
  }
  .video-holder-m {
    position: relative;
    padding-top: 120px;
  }
  .video-holder-m:after {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    width: 100%;
    height: 100%;
  }
  .b_submit {
    margin: 20px 0 30px 0;
  }
  .register {
    padding: 40px var(--gap);
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  #enquire {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100px;
  }
  .form-row {
    position: relative;
    width: 100%;
  }
  .chk_holder {
    height: 25px;
    margin-bottom: 25px;
  }
  .areialImg {
    aspect-ratio: 41/68;
    -o-object-position: right top;
       object-position: right top;
  }
  .marker {
    top: 5%;
    left: auto;
    width: 21%;
    right: 47%;
  }
  .blk {
    display: none;
  }
  .h3-m {
    color: var(--bronze-t);
    position: relative;
  }
  .h3-m span {
    position: absolute;
    left: -12px;
    top: auto;
  }
  .ptbm {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .n-auto {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
    display: block;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .abs-pad {
    display: none;
  }
}