.base-theme-element {
  --dashboard-background: #232e3c;
}

.max-840 {
  max-width: 840px;
}

.width-200 {
  width: 200px;
}

.width-120 {
  width: 120px;
}

.height-50 {
  min-height: 50px;
}

.sculpture .height-50 {
  height: 70px;
}

.textile .height-50 {
  height: 70px;
}

.container {
  max-width: 1155px;
}

.container-small {
  max-width: 840px;
}
@media (min-width: 1420px) {
  .container-small {
    max-width: 1030px;
  }
}
@media (min-width: 1900px) {
  .container-small {
    max-width: 1322px;
  }
}

.font-30 {
  font-size: 30px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-22 {
  font-size: 22px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-50 {
  font-size: 50px;
}

.color-sky-blue {
  color: #2cade6;
}

.color-light-white {
  color: #f6f6f6;
}

.font-36 {
  font-size: 36px;
}

.font-42 {
  font-size: 42px;
  line-height: 42px;
}

.font-bold {
  font-weight: bold;
}

.color-light-grey {
  color: #d9dce3;
}

.color-dark-grey {
  color: #4e4e4e;
}

.color-medium-grey {
  color: #6d6c6a;
}

.color-dark {
  color: #343434;
}

.text-transparent {
  color: transparent;
}

.color-yellow {
  color: #f6eb41;
}

.color-red {
  color: #ec1a33;
}

.color-green {
  color: #17ce19;
}

.text-shadow {
  text-shadow: 1px 1px 1px #000;
}

@media (max-width: 1190px) {
  .side-scroll-outer-wrap .scroll-text-heading {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .side-scroll-outer-wrap .scroll-text-heading {
    font-size: 30px;
  }
}

.relation-blue-text {
  color: #adeae3;
}

.relation-yellow-text {
  color: #f4b964;
}

.relation-orange-text {
  color: #f49180;
}

.relation-dark-blue-text {
  color: #6aa2a1;
}

a:hover {
  text-decoration: none;
}

.scroll-top-btn {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
.scroll-top-btn img {
  display: block;
  max-width: 100%;
}

.basic-button {
  padding: 5px 10px;
  background: transparent;
  border: none;
  color: #000;
  transition: all 0.5s ease;
}
.basic-button.outline {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
}
.basic-button.outline.active {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.basic-button.outline:hover {
  background: #333;
  color: #fff;
}
.basic-button .btn-in-image {
  max-width: 50px;
}
.basic-button.sm {
  padding: 5px;
  font-size: 13px;
}
@media (max-width: 1190px) {
  .basic-button {
    padding: 5px 8px;
    font-size: 12px;
  }
}

.circle-btn {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  font-size: 14px;
  background: transparent;
}
.circle-btn.no-border {
  border: none;
}
.circle-btn.sm {
  width: 30px;
  height: 30px;
  line-height: 20px;
}
.circle-btn:hover {
  background: #333;
  color: #fff;
}
.circle-btn.active {
  background: #333;
  color: #fff;
}
.circle-btn.only-image {
  background: transparent;
}
.circle-btn.only-image img {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -15px;
  margin-top: -15px;
  left: 50%;
  top: 50%;
}
.circle-btn.only-image:hover {
  background: #333;
  color: #fff;
}
.circle-btn.only-image:hover img {
  filter: invert(100%);
}
.circle-btn.only-image.active {
  background: #333;
  color: #fff;
}
.circle-btn.only-image.active img {
  filter: invert(100%);
}
.circle-btn.only-image.inverted img {
  filter: invert(100%);
}
.circle-btn.only-image.inverted:hover {
  background: transparent;
}
.circle-btn.only-image.inverted:hover img {
  filter: invert(0%);
}
.circle-btn.only-image.inverted.active {
  background: transparent;
}
.circle-btn.only-image.inverted.active img {
  filter: invert(0%);
}
.circle-btn.only-image.opacity img {
  opacity: 0.3;
  filter: invert(0%);
}
.circle-btn.only-image.opacity:hover {
  background: transparent;
}
.circle-btn.only-image.opacity:hover img {
  opacity: 1;
}
.circle-btn.only-image.opacity.active {
  background: transparent;
}
.circle-btn.only-image.opacity.active img {
  opacity: 1;
}
.circle-btn.only-image.less-round {
  border-radius: 5px;
}
.circle-btn.only-image.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.circle-btn.only-image.disabled:hover {
  background: transparent;
}
.circle-btn.only-image.disabled:hover img {
  filter: none;
}
.circle-btn.only-image.grey-color {
  background: transparent;
}
.circle-btn.only-image.grey-color img {
  filter: grayscale(100%);
}
.circle-btn.only-image.grey-color:hover img {
  filter: grayscale(0%);
}
.circle-btn.only-image.grey-color.active img {
  filter: grayscale(0%);
}
.circle-btn.only-image.big-image {
  filter: invert(0%);
}
.circle-btn.only-image.big-image img {
  border-radius: 120px;
  width: 120px;
  height: auto;
  position: absolute;
  margin-left: -60px;
  margin-top: -30px;
  left: 50%;
  top: 50%;
}
.circle-btn.only-image.big-image:hover img {
  filter: invert(0%);
}
.circle-btn.only-image.big-image.active img {
  filter: invert(0%);
}
.circle-btn.only-image.overflow {
  overflow: hidden;
}

.left-btn-list,
.right-btn-list {
  position: absolute;
  top: 0px;
}
.left-btn-list button,
.right-btn-list button {
  display: block;
  margin-bottom: 10px;
}

.left-btn-list {
  left: -55px;
}
.left-btn-list.indian-grid {
  left: -140px;
  top: -50px;
}

.floorgraphics .left-btn-list {
  left: -85px;
  top: -70px;
}

.right-btn-list {
  right: -80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plain-btn {
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border: none;
  padding: 0 10px;
}
.plain-btn:hover {
  color: #000;
}
.plain-btn:first-of-type {
  padding-left: 0;
}
.plain-btn:last-of-type {
  padding-right: 0;
}
.plain-btn.active {
  font-weight: 700;
}

.btn-list-wrap-bottom {
  display: flex;
  gap: 20px;
}
.btn-list-wrap-bottom > div {
  display: flex;
  gap: 20px;
}
.btn-list-wrap-bottom > div.modular-control {
  gap: 40px;
}
.btn-list-wrap-bottom .modular-control .mdl-btn-grp {
  display: flex;
  gap: 20px;
}
.btn-list-wrap-bottom.indian {
  gap: 0;
}
.btn-list-wrap-bottom .sclupture-btn-design {
  width: 120%;
  justify-content: space-between;
}

.svg-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  margin-right: 10px;
}
.svg-btn:last-of-type {
  margin-right: 0;
}
.svg-btn svg {
  fill: none;
  stroke-width: 1px;
  stroke: #333;
  width: 40px;
  height: 40px;
}
.svg-btn svg .svg-btn-path {
  fill: none;
  stroke-width: 15px;
  stroke: #333;
}
.svg-btn svg.stroke-width-5 .svg-btn-path {
  stroke-width: 5px;
}
.svg-btn.diff-size svg {
  width: 44px;
  height: 44px;
}
.svg-btn.diff-stroke svg {
  stroke-width: 3;
}
.svg-btn.active svg {
  stroke: none;
  fill: #db8f89;
}
.svg-btn.active svg .svg-btn-path {
  stroke: #db8f89;
}
.svg-btn:hover svg {
  stroke: none;
  fill: #db8f89;
}
.svg-btn:hover svg .svg-btn-path {
  stroke: #db8f89;
}

header.header-wrapper {
  background: #000;
  padding: 10px 0px;
}
header.header-wrapper .brand-name {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
header.header-wrapper .brand-name img {
  margin-right: 10px;
  max-width: 24px;
  filter: invert(100);
}
header.header-wrapper .page-name {
  color: #fff;
  font-size: 14px;
}
header.header-wrapper .header-ab-button {
  padding: 3px 5px;
  font-size: 16px;
  color: #878787;
  float: right;
  font-weight: 700;
  display: none;
}
header.header-wrapper .menu-nav-wrapper .menu-inner {
  width: 100%;
  float: right;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label {
  margin: 0px;
  padding: 0px;
  float: right;
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li {
  margin: 0;
  padding: 0;
  display: block;
  margin-right: 5px;
  float: left;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a {
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1190px) {
  header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li a {
    padding: 3px 5px;
    font-size: 14px;
  }
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li.active a {
  color: #fff;
  font-weight: 700;
}
header.header-wrapper .menu-nav-wrapper .menu-inner ul.primary-label > li:last-child {
  margin-right: 0px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu {
  position: relative;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label {
  position: absolute;
  padding: 0px 30px;
  margin: 0;
  width: 315px;
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: -1;
  max-height: 0px;
  overflow: hidden;
  left: 10px;
  top: 65px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li {
  display: block;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li.divider-line {
  margin: 10px 0px;
  border-top: 1px solid #8c8889;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li h5 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #4f4e4c;
  text-transform: uppercase;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #4f4e4c;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #254fa3;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 10px;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.blue:before {
  background: #254fa3;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.yellow:before {
  background: #f5ed42;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a.red:before {
  background: #ed1c32;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label li a:hover {
  color: #000;
}
header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label.open-drop {
  max-height: 600px;
  padding: 10px 30px;
  opacity: 1;
  z-index: 1;
  top: 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label {
    position: relative;
    top: 0;
  }
  header.header-wrapper .menu-nav-wrapper .menu-inner li.sub-menu .secondary-label.open-drop {
    max-height: 600px;
    opacity: 1;
    z-index: 1;
    top: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media (max-width: 767px) {
  header.header-wrapper .menu-nav-wrapper {
    max-height: 0px;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header-wrapper .menu-nav-wrapper.open {
    margin-top: 10px;
    opacity: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header.header-wrapper .menu-nav-wrapper.open .menu-inner ul.primary-label {
    float: none;
  }
  header.header-wrapper .menu-nav-wrapper.open .menu-inner.big ul.primary-label > li {
    display: block;
    float: none;
    margin-right: 0px;
  }
}

.home-page {
  background: #ededed;
}
.home-page header.header-wrapper {
  background: #ededed;
  color: #929497;
}
.home-page header.header-wrapper .brand-name {
  color: #000;
}
.home-page header.header-wrapper .brand-name img {
  filter: none;
}
.home-page header.header-wrapper .hamburger-menu {
  display: none !important;
}
.home-page header.header-wrapper .menu-nav-wrapper {
  display: none;
}
.home-page header.header-wrapper .header-ab-button {
  display: block;
}

.header-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

footer.footer-wrapper {
  background: url("../images/footer_bg.png") no-repeat;
  background-size: cover;
  padding: 20px 0px;
  background-position: center center;
  border-top: 1px solid #eee;
}
footer.footer-wrapper ul {
  margin: 0;
  padding: 0;
}
footer.footer-wrapper ul li {
  display: block;
}
footer.footer-wrapper ul li a {
  display: block;
  padding: 2px 0px;
  color: #b84a01;
}
footer.footer-wrapper ul li a:hover {
  text-decoration: underline;
}

body {
  font-family: "Mukta", sans-serif;
  background: #fff;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}
body *:focus {
  outline: none;
}

.main-content-area {
  position: relative;
  padding-top: 50px;
}
.main-content-area.full-window-h {
  min-height: calc(100vh);
}
.main-content-area .max-h-45vh {
  max-height: 45vh;
}
@media (max-width: 767px) {
  .main-content-area {
    padding-top: 55px;
  }
}

.custom-scroll-style .simplebar-content-wrapper {
  padding-right: 30px;
}
.custom-scroll-style .simplebar-vertical {
  background: #e0e0e0;
  width: 8px !important;
  border-radius: 8px;
}
.custom-scroll-style .simplebar-vertical .simplebar-scrollbar {
  background: #bdbec0;
  width: 8px;
  right: 0;
  border-radius: 8px;
}
.custom-scroll-style.scroll-theme-2 .simplebar-content-wrapper {
  padding-right: 20px;
}
.custom-scroll-style.scroll-theme-2 .simplebar-vertical .simplebar-scrollbar {
  background: #575654;
}
.custom-scroll-style.scroll-theme-2 .simplebar-vertical {
  background: transparent;
  border: 1px solid #64605f;
}
.custom-scroll-style.scroll-theme-3 .simplebar-content-wrapper {
  padding-right: 20px;
}
.custom-scroll-style.scroll-theme-3 .simplebar-vertical .simplebar-scrollbar {
  background: #c7c7c7;
}
.custom-scroll-style.scroll-theme-3 .simplebar-vertical {
  background: transparent;
  border: 1px solid #989898;
}
.custom-scroll-style .know-more-image {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.max-height-350 {
  max-height: 350px;
  min-height: 350px;
}

.bg-grey-light {
  background: #4e4e4e;
}

.bg-grey-dark {
  background: #343434;
}

.bg-333 {
  background: #333;
}

.bg-more-dark {
  background: #231f20;
}

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #f8fea4;
}

.bg-pink {
  background: #f7a4be;
}

.bg-blue {
  background: #5ab9f9;
}

.h-100vh-70 {
  min-height: calc(100vh - 70px);
}
@media (max-width: 767px) {
  .h-100vh-70.disable-h-100vh-70-mob {
    min-height: auto;
  }
}

.h-100vh-280 {
  min-height: calc(100vh - 280px);
}

.h-100vh-470 {
  min-height: calc(100vh - 470px);
}

.max-height-250 {
  max-height: 250px;
}

.max-height-265 {
  max-height: 265px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-550 {
  max-height: 550px;
}

.min-height-130 {
  min-height: 130px;
}

.mlr-neg-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: #e7e7e7;
}
.grid-loader-wrapper .grid-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --cell-size: 15px;
  --cell-spacing: 1px;
  --border-width: 1px;
  --cells: 4;
  --total-size: calc(
    var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing))
  );
  display: flex;
  flex-wrap: wrap;
  width: var(--total-size);
  height: var(--total-size);
}
.grid-loader-wrapper .grid-loader > .cell {
  --cell-color: white;
  flex: 0 0 var(--cell-size);
  margin: var(--cell-spacing);
  background-color: transparent;
  box-sizing: border-box;
  border: var(--border-width) solid var(--cell-color);
  animation: 1.7s ripple ease infinite;
}
.grid-loader-wrapper .grid-loader > .cell.d-1 {
  animation-delay: 100ms;
}
.grid-loader-wrapper .grid-loader > .cell.d-2 {
  animation-delay: 200ms;
}
.grid-loader-wrapper .grid-loader > .cell.d-3 {
  animation-delay: 300ms;
}
.grid-loader-wrapper .grid-loader > .cell.d-4 {
  animation-delay: 400ms;
}
.grid-loader-wrapper .grid-loader > .cell.d-5 {
  animation-delay: 500ms;
}
.grid-loader-wrapper .grid-loader > .cell.d-6 {
  animation-delay: 600ms;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(1) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(2) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(3) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(4) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(5) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(6) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(7) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(8) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(9) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(10) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(11) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(12) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(13) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(14) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(15) {
  --cell-color: #222;
}
.grid-loader-wrapper .grid-loader > .cell:nth-child(16) {
  --cell-color: #222;
}
@keyframes ripple {
  0% {
    border: var(--border-width) solid #e7e7e7;
  }
  30% {
    border: var(--border-width) solid var(--cell-color);
  }
  60% {
    border: var(--border-width) solid #e7e7e7;
  }
  100% {
    border: var(--border-width) solid #e7e7e7;
  }
}

.action-screen {
  height: 410px;
  border: 1px solid #b3b3b3;
  position: relative;
  width: 810px;
  margin-bottom: 5px;
}
@media (min-width: 1420px) {
  .action-screen {
    width: 1001px;
    height: 505px;
  }
}
@media (min-width: 1900px) {
  .action-screen {
    width: 1292px;
    height: 652px;
  }
}

.overview-section-landing {
  overflow: hidden;
  position: relative;
}

.read-more-scroll-wrap {
  position: absolute;
  right: -270px;
  top: 96px;
  transition: all 0.5s ease;
  background: #ccc;
  padding: 30px;
  color: #333;
  width: 300px;
  height: 63.1vh;
  max-height: 63.1vh;
  z-index: 999;
}
.read-more-scroll-wrap .trigger {
  width: 50px;
  position: absolute;
  cursor: pointer;
  color: #696969;
  left: -45px;
  top: 50px;
}
.read-more-scroll-wrap .trigger:after {
  width: 20px;
  height: 20px;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  background: #ccc;
  top: 22%;
  right: -10px;
}
.read-more-scroll-wrap .sroll-content-area {
  color: #696969;
  max-height: 45vh;
}
.read-more-scroll-wrap.open {
  right: 0px;
}
@media (min-width: 1900px) {
  .read-more-scroll-wrap {
    height: 67.6vh;
    max-height: 67.6vh;
  }
  .read-more-scroll-wrap .sroll-content-area {
    max-height: 58vh;
  }
}

.top-category-section-btn-wrap {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  margin-left: 25px;
}
.top-category-section-btn-wrap .basic-button {
  margin-right: 10px;
}
.top-category-section-btn-wrap .basic-button:last-child {
  margin-right: 0px;
}

.action-screen .marker {
  width: 30px;
  height: 30px;
}
.action-screen .marker span {
  width: 20px;
  height: 2px;
  display: block;
  background: #b3b3b3;
  margin-left: 10px;
}
.action-screen .marker span:nth-child(2) {
  transform: rotate(90deg);
  margin-left: -10px;
  margin-top: 15px;
}
.action-screen .marker.marker-1 {
  position: absolute;
  left: -30px;
  top: -30px;
  transform: rotate(180deg);
}
.action-screen .marker.marker-2 {
  position: absolute;
  right: -30px;
  top: -30px;
  transform: rotate(-90deg);
}
.action-screen .marker.marker-3 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  transform: rotate(90deg);
}
.action-screen .marker.marker-4 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  transform: rotate(0deg);
}
.action-screen .marker.active span {
  background: #333;
}
.action-screen .marker:hover span {
  background: #333;
  cursor: pointer;
}
.action-screen .center-margin-wrap {
  padding: 20px;
}
.action-screen .center-margin-wrap.active {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 85px;
  grid-gap: 10px;
  background-color: #fff;
}
.action-screen .center-margin-wrap .center-gutter.active {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block {
  outline: 1px solid #b3b3b3;
  text-align: center;
  font-size: 30px;
  background: #fff;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.active {
  outline: 2px solid #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.module {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block .flowline-space {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block .flowline-space:hover {
  outline: 2px solid #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block span.module-block {
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  background: #fff;
  position: absolute;
  z-index: 2;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block span.module-block.active {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.row-element {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.row-element span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.col-element {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter .flowline-block.col-element span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.format {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.format .flowline-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.format .flowline-block span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(2) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(2) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(3) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(3) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(4) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(4) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(7) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(7) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(8) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(8) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(15) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(15) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(16) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(16) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(18) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(18) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(19) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(19) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(20) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(20) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(21) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(21) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(23) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(23) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(24) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(24) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(26) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(26) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(27) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(27) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(28) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(28) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(29) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(29) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(31) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(31) span.module-block {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(32) {
  background: #333;
}
.action-screen .center-margin-wrap .center-gutter.sp-zone .flowline-block:nth-child(32) span.module-block {
  background: #333;
}
@media (min-width: 1420px) {
  .action-screen .center-margin-wrap .center-gutter {
    grid-auto-rows: 108px;
  }
}
@media (min-width: 1900px) {
  .action-screen .center-margin-wrap .center-gutter {
    grid-auto-rows: 145px;
  }
}

.action-click-info {
  padding: 15px;
  border: 1px solid #b3b3b3;
  background: #fff;
  width: 200px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.action-click-info h5 {
  margin-bottom: 5px;
  font-weight: bold;
}
.action-click-info p {
  margin-bottom: 0px;
  font-size: 12px;
}

.action-screen-type {
  border: 1px solid pink;
}
.action-screen-type.indian-grid {
  border: 1px solid #333;
}
.action-screen-type.indian-grid.floorgraphics {
  background: #db8f89;
  border: none;
}
.action-screen-type .action-screnn-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.action-screen-type .action-screnn-image-wrapper img.action-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper {
  position: absolute;
  background: #333;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-1 {
  left: 65%;
  bottom: 29%;
  width: 2%;
  height: 4%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-2 {
  left: 66%;
  bottom: 30%;
  width: 5%;
  height: 7%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-3 {
  left: 61%;
  bottom: 29%;
  width: 4%;
  height: 8%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-4 {
  left: 65%;
  bottom: 34%;
  width: 5%;
  height: 7%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-5 {
  left: 57.5%;
  bottom: 29.5%;
  width: 5%;
  height: 11%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-6 {
  left: 67%;
  bottom: 38%;
  width: 5%;
  height: 9%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-7 {
  left: 52%;
  bottom: 29%;
  width: 9%;
  height: 19%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-8 {
  left: 65%;
  bottom: 44%;
  width: 7%;
  height: 13%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-9 {
  left: 42.5%;
  bottom: 29%;
  width: 15%;
  height: 31%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-10 {
  left: 63%;
  bottom: 53%;
  width: 10%;
  height: 19%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-11 {
  left: 27%;
  bottom: 29%;
  width: 25%;
  height: 50%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-12 {
  left: 60%;
  bottom: 70%;
  width: 15%;
  height: 20%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-13 {
  left: 17.4%;
  bottom: 9%;
  width: 40%;
  height: 81%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-14 {
  left: 17.4%;
  bottom: 9%;
  width: 65%;
  height: 81%;
}
.action-screen-type .action-screnn-image-wrapper .type-click-area-wrapper.golden-15 {
  left: 17.4%;
  bottom: 9%;
  width: 65%;
  height: 81%;
}

.p-instruction-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-instruction-text.indian {
  font-size: 13px;
  margin-bottom: 8px;
}

.annotation-box-wrapper {
  padding: 10px;
  top: auto;
  left: auto;
  bottom: -15px;
  right: -25px;
}
.annotation-box-wrapper:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  right: 30px;
  top: -5px;
  border: 1px solid #b3b3b3;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  border-radius: 0px 5px 0 0;
  background: #fff;
}

.home-action-screen {
  background: url("../images/home-grid.png") no-repeat center center;
  background-size: cover;
  border: none;
  background-position: 2px -12px;
  padding: 32px 30px;
}
.home-action-screen .typo-row {
  height: 100%;
}
.home-action-screen .typo-row .typo-branding {
  font-size: 125px;
  font-weight: 500;
  line-height: 75px;
  padding-left: 17px;
  margin-top: 62%;
}
.home-action-screen .typo-row .home-right {
  position: relative;
}
.home-action-screen .typo-row .home-left {
  display: flex;
  align-items: baseline;
  height: 100%;
}
.home-action-screen .typo-row .typo-design-wrapper {
  display: flex;
  height: 100%;
  justify-content: end;
}
.home-action-screen .typo-row .typo-design {
  position: relative;
  background: #000;
  height: 100%;
  width: 140px;
  border: 1px solid #8b8b8b;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 20px;
  overflow: hidden;
}
.home-action-screen .typo-row .typo-design .typo-name {
  color: #fff;
  width: 90px;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 700;
  transform: rotate(90deg);
  padding: 13px;
}
.home-action-screen .typo-row .typo-design .typo-description {
  color: #8b8b8b;
  width: 220px;
  position: absolute;
  right: -90px;
  top: 0;
  padding: 20px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.5s ease;
}
.home-action-screen .typo-row .typo-design .typo-logo {
  color: #fff;
  width: 100%;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: -40px;
  font-size: 470px;
  line-height: 227px;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  transition: all 0.5s ease;
}
.home-action-screen .typo-row .typo-design:hover {
  width: 50%;
  transition: all 0.5s ease;
}
.home-action-screen .typo-row .typo-design:hover .typo-description {
  opacity: 1;
  right: 0;
}
.home-action-screen .typo-row .typo-design:hover .typo-logo {
  -webkit-text-fill-color: #fff;
}
.home-action-screen .about-row {
  height: 100%;
  align-items: center;
}
.home-action-screen .about-row .about-typo-branding {
  font-size: 100px;
  font-weight: 700;
  line-height: 90px;
  padding-left: 20px;
}
.home-action-screen .about-row .about-typo-design-wrapper {
  font-size: 15px;
  line-height: 18px;
  padding-right: 20px;
}

#detailSlider .carousel-item img {
  max-height: 600px;
  width: auto;
  margin: auto;
}
#detailSlider .carousel-control-next,
#detailSlider .carousel-control-prev {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: #000;
}

.range-wrapper-outer {
  display: none !important;
  width: 100%;
}
.range-wrapper-outer .range-wrapper-division {
  display: flex;
  justify-content: space-between;
}
.range-wrapper-outer .range-wrapper-division span {
  max-width: 50px;
  text-align: center;
}
.range-wrapper-outer.keep-open {
  display: block !important;
}

.btn-list-indian {
  display: none !important;
}
.btn-list-indian.open.ds-block {
  display: block !important;
}
.btn-list-indian.open.ds-fx {
  display: flex !important;
}
.btn-list-indian.islamic {
  width: 64%;
  justify-content: space-between;
}
.btn-list-indian.floor {
  width: 100%;
}
.btn-list-indian.floor > div {
  width: 50%;
}

.form-control-range-default {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc;
  height: 8px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  z-index: 2;
}
.form-control-range-default::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}
.form-control-range-default::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #000;
  cursor: pointer;
}

.top-left-section-indian {
  display: flex;
  align-items: center;
  justify-content: start;
  display: none;
}
.top-left-section-indian.open {
  display: flex;
}
.top-left-section-indian.top-bottom {
  flex-direction: column;
  align-items: flex-start;
}
.top-left-section-indian.floorgraphics .top {
  margin-bottom: 4px;
}

.left-inner-btn-ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
}
.left-inner-btn-ul li {
  display: block;
}
.left-inner-btn-ul li a {
  display: block;
  padding: 3px 5px;
  padding-left: 20px;
  color: #333;
  position: relative;
}
.left-inner-btn-ul li a::after {
  content: "";
  width: 10px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background: #333;
}
.left-inner-btn-ul li.active a {
  color: #000;
  font-weight: 700;
}
.left-inner-btn-ul.open {
  max-height: 500px;
}

.indian-top-select {
  transition: all 0.5s ease;
  max-height: 38px;
  overflow: hidden;
  background: #fff;
  width: 175px;
  right: 15px;
  z-index: 999;
  border-radius: 10px;
  position: absolute;
  border: 2px solid #000;
}
.indian-top-select > ul {
  padding: 5px 15px 15px 15px;
  margin: 0;
}
.indian-top-select > ul > li {
  display: block;
}
.indian-top-select > ul > li > ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.indian-top-select > ul > li > ul li {
  display: block;
  padding-left: 10px;
  margin-bottom: 4px;
}
.indian-top-select li {
  cursor: pointer;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.indian-top-select li.active {
  font-weight: 700;
}
.indian-top-select li.submenu {
  cursor: default;
}
.indian-top-select li:not(.submenu):hover {
  font-weight: 700;
}
.indian-top-select button {
  background: #000;
  width: 100%;
  border-radius: 8px;
  padding: 5px 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indian-top-select.open {
  max-height: 400px;
}
.indian-top-select.open li {
  opacity: 1;
}

.click-area {
  display: none;
  opacity: 0.5;
  background: #333;
  position: absolute;
  width: 17%;
  height: 33%;
  cursor: pointer;
}
.click-area:hover {
  opacity: 0.9;
}
.click-area.temple .temple-svg-box {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.click-area.temple.even.sec-2.sub-1 {
  display: block;
  width: 17%;
  height: 33%;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-even-sec-2-sub-1);
}
.click-area.temple.even.sec-2.sub-4 {
  display: block;
  left: 50%;
  bottom: 17%;
}
.click-area.temple.even.sec-2.sub-5 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.even.sec-2.sub-6 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.even.sec-3.sub-1 {
  display: block;
  width: 17%;
  height: 33%;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-even-sec-3-sub-1);
}
.click-area.temple.even.sec-3.sub-7 {
  display: block;
  left: 50%;
  bottom: 16%;
}
.click-area.temple.even.sec-3.sub-8 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.even.sec-3.sub-9 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.even.sec-4.sub-1 {
  display: block;
  width: 17%;
  height: 33%;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-even-sec-4-sub-1);
}
.click-area.temple.even.sec-4.sub-10 {
  display: block;
  left: 50%;
  bottom: 16%;
}
.click-area.temple.even.sec-4.sub-11 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.even.sec-4.sub-12 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.even.sec-5.sub-1 {
  display: block;
  width: 17%;
  height: 33%;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-even-sec-5-sub-1);
}
.click-area.temple.even.sec-5.sub-8 {
  display: block;
  left: 50%;
  bottom: 16%;
}
.click-area.temple.even.sec-5.sub-9 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.even.sec-5.sub-10 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.odd.sec-1 {
  width: 11.3%;
  height: 22%;
}
.click-area.temple.odd.sec-1.sub-1 {
  display: block;
  left: 44.5%;
  bottom: 16%;
}
.click-area.temple.odd.sec-1.sub-2 {
  display: block;
  left: 44.5%;
  bottom: 62%;
}
.click-area.temple.odd.sec-1.sub-3 {
  display: block;
  left: 56%;
  bottom: 39%;
}
.click-area.temple.odd.sec-1.sub-4 {
  display: block;
  left: 33%;
  bottom: 39%;
}
.click-area.temple.odd.sec-1.sub-5 {
  display: block;
  left: 56%;
  bottom: 62%;
}
.click-area.temple.odd.sec-1.sub-6 {
  display: block;
  left: 33%;
  bottom: 62%;
}
.click-area.temple.odd.sec-1.sub-7 {
  display: block;
  left: 33%;
  bottom: 16%;
}
.click-area.temple.odd.sec-1.sub-8 {
  display: block;
  left: 56%;
  bottom: 16%;
}
.click-area.temple.odd.sec-2.sub-1 {
  display: block;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-odd-sec-2-sub-1);
}
.click-area.temple.odd.sec-2.sub-9 {
  display: block;
  left: 50%;
  bottom: 16%;
}
.click-area.temple.odd.sec-2.sub-10 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.odd.sec-2.sub-11 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.odd.sec-3.sub-1 {
  display: block;
  left: 33%;
  bottom: 16%;
  clip-path: url(#temple-odd-sec-3-sub-1);
}
.click-area.temple.odd.sec-3.sub-12 {
  display: block;
  left: 50%;
  bottom: 16%;
}
.click-area.temple.odd.sec-3.sub-13 {
  display: block;
  left: 50%;
  bottom: 50%;
}
.click-area.temple.odd.sec-3.sub-14 {
  display: block;
  left: 33%;
  bottom: 50%;
}
.click-area.temple.odd.sec-4 {
  width: 11.3%;
  height: 22%;
}
.click-area.temple.odd.sec-4.sub-1 {
  display: block;
  left: 44.5%;
  bottom: 39%;
}
.click-area.temple.odd.sec-4.sub-2 {
  display: block;
  left: 55%;
  width: 8%;
  bottom: 39%;
}
.click-area.temple.odd.sec-4.sub-3 {
  display: block;
  left: 63%;
  width: 4%;
  bottom: 39%;
}
.click-area.islamic.even.variation {
  background: transparent;
}
.click-area.islamic.even.variation.sec-1.xtra-sub2.sub-1 {
  display: block;
  width: 34%;
  height: 30%;
  left: 50%;
  margin-left: -17%;
  top: 7%;
  clip-path: polygon(0 45%, 50% 93%, 100% 45%, 100% 65%, 50% 100%, 0 65%);
}
.click-area.islamic.even.variation.sec-1.xtra-sub2.sub-2 {
  display: block;
  width: 15%;
  height: 70%;
  right: 28%;
  bottom: 50%;
  margin-bottom: -18%;
  clip-path: polygon(55% 0%, 10% 50%, 55% 98%, 45% 100%, 0% 50%, 45% 0%);
}
.click-area.islamic.even.variation.sec-1.xtra-sub2.sub-3 {
  display: block;
  width: 34%;
  height: 30%;
  left: 50%;
  margin-left: -17%;
  bottom: 7%;
  clip-path: polygon(0 45%, 50% 0%, 100% 45%, 100% 55%, 50% 5%, 0 55%);
}
.click-area.islamic.even.variation.sec-1.xtra-sub2.sub-4 {
  display: block;
  width: 15%;
  height: 100%;
  left: 28%;
  height: 70%;
  bottom: 50%;
  margin-bottom: -18%;
  clip-path: polygon(55% 0%, 100% 50%, 55% 96%, 45% 100%, 95% 50%, 45% 0%);
}
.click-area.islamic.even.variation.sec-1.xtra-sub3.sub-1 {
  display: block;
  width: 30%;
  height: 60%;
  right: 1%;
  bottom: 20%;
}
.click-area.islamic.even.variation.sec-1.xtra-sub3.sub-2 {
  display: block;
  width: 30%;
  height: 60%;
  left: 1%;
  bottom: 20%;
}
.click-area.islamic.even.variation.sec-1.xtra-sub3.sub-3 {
  display: block;
  width: 34%;
  height: 16%;
  left: 50%;
  bottom: 0px;
  margin-left: -17%;
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-1 {
  display: block;
  width: 10%;
  height: 18%;
  left: 50%;
  top: 15%;
  margin-left: -5%;
  clip-path: polygon(0% 100%, 50% -5%, 105% 105%, 95% 100%, 50% 20%, 0 108%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-2 {
  display: block;
  width: 11%;
  height: 18%;
  left: 55%;
  top: 32%;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 40% 100%, 86% 10%, 0 10%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-3 {
  display: block;
  width: 11%;
  height: 18%;
  left: 55%;
  top: 50%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%, 0% 85%, 85% 85%, 40% 10%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-4 {
  display: block;
  width: 11%;
  height: 18%;
  left: 45%;
  bottom: 15%;
  clip-path: polygon(10% 0%, 50% 80%, 90% 0%, 100% 0%, 47% 100%, -10% -10%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-5 {
  display: block;
  width: 11%;
  height: 18%;
  left: 35%;
  top: 50%;
  clip-path: polygon(60% 0%, 10% 90%, 90% 90%, 100% 100%, 0% 100%, 40% 0%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub2.sub-6 {
  display: block;
  width: 11%;
  height: 18%;
  left: 35%;
  top: 32%;
  clip-path: polygon(0% 0%, 100% 0%, 90% 15%, 10% 10%, 50% 100%, 40% 100%);
}
.click-area.islamic.even.variation.sec-2.xtra-sub3.sub-1 {
  display: block;
  display: block;
  width: 25%;
  height: 60%;
  right: 7%;
  top: 20%;
}
.click-area.islamic.even.variation.sec-2.xtra-sub3.sub-2 {
  display: block;
  width: 25%;
  height: 60%;
  left: 7%;
  top: 20%;
}
.click-area.islamic.even.variation.sec-2.xtra-sub3.sub-3 {
  display: block;
  width: 25%;
  height: 30%;
  left: 23%;
  bottom: 0px;
}
.click-area.islamic.even.variation.sec-3.xtra-sub2.sub-1 {
  display: block;
  width: 20%;
  height: 28%;
  left: 44%;
  top: 15%;
  clip-path: polygon(0% 40%, 30% 0%, 60% 35%, 95% 36%, 95% 90%, 85% 90%, 85% 50%, 54% 45%, 30% 13%, 8% 46%);
}
.click-area.islamic.even.variation.sec-3.xtra-sub2.sub-2 {
  display: block;
  width: 15%;
  height: 36%;
  left: 54%;
  top: 40%;
  clip-path: polygon(60% 0%, 95% 30%, 60% 60%, 60% 100%, 0% 100%, 0% 90%, 50% 90%, 50% 50%, 80% 30%, 50% 10%);
}
.click-area.islamic.even.variation.sec-3.xtra-sub2.sub-3 {
  display: block;
  width: 18%;
  height: 26%;
  left: 37%;
  top: 59%;
  clip-path: polygon(10% 0%, 10% 49%, 50% 50%, 75% 85%, 93% 60%, 110% 50%, 75% 100%, 50% 64%, 0% 61%, 0% 0%);
}
.click-area.islamic.even.variation.sec-3.xtra-sub2.sub-4 {
  display: block;
  width: 15%;
  height: 38%;
  left: 32%;
  top: 23%;
  clip-path: polygon(50% 0%, 100% 0%, 100% 15%, 50% 15%, 50% 50%, 10% 70%, 50% 100%, 30% 100%, 0% 70%, 36% 43%, 35% 0%);
}
.click-area.islamic.even.variation.sec-3.xtra-sub3.sub-1 {
  display: block;
  display: block;
  width: 30%;
  height: 60%;
  right: 1%;
  top: 20%;
}
.click-area.islamic.even.variation.sec-3.xtra-sub3.sub-2 {
  display: block;
  width: 30%;
  height: 60%;
  left: 2%;
  top: 20%;
}
.click-area.islamic.even.variation.sec-3.xtra-sub3.sub-3 {
  display: block;
  width: 25%;
  height: 20%;
  left: 50%;
  margin-left: -12.5%;
  bottom: 0;
}
.click-area.islamic.even.variation.sec-4.xtra-sub2.sub-1 {
  display: block;
  width: 6%;
  height: 32%;
  left: 50%;
  top: 16%;
  margin-left: -3%;
}
.click-area.islamic.even.variation.sec-4.xtra-sub2.sub-2 {
  display: block;
  width: 12%;
  height: 24%;
  left: 56%;
  top: 30%;
  margin-left: -7%;
}
.click-area.islamic.even.variation.sec-4.xtra-sub2.sub-3 {
  display: block;
  width: 13%;
  height: 40%;
  left: 50%;
  top: 45%;
  margin-left: -3%;
}
.click-area.islamic.even.variation.sec-4.xtra-sub2.sub-4 {
  display: block;
  width: 11%;
  height: 25%;
  left: 47%;
  top: 44%;
  margin-left: -7%;
}
.click-area.islamic.even.variation.sec-4.xtra-sub2.sub-5 {
  display: block;
  width: 12%;
  height: 23%;
  left: 47%;
  top: 30%;
  margin-left: -7%;
}
.click-area.islamic.even.variation.sec-4.xtra-sub3.sub-1 {
  display: block;
  width: 21%;
  height: 50%;
  right: 27%;
  top: 0px;
}
.click-area.islamic.even.variation.sec-4.xtra-sub3.sub-2 {
  display: block;
  width: 21%;
  height: 50%;
  right: 2%;
  top: 0px;
}
.click-area.islamic.even.variation.sec-4.xtra-sub3.sub-3 {
  display: block;
  width: 21%;
  height: 50%;
  right: 27%;
  bottom: 0px;
}
.click-area.islamic.even.variation.sec-4.xtra-sub3.sub-4 {
  display: block;
  width: 21%;
  height: 50%;
  right: 2%;
  bottom: 0px;
}
.click-area.textile.even {
  background: #fff;
  opacity: 0.3;
}
.click-area.textile.even:hover {
  opacity: 0.6;
}
.click-area.textile.even.ajrakh.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.ajrakh.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-ajrakh-sec1-sub-1);
}
.click-area.textile.even.ajrakh.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-ajrakh-sec1-sub-2);
}
.click-area.textile.even.ajrakh.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-ajrakh-sec1-sub-3);
}
.click-area.textile.even.ajrakh.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-ajrakh-sec1-sub-4);
}
.click-area.textile.even.sanganeri.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.sanganeri.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-sanganeri-sec1-sub-1);
}
.click-area.textile.even.sanganeri.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-sanganeri-sec1-sub-2);
}
.click-area.textile.even.sanganeri.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-sanganeri-sec1-sub-3);
}
.click-area.textile.even.sanganeri.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-sanganeri-sec1-sub-4);
}
.click-area.textile.even.bagru.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.bagru.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-1);
}
.click-area.textile.even.bagru.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-2);
}
.click-area.textile.even.bagru.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-3);
}
.click-area.textile.even.bagru.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-4);
}
.click-area.textile.even.bagru.sec-1.sub-5 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-5);
}
.click-area.textile.even.bagru.sec-1.sub-6 {
  display: block;
  clip-path: url(#textile-bagru-sec1-sub-6);
}
.click-area.textile.even.bagru.sec-2 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.bagru.sec-2.sub-1 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-1);
}
.click-area.textile.even.bagru.sec-2.sub-2 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-2);
}
.click-area.textile.even.bagru.sec-2.sub-3 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-3);
}
.click-area.textile.even.bagru.sec-2.sub-4 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-4);
}
.click-area.textile.even.bagru.sec-2.sub-5 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-5);
}
.click-area.textile.even.bagru.sec-2.sub-6 {
  display: block;
  clip-path: url(#textile-bagru-sec2-sub-6);
}
.click-area.textile.even.bagh.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.bagh.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-bagh-sec1-sub-1);
}
.click-area.textile.even.bagh.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-bagh-sec1-sub-2);
}
.click-area.textile.even.bagh.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-bagh-sec1-sub-3);
}
.click-area.textile.even.bagh.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-bagh-sec1-sub-4);
}
.click-area.textile.even.bagh.sec-1.sub-5 {
  display: block;
  clip-path: url(#textile-bagh-sec1-sub-5);
}
.click-area.textile.even.bagh.sec-2 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.bagh.sec-2.sub-1 {
  display: block;
  clip-path: url(#textile-bagh-sec2-sub-1);
}
.click-area.textile.even.bagh.sec-2.sub-2 {
  display: block;
  clip-path: url(#textile-bagh-sec2-sub-2);
}
.click-area.textile.even.bagh.sec-2.sub-3 {
  display: block;
  clip-path: url(#textile-bagh-sec2-sub-3);
}
.click-area.textile.even.bagh.sec-2.sub-4 {
  display: block;
  clip-path: url(#textile-bagh-sec2-sub-4);
}
.click-area.textile.even.bagh.sec-2.sub-5 {
  display: block;
  clip-path: url(#textile-bagh-sec2-sub-5);
}
.click-area.textile.even.dabu.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.dabu.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-dabu-sec1-sub-1);
}
.click-area.textile.even.dabu.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-dabu-sec1-sub-2);
}
.click-area.textile.even.dabu.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-dabu-sec1-sub-3);
}
.click-area.textile.even.dabu.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-dabu-sec1-sub-4);
}
.click-area.textile.even.dabu.sec-1.sub-5 {
  display: block;
  clip-path: url(#textile-dabu-sec1-sub-5);
}
.click-area.textile.even.dabu.sec-2 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.dabu.sec-2.sub-1 {
  display: block;
  clip-path: url(#textile-dabu-sec2-sub-1);
}
.click-area.textile.even.dabu.sec-2.sub-2 {
  display: block;
  clip-path: url(#textile-dabu-sec2-sub-2);
}
.click-area.textile.even.dabu.sec-2.sub-3 {
  display: block;
  clip-path: url(#textile-dabu-sec2-sub-3);
}
.click-area.textile.even.dabu.sec-2.sub-4 {
  display: block;
  clip-path: url(#textile-dabu-sec2-sub-4);
}
.click-area.textile.even.dabu.sec-2.sub-5 {
  display: block;
  clip-path: url(#textile-dabu-sec2-sub-5);
}
.click-area.textile.even.dabu.sec-3 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.dabu.sec-3.sub-1 {
  display: block;
  clip-path: url(#textile-dabu-sec3-sub-1);
}
.click-area.textile.even.dabu.sec-3.sub-2 {
  display: block;
  clip-path: url(#textile-dabu-sec3-sub-2);
}
.click-area.textile.even.dabu.sec-3.sub-3 {
  display: block;
  clip-path: url(#textile-dabu-sec3-sub-3);
}
.click-area.textile.even.dabu.sec-3.sub-4 {
  display: block;
  clip-path: url(#textile-dabu-sec3-sub-4);
}
.click-area.textile.even.dabu.sec-3.sub-5 {
  display: block;
  clip-path: url(#textile-dabu-sec3-sub-5);
}
.click-area.textile.even.kalamkar.sec-1 {
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
}
.click-area.textile.even.kalamkar.sec-1.sub-1 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-1);
}
.click-area.textile.even.kalamkar.sec-1.sub-2 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-2);
}
.click-area.textile.even.kalamkar.sec-1.sub-3 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-3);
}
.click-area.textile.even.kalamkar.sec-1.sub-4 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-4);
}
.click-area.textile.even.kalamkar.sec-1.sub-5 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-5);
}
.click-area.textile.even.kalamkar.sec-1.sub-6 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-6);
}
.click-area.textile.even.kalamkar.sec-1.sub-7 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-7);
}
.click-area.textile.even.kalamkar.sec-1.sub-8 {
  display: block;
  clip-path: url(#textile-kalamkar-sec1-sub-8);
}

.view-all-modal-wrap img {
  max-height: 550px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.list-of-btn-bottom {
  display: flex;
}

.bottom-side-xtra-btn-list {
  margin-left: 90px;
  display: flex;
  gap: 20px;
}

.tample-img-btn-wrapper {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
}
.tample-img-btn-wrapper .temple-img-btn {
  display: none;
}
.tample-img-btn-wrapper .temple-img-btn.open {
  display: block;
}

.show-next-loading {
  display: none;
}
.show-next-loading.open {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.show-next-loading.open .base {
  width: 440px;
  height: 440px;
  background: transparent;
  position: absolute;
  left: 50%;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.show-next-loading.open .base.base-1 {
  z-index: 10;
}
.show-next-loading.open .base.base-2 {
  z-index: 11;
  width: 330px;
  height: 330px;
}
.show-next-loading.open .base.base-3 {
  z-index: 12;
  width: 220px;
  height: 220px;
}
.show-next-loading.open .base.base-4 {
  z-index: 13;
  width: 110px;
  height: 110px;
}

.hover-map {
  width: 30%;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.hover-map.open {
  display: block;
}
.hover-map .hover-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  cursor: pointer;
}
.hover-map .hover-start.ind-1 {
  left: 25%;
  top: 0;
  width: 50%;
  height: 25%;
  z-index: 1;
}
.hover-map .hover-start.ind-2 {
  left: 0;
  top: 25%;
  width: 100%;
  height: 25%;
  z-index: 2;
}
.hover-map .hover-start.ind-3 {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  z-index: 3;
}
.hover-map .hover-start.ind-4 {
  left: 0;
  top: 75%;
  width: 100%;
  height: 25%;
  z-index: 4;
}
.hover-map .hover-start.ind-5 {
  left: 25%;
  top: 75%;
  width: 50%;
  height: 25%;
  z-index: 4;
}

.custom-placed-annotation {
  width: 200px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  padding: 10px 5px;
  height: auto;
  position: fixed;
  background: #fff;
}
.custom-placed-annotation.open {
  display: block;
}

.overview-page-floor-graphics {
  position: absolute;
  left: -10%;
  top: 0;
  width: 115%;
  height: 120%;
  z-index: -1;
  display: none;
  background: #fff;
}
.overview-page-floor-graphics ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100%;
  gap: 30px;
  align-content: stretch;
  padding-top: 20px;
}
.overview-page-floor-graphics ul li {
  padding: 20px;
  padding-right: 20px;
  display: block;
  border-right: 1px solid #333;
  min-height: 330px;
  text-align: center;
  min-width: 16%;
}
.overview-page-floor-graphics ul li div {
  margin-bottom: 20px;
}
.overview-page-floor-graphics ul li p {
  font-weight: 700;
}
.overview-page-floor-graphics.floor {
  z-index: 99;
  display: block;
}

.overview-page-textile-construction {
  position: absolute;
  left: -15%;
  top: 0%;
  width: 120%;
  height: 110%;
  z-index: -1;
  display: none;
  background: #fff;
  padding: 20px;
}
.overview-page-textile-construction ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: top;
  margin-bottom: 30px;
  gap: 30px;
  align-content: stretch;
}
.overview-page-textile-construction ul li {
  display: inline-block;
  min-width: 70px;
  text-align: center;
}
.overview-page-textile-construction ul li button {
  background: transparent;
  border: none;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  padding: 5px;
}
.overview-page-textile-construction ul li button img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.overview-page-textile-construction ul li button:hover {
  background: #ccc;
}
.overview-page-textile-construction.construction {
  padding: 0;
}
.overview-page-textile-construction.construction ul.construction-area {
  height: 100%;
}
.overview-page-textile-construction.construction ul.construction-area li {
  width: 25%;
  padding: 0px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.overview-page-textile-construction.construction ul.construction-area li p {
  font-weight: 700;
}
.overview-page-textile-construction.construction ul.construction-area li img {
  max-width: 100%;
  display: block;
}
.overview-page-textile-construction.textile {
  z-index: 99;
  display: block;
}

.action-screen.indian-grid.textile .textile-svg-area svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top-xtra-btn-wrap {
  display: none;
}

.overview-section-landing.textile:has(.sanganeri.sec-1.sub-5,
.sanganeri.sec-1.sub-6) .top-xtra-btn-wrap.sanganeri {
  display: flex;
}

.overview-section-landing.textile:has(.ajrakh.sec-1.sub-5,
.ajrakh.sec-1.sub-6) .top-xtra-btn-wrap.ajrakh {
  display: flex;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}

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