/*Color*/
.light-bg {
  background: #fff;
}

/* placeholder mixin */
/* placeholder mixin */
/* how to use this variabile*/
/* .forms{
     @include placeholder{
      opacity: 1;color: #a5aeb7;
    } */
/* @include transition (.2s ease-out all); */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea,
button {
  font: 14px/1.4 "Funnel Display", sans-serif;
}
input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
  outline: 0;
}

hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
hr:before {
  display: table;
  content: "";
}
hr:after {
  display: table;
  clear: both;
  content: "";
}

.browserupgrade {
  background: #f00;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0.8em;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.browserupgrade a {
  font-weight: bold;
  color: #ff0;
}

.cf:before {
  display: table;
  content: "";
}
.cf:after {
  display: table;
  clear: both;
  content: "";
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
}

.rate-calculate .modal-dialog {
  max-width: 1070px;
}
.rate-calculate .modal-dialog .modal-content .modal-body .filter-3 li {
  padding: 20px;
}
@media (max-width: 767px) {
  .rate-calculate .modal-dialog .modal-content .modal-body .filter-3 li {
    padding: 15px;
  }
}
.filter-3 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.filter-3 li {
  width: 33.3333333333%;
  border-bottom: 1px solid #f6f7f9;
  border-right: 1px solid #f6f7f9;
  padding: 12px;
  flex: inherit !important;
}
@media (max-width: 991px) {
  .filter-3 li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .filter-3 li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .filter-3 li {
    width: 100%;
    padding: 10px;
  }
}
.filter-3 li:nth-child(3n+3) {
  border-right: none;
}
@media (max-width: 767px) {
  .filter-3 li:nth-child(3n+3) {
    border-right: 1px solid #f6f7f9;
  }
}
@media (max-width: 767px) {
  .filter-3 li:nth-child(2n+2) {
    border-right: none;
  }
}

.custom-modal .modal-dialog .modal-content {
  box-shadow: 0px 4px 26px rgb(25, 22, 53);
  border-radius: 16px;
  border: none;
}
.custom-modal .modal-dialog .modal-header {
  text-align: center;
  padding: 28px 26px 0;
  border: none;
}
.custom-modal .modal-dialog .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 0;
  flex: 1;
  color: #000000;
}
@media (max-width: 991px) {
  .custom-modal .modal-dialog .modal-header .modal-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
  }
}
.custom-modal .modal-dialog .modal-header h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.custom-modal .modal-dialog .btn-close {
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 99;
}
.custom-modal .modal-dialog .modal-body {
  padding: 26px 26px 35px;
}
@media (max-width: 991px) {
  .custom-modal .modal-dialog .modal-body {
    padding: 10px 10px 25px;
  }
}
.custom-modal .modal-dialog .modal-body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  display: block;
  width: 100%;
}
.custom-modal .modal-dialog .modal-body .search-btn {
  margin-bottom: -20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.custom-modal .modal-dialog .modal-body .search-btn button {
  margin: 0;
}
.custom-modal .modal-dialog .modal-body .search-btn button:hover {
  opacity: 1;
}
.custom-modal.sign-in .modal-body {
  padding: 50px;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body {
    padding: 25px;
  }
}
.custom-modal.sign-in .modal-body h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.custom-modal.sign-in .modal-body p {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #191635;
  margin-bottom: 25px;
  opacity: 0.8;
}
.custom-modal.sign-in .modal-body small {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
}
.custom-modal.sign-in .modal-body form {
  margin-bottom: 8px;
}
.custom-modal.sign-in .modal-body form .form-control {
  height: 57px;
}
.custom-modal.sign-in .modal-body .forgotPw {
  margin-bottom: 28px;
}
.custom-modal.sign-in .modal-body button {
  margin-bottom: 12px;
}
.custom-modal.sign-in .modal-body .stoke-text {
  margin: 40px auto;
  max-width: 50%;
}
@media (max-width: 767px) {
  .custom-modal.sign-in .modal-body .stoke-text {
    margin: 20px auto;
  }
}
.custom-modal.sign-in .modal-body .stoke-text span {
  color: #c3c3c3;
  background-color: #fff;
}
.custom-modal.sign-in .modal-body .agree-info {
  font-weight: 500;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

@media (max-width: 767px) {
  .hotel-info {
    flex-wrap: wrap;
  }
}
.hotel-info .hotel-img {
  flex: 0 0 162px;
  max-width: 162px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .hotel-info .hotel-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.hotel-info .hotel-details p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #191635;
  margin-bottom: 0;
}
.hotel-info .hotel-details a {
  color: #635EF8;
  text-decoration: none;
}
.hotel-info .hotel-details span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.hotel-info .hotel-details span img {
  width: 11px;
  height: 12px;
  margin: 0 4px;
}
.hotel-info .hotel-details .divider {
  display: inline-block;
  margin: 0 10px;
  width: 2px;
  background: #e8eaf0;
  height: auto;
}
.hotel-info .hotel-details .location {
  align-items: baseline;
}
.hotel-info .hotel-details .location img {
  width: 13px;
}
.hotel-info .hotel-details .location span {
  text-transform: uppercase;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

label {
  font-size: 13px;
  font-weight: bold;
  outline: none;
}
label:focus {
  outline: none;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}
.form-control.focus, .form-control:focus {
  border-color: #4C3ED1;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}
input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

::placeholder {
  color: #aaa;
}

button:focus, button.focus, input[type=submit]:focus, input[type=submit].focus {
  outline: 0;
}

.form-box input:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box input::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  color: #333 !important;
  opacity: 1 !important; /* for chrome */
}
.form-box textarea:-moz-placeholder {
  opacity: 1; /* Firefox 18- */
  color: #333 !important;
}
.form-box textarea::-moz-placeholder {
  opacity: 1; /* Firefox 19+ */
  color: #333 !important;
}
.form-box ::-webkit-input-placeholder {
  opacity: 1 !important; /* for chrome */
  color: #333 !important;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Funnel Display";
  line-height: 22px;
  color: #333;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  border-radius: 6px;
  user-select: none;
  -webkit-appearance: none;
}
.btn:focus {
  text-decoration: none;
  border: 0;
  outline: none;
}
.btn:focus:hover {
  box-shadow: none;
}
.btn:hover, .btn:active {
  text-decoration: none;
  background-color: #ddd;
  border-color: #ccc;
}
.btn:active {
  background-color: #dcdcdc;
  background-image: none;
  border-color: #b5b5b5;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  border-color: rgba(197, 197, 197, 0.5);
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background: #F71B46;
  border: 1px solid #F71B46;
  border-radius: 12px;
  text-transform: capitalize;
  white-space: normal;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.btn-primary:focus {
  border: 1px solid #F71B46;
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff !important;
  background: #F71B46;
  background-image: none;
  border: 1px solid #F71B46;
  box-shadow: none;
  opacity: 0.9;
}
.btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-secondary {
  color: #070828;
  background: #8C8AFF;
  border: 1px solid #8C8AFF;
  border-radius: 12px;
  text-transform: uppercase;
  white-space: normal;
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
.btn-secondary:focus {
  border: 1px solid #8C8AFF;
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #070828 !important;
  background: #8C8AFF;
  background-image: none;
  border: 1px solid #8C8AFF;
  box-shadow: none;
  opacity: 0.9;
}
.btn-secondary:disabled, .btn-secondary:disabled:hover, .btn-secondary.disabled, .btn-secondary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-outline-primary {
  color: #FF6565;
  background: none;
  background-image: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border: 1px solid #FF6565;
  border-radius: 10px;
  padding: 10px 34px;
  min-height: 40px;
  text-transform: uppercase;
}
.btn-outline-primary:focus {
  border: 1px solid #FF6565;
  box-shadow: none;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff !important;
  background: #FF6565;
  background-image: none;
  border: 1px solid #FF6565;
  box-shadow: none;
}
.btn-outline-primary:disabled, .btn-outline-primary:disabled:hover, .btn-outline-primary.disabled, .btn-outline-primary.disabled:hover {
  background-color: #fff;
  background-image: none;
  border-color: #e5e5e5;
}

.btn-sm {
  padding: 2px 8px;
}

.btn-lg {
  min-height: 46px;
  min-width: 172px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.blue-btn {
  color: #635EF8;
  border: 1px solid #635EF8;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: normal;
}
.blue-btn:hover, .blue-btn:focus, .blue-btn:active {
  background: #635EF8;
  color: #fff;
  border: 1px solid #635EF8;
}

.btn-sm {
  font-size: 12px;
  min-width: 77px;
  height: 36px;
  padding: 2px 8px;
  line-height: 10px;
  border-radius: 6px;
  min-height: inherit;
}

@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-Bold.woff2") format("woff2"), url("../fonts/FunnelDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-Medium.woff2") format("woff2"), url("../fonts/FunnelDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/FunnelDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-Regular.woff2") format("woff2"), url("../fonts/FunnelDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-Light.woff2") format("woff2"), url("../fonts/FunnelDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display";
  src: url("../fonts/FunnelDisplay-SemiBold.woff2") format("woff2"), url("../fonts/FunnelDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  height: 100%;
  font-family: "Funnel Display";
  background-color: #0A0A0A;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

.heading-1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .heading-1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .heading-1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .heading-1 {
    font-size: 34px;
    line-height: 42px;
  }
}

.heading-2 {
  font-size: 48px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 1199px) {
  .heading-2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .heading-2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

.para-1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #fff;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .para-1 {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .para-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .para-1 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

.heading-3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 1199px) {
  .heading-3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .heading-3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.Wrapper {
  background-color: #0A0A0A;
  position: relative;
}
.Wrapper::before {
  content: "";
  background: url(../img/redbg.png) no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  max-height: 100vh;
  background-position: right;
}
@media (max-width: 767px) {
  .Wrapper::before {
    background: url(../img/redbg-2.png) no-repeat;
    background-size: cover;
    background-position: right;
  }
}
header {
  position: relative;
  z-index: 1;
}
header .navbar {
  padding: 25px 0;
  background: transparent;
}
@media (max-width: 1199px) {
  header .navbar {
    padding: 30px 0;
  }
}
header .navbar .navbar-brand img {
  max-width: 123px;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    max-width: 100px;
  }
}

.banner {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.banner .banner-inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 0 100px 0;
}
@media (max-width: 1199px) {
  .banner .banner-inner {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .banner .banner-inner {
    padding: 30px 0;
  }
}
.banner .banner-info {
  position: relative;
}
.banner .banner-info .gradient-text {
  background: linear-gradient(87.7deg, #fff1f1 27.44%, #999191 116.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-info .para-1 {
  max-width: 400px;
}
.banner .banner-img-sec {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 10px;
  min-height: 400px;
}
@media (min-width: 1200px) {
  .banner .banner-img-sec {
    min-height: 550px;
  }
}
.banner .banner-img-sec .column {
  width: 20%;
  padding: 0;
  height: 100%;
  display: flex;
  margin: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  filter: grayscale(100%);
}
.banner .banner-img-sec .column.wide {
  width: 60% !important;
}
.banner .banner-img-sec .column.wide .columnContent {
  padding: 20px !important;
}
.banner .banner-img-sec .column.column-1 {
  background: url(../img/column-1.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner-img-sec .column.column-2 {
  background: url(../img/column-2.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner-img-sec .column.column-3 {
  background: url(../img/column-3.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner-img-sec .column.column-4 {
  background: url(../img/column-4.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner-img-sec .column.column-5 {
  background: url(../img/column-5.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.banner .banner-img-sec .column .columnContent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.banner .banner-img-sec .column .columnContent h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.banner .banner-img-sec .column .columnContent h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  transform: rotate(-90deg);
  margin: 0 0 60px 0;
}
.banner .banner-img-sec .column .columnContent p {
  display: none;
  color: #fff;
  text-align: left;
}
.banner .banner-img-sec .column:hover, .banner .banner-img-sec .column.wide {
  filter: grayscale(0%);
}
.banner .banner-img-sec .column:hover .columnContent h2, .banner .banner-img-sec .column.wide .columnContent h2 {
  display: none;
}
.banner .banner-img-sec .column:hover .columnContent p, .banner .banner-img-sec .column.wide .columnContent p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .banner .banner-img-sec .column:hover .columnContent p, .banner .banner-img-sec .column.wide .columnContent p {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner .banner-img-sec .column:hover h3, .banner .banner-img-sec .column.wide h3 {
  transform: rotate(0deg);
  padding-left: 0;
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 10px 0;
  animation: fadeIn 2s ease-in-out;
}
@media (max-width: 1199px) {
  .banner .banner-img-sec .column:hover h3, .banner .banner-img-sec .column.wide h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .banner .banner-img-sec .column:hover h3, .banner .banner-img-sec .column.wide h3 {
    font-size: 22px;
    line-height: 30px;
    white-space: inherit;
  }
}

.gradient-secondary {
  background: linear-gradient(90deg, #ffa3a3 0%, #ff7d76 14%, #e86988 29%, #d680de 43%, #9c83e6 57%, #848fd4 71%, #7c8be5 86%, #7b89ec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.businessSec {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .businessSec {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .businessSec {
    padding: 50px 0;
  }
}
.businessSec .businessContent {
  position: relative;
  z-index: 1;
}
.businessSec .businessContent::before {
  content: "";
  background: url(../img/bg-2.png) no-repeat;
  background-size: cover;
  right: -100px;
  top: -134px;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 525px;
  position: absolute;
  background-position: right;
  z-index: -1;
}
.businessSec .businessContent p {
  max-width: 820px;
  margin: 0 auto;
}
.businessSec .businessList {
  display: grid;
  gap: 16px;
  padding-top: 80px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .businessSec .businessList {
    padding-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .businessSec .businessList {
    grid-template-columns: 1fr;
  }
}
.businessSec .businessList .list {
  background-color: #222222;
  color: white;
  text-align: left;
  padding: 50px 36px;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #393939;
  border-radius: 20px;
  transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
}
@media (max-width: 1199px) {
  .businessSec .businessList .list {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .businessSec .businessList .list {
    padding: 20px;
  }
}
.businessSec .businessList .list:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.businessSec .businessList .list img {
  margin-bottom: 60px;
  max-height: 50px;
}
@media (max-width: 1199px) {
  .businessSec .businessList .list img {
    margin-bottom: 30px;
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .businessSec .businessList .list img {
    margin-bottom: 25px;
  }
}
.businessSec .businessList .list h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .businessSec .businessList .list h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .businessSec .businessList .list h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.businessSec .businessList .list p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .businessSec .businessList .list p {
    font-size: 14px;
    line-height: 24px;
  }
}

.virtualRoom {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .virtualRoom {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .virtualRoom {
    padding: 30px 0;
  }
}
.virtualRoom .virtualRoomContent {
  position: relative;
  z-index: 1;
}
.virtualRoom .virtualRoomContent p {
  max-width: 750px;
  margin: 0 auto;
}
.virtualRoom .swiper-main {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #1f1f1f;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .virtualRoom .swiper-main {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .virtualRoom .swiper-main {
    padding: 15px 30px 15px 15px;
  }
}
.virtualRoom .swiper-main .swiper-container {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .virtualRoom .swiper-main .swiper-container {
    height: 700px;
  }
}
.virtualRoom .swiper-main .swiper-container .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a0a0a;
}
.virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: left;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner h3 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 0 28px 0;
}
@media (max-width: 1199px) {
  .virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner h3 {
    font-size: 34px;
    line-height: 44px;
    margin: 0 0 20px 0;
  }
}
.virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1199px) {
  .virtualRoom .swiper-main .swiper-container .slider .swiper-slide .slide-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}
.virtualRoom .swiper-main .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
}
.virtualRoom .swiper-main .swiper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  position: absolute;
  z-index: 3;
  right: 10px;
}
.virtualRoom .swiper-main .swiper-pagination span {
  margin-bottom: 3em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  color: #b3a3a3;
}
.virtualRoom .swiper-main .swiper-pagination span:focus {
  outline: none;
}
.virtualRoom .vertical-slider {
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  padding: 10px;
}
.virtualRoom .slick-vertical .slick-slide {
  display: flex !important;
}

.experienceSec {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .experienceSec {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .experienceSec {
    padding: 30px 0;
  }
}
.experienceSec .experienceContent {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .experienceSec .experienceContent {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .experienceSec .experienceContent p {
    max-width: 630px;
    text-align: center;
    margin: 0 auto;
  }
}
.experienceSec .experienceMore {
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .experienceSec .experienceMore {
    flex-direction: column;
    padding: 0 0 20px 0;
  }
}
.experienceSec .experienceMore .experienceBox {
  border: 1px solid #262626;
  border-radius: 20px;
  overflow: hidden;
}
.experienceSec .experienceMore .experienceBox.experienceInfo {
  padding: 70px;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 1199px) {
  .experienceSec .experienceMore .experienceBox.experienceInfo {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .experienceSec .experienceMore .experienceBox.experienceInfo {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .experienceSec .experienceMore .experienceBox.experienceInfo {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.experienceSec .experienceMore .experienceBox.experienceimg {
  padding: 30px;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .experienceSec .experienceMore .experienceBox.experienceimg {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .experienceSec .experienceMore .experienceBox.experienceimg {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.experienceSec .experienceMore .experienceBox.screen-1 {
  background: url(../img/screen-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.screen-2 {
  background: url(../img/screen-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.videowall-1 {
  background: url(../img/videowall-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.videowall-2 {
  background: url(../img/videowall-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Versatile-1 {
  background: url(../img/Versatile-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Versatile-2 {
  background: url(../img/Versatile-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.surroundSound-1 {
  background: url(../img/surroundSound-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.surroundSound-2 {
  background: url(../img/surroundSound-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Tracking-camera-1 {
  background: url(../img/Tracking-camera-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Tracking-camera-2 {
  background: url(../img/Tracking-camera-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Studio-Lighting-1 {
  background: url(../img/Studio-Lighting-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox.Studio-Lighting-2 {
  background: url(../img/Studio-Lighting-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.experienceSec .experienceMore .experienceBox h2 {
  font-size: 48px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 1199px) {
  .experienceSec .experienceMore .experienceBox h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .experienceSec .experienceMore .experienceBox h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
.experienceSec .experienceMore .experienceBox p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .experienceSec .experienceMore .experienceBox p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .experienceSec .experienceMore .experienceBox p {
    font-size: 14px;
    line-height: 22px;
  }
}

.custom-br {
  display: none;
}
@media (min-width: 992px) {
  .custom-br {
    display: block;
  }
}

.successStory {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .successStory {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .successStory {
    padding: 50px 0;
  }
}
.successStory::before {
  content: "";
  background: url(../img/red.png) no-repeat;
  background-size: 30%;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right;
}
.successStory .successStoryContent {
  position: relative;
  z-index: 1;
}

.supportSec {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .supportSec {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .supportSec {
    padding: 50px 0 30px;
  }
}
.supportSec .supportList {
  display: grid;
  column-gap: 100px;
  padding-top: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .supportSec .supportList {
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .supportSec .supportList {
    grid-template-columns: 1fr;
  }
}
.supportSec .supportList .list {
  background-color: #222222;
  color: white;
  text-align: left;
  padding: 50px 36px;
  font-size: 18px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(175deg, #161616 47%, #0a0a0a 70%);
  margin-bottom: 40px;
}
.supportSec .supportList .list:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .supportSec .supportList .list {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .supportSec .supportList .list {
    padding: 25px;
  }
}
.supportSec .supportList .list img {
  margin-bottom: 30px;
  max-height: 54px;
}
@media (max-width: 1199px) {
  .supportSec .supportList .list img {
    margin-bottom: 25px;
    max-height: 40px;
  }
}
@media (max-width: 991px) {
  .supportSec .supportList .list img {
    margin-bottom: 20px;
  }
}
.supportSec .supportList .list h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .supportSec .supportList .list h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .supportSec .supportList .list h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.supportSec .supportList .list p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .supportSec .supportList .list p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .supportSec .supportList .list p {
    font-size: 14px;
    line-height: 24px;
  }
}

.virtualSlider {
  padding: 100px 0;
  position: relative;
  /* Default slide */
  /* Active center slide (You can change anything here for cenetr slide)*/
}
@media (max-width: 1199px) {
  .virtualSlider {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .virtualSlider {
    padding: 30px 0;
  }
}
.virtualSlider .virtualSliderContent {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .virtualSlider .virtualSliderContent {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .virtualSlider .virtualSliderContent {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .virtualSlider .virtualSliderContent p {
    max-width: 600px;
    margin: 0 auto;
  }
}
.virtualSlider .center-slider .slick-slide {
  color: #fff;
  height: 700px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
@media (max-width: 1199px) {
  .virtualSlider .center-slider .slick-slide {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .virtualSlider .center-slider .slick-slide {
    height: auto;
  }
}
.virtualSlider .slick-list {
  position: relative;
}
.virtualSlider .slick-list::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 120px;
  opacity: 1;
  z-index: 9;
  background: linear-gradient(90deg, rgb(10, 10, 10) 50%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .virtualSlider .slick-list::before {
    content: none;
  }
}
.virtualSlider .slick-list::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  width: 120px;
  opacity: 1;
  z-index: 9;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(10, 10, 10) 50%);
}
@media (max-width: 991px) {
  .virtualSlider .slick-list::after {
    content: none;
  }
}
.virtualSlider .center-slider .slick-slide,
.virtualSlider .center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(1.01, 0.85);
  transition: all 0.4s ease-in-out;
}
.virtualSlider .center-slider .slick-center,
.virtualSlider .center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1);
  z-index: 999;
}
.virtualSlider .center-slider .slick-current.slick-active {
  transform: scale(1);
  z-index: 999;
  position: relative;
  opacity: 1;
}
@media (max-width: 991px) {
  .virtualSlider .center-slider .slick-slide,
  .virtualSlider .center-slider .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    transform: none;
  }
  .virtualSlider .center-slider .slick-center,
  .virtualSlider .center-slider .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    transform: none;
  }
  .virtualSlider .center-slider .slick-current.slick-active {
    transform: none;
  }
}
.virtualSlider .slick-next,
.virtualSlider .slick-prev {
  z-index: 5;
}
.virtualSlider .slick-next {
  right: -100px;
}
@media (max-width: 1199px) {
  .virtualSlider .slick-next {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .virtualSlider .slick-next {
    right: 40%;
    top: 100%;
    margin: 30px 0 0 0;
  }
  .virtualSlider .slick-next img {
    width: 12px;
  }
}
.virtualSlider .slick-prev {
  left: calc(100% + 80px);
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .virtualSlider .slick-prev {
    left: calc(100% + 40px);
  }
}
@media (max-width: 991px) {
  .virtualSlider .slick-prev {
    left: 40%;
    top: 100%;
    margin: 30px 0 0 0;
  }
  .virtualSlider .slick-prev img {
    width: 12px;
  }
}
.virtualSlider .slick-prev:before,
.virtualSlider .slick-next:before {
  content: none;
}
.virtualSlider .list {
  text-align: left;
  background-color: #222222;
  border-radius: 20px;
  padding: 28px;
}
@media (max-width: 1199px) {
  .virtualSlider .list {
    padding: 20px;
  }
}
.virtualSlider .list .listInfo {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .virtualSlider .list .listInfo {
    padding-top: 15px;
  }
}
.virtualSlider .list .listInfo .heading-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1199px) {
  .virtualSlider .list .listInfo .heading-2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .virtualSlider .list .listInfo .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }
}

.SolutionsSec {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .SolutionsSec {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .SolutionsSec {
    padding: 30px 0;
  }
}
.SolutionsSec::before {
  content: "";
  background: url(../img/solutions-before.png) no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 20%;
  position: absolute;
  background-position: center;
}
.SolutionsSec::after {
  content: "";
  background: url(../img/solutions-after.png) no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  height: 20%;
  position: absolute;
  background-position: center;
}
.SolutionsSec .SolutionsSecContent {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsSecContent {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .SolutionsSec .SolutionsSecContent p {
    max-width: 650px;
    margin: 0 auto;
  }
}
.SolutionsSec .SolutionsList {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList {
    margin-top: 50px;
  }
}
.SolutionsSec .SolutionsList ul {
  counter-reset: list-counter;
  list-style: none; /* Remove default list styling */
  padding: 0 0 0 50px; /* Optional: Align with custom styling */
  margin: 0;
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList ul {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .SolutionsSec .SolutionsList ul {
    padding-left: 0;
  }
}
.SolutionsSec .SolutionsList ul li {
  counter-increment: list-counter; /* Increment counter for each item */
  position: relative;
  padding: 40px;
  text-align: left;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.5s ease;
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList ul li {
    padding: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .SolutionsSec .SolutionsList ul li {
    margin-bottom: 100px;
  }
}
.SolutionsSec .SolutionsList ul li:last-child {
  margin-bottom: 0;
}
.SolutionsSec .SolutionsList ul li::before {
  content: "0" counter(list-counter) ""; /* Custom number format */
  position: absolute;
  left: -80px;
  top: 0;
  font-weight: 300;
  color: #464646;
  font-size: 60px;
  line-height: 70px;
}
@media (min-width: 1200px) {
  .SolutionsSec .SolutionsList ul li::before {
    left: -130px;
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList ul li::before {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .SolutionsSec .SolutionsList ul li::before {
    left: 0;
    top: -70px;
  }
}
.SolutionsSec .SolutionsList ul li h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .SolutionsSec .SolutionsList ul li h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList ul li h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.SolutionsSec .SolutionsList ul li p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .SolutionsSec .SolutionsList ul li p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .SolutionsSec .SolutionsList ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}
.SolutionsSec .SolutionsList ul li.list-1 {
  background-color: #455aae;
}
.SolutionsSec .SolutionsList ul li.list-1:hover {
  -webkit-box-shadow: 10px 10px 0px 1px rgba(69, 90, 174, 0.75);
  -moz-box-shadow: 10px 10px 0px 1px rgba(69, 90, 174, 0.75);
  box-shadow: 10px 10px 0px 1px rgba(69, 90, 174, 0.75);
}
.SolutionsSec .SolutionsList ul li.list-2 {
  background-color: #7641a8;
}
.SolutionsSec .SolutionsList ul li.list-2:hover {
  -webkit-box-shadow: 10px 10px 0px 1px rgba(118, 65, 168, 0.75);
  -moz-box-shadow: 10px 10px 0px 1px rgba(118, 65, 168, 0.75);
  box-shadow: 10px 10px 0px 1px rgba(118, 65, 168, 0.75);
}
.SolutionsSec .SolutionsList ul li.list-3 {
  background-color: #cb8608;
}
.SolutionsSec .SolutionsList ul li.list-3:hover {
  -webkit-box-shadow: 10px 10px 0px 1px rgba(203, 134, 8, 0.75);
  -moz-box-shadow: 10px 10px 0px 1px rgba(203, 134, 8, 0.75);
  box-shadow: 10px 10px 0px 1px rgba(203, 134, 8, 0.75);
}
.SolutionsSec .SolutionsList ul li.list-4 {
  background-color: #ceb011;
}
.SolutionsSec .SolutionsList ul li.list-4:hover {
  -webkit-box-shadow: 10px 10px 0px 1px rgba(206, 176, 17, 0.75);
  -moz-box-shadow: 10px 10px 0px 1px rgba(206, 176, 17, 0.75);
  box-shadow: 10px 10px 0px 1px rgba(206, 176, 17, 0.75);
}
.SolutionsSec .SolutionsList ul li.list-5 {
  background-color: #308730;
}
.SolutionsSec .SolutionsList ul li.list-5:hover {
  -webkit-box-shadow: 10px 10px 0px 1px rgba(48, 135, 48, 0.75);
  -moz-box-shadow: 10px 10px 0px 1px rgba(48, 135, 48, 0.75);
  box-shadow: 10px 10px 0px 1px rgba(48, 135, 48, 0.75);
}

.faqSec {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .faqSec {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .faqSec {
    padding: 30px 0;
  }
}
.faqSec .faqContent {
  position: relative;
  z-index: 1;
}
.faqSec .faqContent .gradient-secondary {
  background: linear-gradient(90deg, #e86988 48%, #848fd4 55%, #7b89ec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1200px) {
  .faqSec .faqContent p {
    max-width: 650px;
    margin: 0 auto;
  }
}
.faqSec .accordion {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .faqSec .accordion {
    margin-top: 20px;
  }
}
.faqSec .accordion .accordion-item {
  margin-bottom: 28px;
  border-radius: 20px;
  background-color: #222222;
  border: 1px solid #3d3d3d;
}
@media (max-width: 1199px) {
  .faqSec .accordion .accordion-item {
    margin-bottom: 20px;
  }
}
.faqSec .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  padding: 40px 80px 40px 40px;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .faqSec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 50px 20px 20px;
  }
}
@media (max-width: 991px) {
  .faqSec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .faqSec .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }
}
.faqSec .accordion .accordion-item .accordion-header .accordion-button:focus, .faqSec .accordion .accordion-item .accordion-header .accordion-button:hover, .faqSec .accordion .accordion-item .accordion-header .accordion-button:active {
  border: none;
  box-shadow: none;
}
.faqSec .accordion .accordion-item .accordion-collapse {
  padding: 0;
}
.faqSec .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 40px 40px 40px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1199px) {
  .faqSec .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .faqSec .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 24px;
  }
}
.faqSec .accordion-button::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2212%22%20viewBox%3D%220%200%2022%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L10.2929%2010.2929C10.6834%2010.6834%2011.3166%2010.6834%2011.7071%2010.2929L21%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 40px;
}
@media (max-width: 1199px) {
  .faqSec .accordion-button::after {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .faqSec .accordion-button::after {
    background-size: 14px;
  }
}
.faqSec .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.connectSec {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .connectSec {
    padding: 25px 0 0;
  }
}
.connectSec .connectContent {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .connectSec .connectContent p {
    max-width: 550px;
  }
}
.connectSec .connectContent iframe {
  border: none;
  position: absolute;
  right: 0;
}
.connectSec .vimeo-video {
  position: absolute;
  top: 0;
  right: -240px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media (max-width: 1199px) {
  .connectSec .vimeo-video {
    right: -150px;
  }
}
@media (max-width: 767px) {
  .connectSec .vimeo-video {
    display: none;
  }
}

footer {
  border-top: 1px solid #3d3d3d;
}
footer .footer-inner {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1199px) {
  footer .footer-inner {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-inner {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-inner {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left {
    order: 2;
  }
}
footer .footer-inner .footer-left .footer-logo {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    margin-bottom: 20px;
  }
}
footer .footer-inner .footer-left .footer-logo .navbar-brand {
  display: block;
}
footer .footer-inner .footer-left .footer-logo .navbar-brand img {
  max-width: 130px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo .navbar-brand img {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
footer .footer-inner .footer-left .companyInfo {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .companyInfo {
    margin-bottom: 30px;
  }
}
footer .footer-inner .footer-left .companyInfo a {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #e0e0e0;
  margin-bottom: 16px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-left .companyInfo a {
    font-size: 16px;
  }
}
footer .footer-inner .footer-left .companyInfo p {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-left .companyInfo p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-inner .footer-left .poweredBy {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .poweredBy {
    margin-bottom: 0;
  }
}
footer .footer-inner .footer-left .poweredBy span {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .poweredBy span {
    font-size: 15px;
    line-height: 20px;
  }
}
footer .footer-inner .footer-left .footer-icon {
  max-width: 360px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-icon {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .footer-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-right {
    order: 1;
    margin-bottom: 50px;
  }
}
footer .footer-inner .footer-right h2.gradient-text.heading-1 {
  background: linear-gradient(87.7deg, #fff1f1 27.44%, #999191 116.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
footer .footer-inner .footer-right p {
  margin-bottom: 40px;
}
footer .footer-inner .footer-right form .form-group {
  background: #222222;
  border: none;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  footer .footer-inner .footer-right form .form-group {
    margin-bottom: 25px;
  }
}
footer .footer-inner .footer-right form .form-group .form-control {
  height: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #848484;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-right form .form-group .form-control {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-right form .form-group .form-control {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .footer-inner .footer-right form .form-group .form-control::placeholder {
  color: #848484;
  opacity: 1; /* Firefox */
}
footer .footer-inner .footer-right form .form-group .form-control:-ms-input-placeholder {
  color: #848484;
}
footer .footer-inner .footer-right form .form-group .form-control::-ms-input-placeholder {
  color: #848484;
}
footer .footer-inner .footer-right form .form-group textarea {
  min-height: 85px;
}
footer .footer-inner .footer-right form .custom-select {
  position: relative;
  padding: 0 !important;
}
footer .footer-inner .footer-right form .custom-select .form-select {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  border: none;
  box-shadow: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
  color: #848484;
  position: relative;
  width: 100%;
  padding: 20px 50px 20px 30px;
}
@media (max-width: 991px) {
  footer .footer-inner .footer-right form .custom-select .form-select {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 50px 20px 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .footer-right form .custom-select .form-select {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .footer-inner .footer-right form .custom-select::after {
  content: "";
  background-image: url(../img/arrow-down-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 10px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 20px;
  pointer-events: none;
  bottom: 0;
  margin: auto;
}
footer .footer-bottom {
  background-color: #161616;
  padding: 10px 0;
}
footer .footer-bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
footer .footer-bottom ul li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom ul .divider-vertical {
  margin: 0 20px;
  height: 22px;
  width: 1px;
  background: #ffffff;
  display: list-item;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  margin-left: 20px;
  content: "";
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  background: url(../img/arrow-right.svg) no-repeat;
  height: 11px;
  width: 28px;
  background-size: contain;
}
.arrow:hover::after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 2s ease-in-out;
}

.form-select option {
  background-color: #222222; /* Background color for the options */
  color: #ffffff; /* Text color for the options */
}

@media (orientation: landscape) {
  .showcase-wrap {
    flex-direction: row !important;
  }
}
@media (orientation: portrait) {
  .showcase-wrap {
    flex-direction: column !important;
  }
}
.virtualRooSlide .showcase-panel {
  margin: 20px 0;
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #1f1f1f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .virtualRooSlide .showcase-panel {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .virtualRooSlide .showcase-panel {
    padding: 20px;
  }
}
.virtualRooSlide .showcase-panel .showcase-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  gap: 25px;
}
@media (max-width: 767px) {
  .virtualRooSlide .showcase-panel .showcase-wrap {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
}
.virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: start;
}
@media (max-width: 767px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}
.virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card {
  text-align: left;
}
.virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .app__head4 {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin: 0 0 28px 0;
}
@media (max-width: 1199px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .app__head4 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .app__head4 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 15px 0;
  }
}
.virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .showcase_subhead {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  max-width: 480px;
}
@media (max-width: 1199px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .showcase_subhead {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-inner .showcase-card .showcase_subhead {
    max-width: 100%;
  }
}
.virtualRooSlide .showcase-panel .showcase-wrap .showcase-visuals {
  width: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}
@media (max-width: 767px) {
  .virtualRooSlide .showcase-panel .showcase-wrap .showcase-visuals {
    width: 100%;
  }
}
.section-main {
  width: 100%;
  position: sticky;
  padding: 0;
  margin: 0;
  background-color: #0a0a0a;
}

.section1 {
  top: 50px;
  color: white;
  text-align: center;
}

.section2 {
  top: 50px;
  z-index: 2;
}

.section3 {
  top: 50px;
  z-index: 3;
}

.list-items {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.005em;
  color: #fff;
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .list-items {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .list-items {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .list-items {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

input[type=number]:focus::-webkit-inner-spin-button,
input[type=number]:focus::-webkit-outer-spin-button,
input[type=number]:hover::-webkit-inner-spin-button,
input[type=number]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
