body.compensate-for-scrollbar {
  overflow: hidden;
}

.overview1 {
  padding: 20px;
  line-height: 1.3;
  font-size: 20px;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/*Reset Code*/
html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100vh;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  word-break: inherit;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  word-break: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
picture {
  display: block;
}

a:active,
a:hover {
  outline: none;
}

a {
  text-decoration: none;
  background: transparent;
  color: inherit;
}

b,
strong {
  font-weight: 800;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

input {
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

textarea {
  resize: none;
  overflow: auto;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:required:invalid {
  outline: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

/*Reset Code*/

/*Common Styling*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 74px;
}

body {
  font-family: "Work Sans", sans-serif;
}

.info-container {
  position: relative;
  padding: 24px 64px 24px 24px;
  margin-right: 12px;
  background-color: #fff;
}

.info-container .hanging-title {
  position: absolute;
  top: 10px;
  right: 0;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: 400;
  color: black;
}

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

.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

.align-items-stretch {
  align-items: stretch;
}

.flex-wrap {
  flex-wrap: wrap;
}

.relative-pos {
  position: relative;
}

.know-more-container {
  position: relative;
}

.know-more-conversion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.25s;
  height: 0%;
  cursor: pointer;
}

.know-more-conversion button {
  background-color: var(--secondary);
  color: black;
  border: 1px solid var(--primary);
  padding: 8px 16px;
  text-transform: uppercase;
  display: none;
  letter-spacing: 1px;
  word-spacing: 4px;
  font-weight: 600;
}

.know-more-container:hover .know-more-conversion {
  height: 100%;
}

.know-more-container:hover .know-more-conversion button {
  display: inline-block;
}

/*Common Styling*/

/* Main Container Styling */
.main-container {
  max-width: 1600px;
  background-color: var(--primary-bg);
  margin: 0 auto;
}

.main-container::after {
  content: "";
  display: table;
  clear: both;
}

/* Main Container Styling */

/* Left Container Styling */
.left-container {
  width: 75%;
  float: left;
}

/* Left Container Styling */

/* Right Container Styling */
.right-container {
  position: sticky;
  background: #fff;
  width: 25%;
  float: right;
  height: 100vh;
  top: 0;
}

/* Right Container Styling */

/* Header Styling */
header {
  background-color: #009bdd;
  position: sticky;
  top: 0;
  z-index: 9;
}

header .hamburger {
  display: none;
}

header > div {
  width: 200px;
  justify-content: center !important;
  align-self: stretch;
  background-color: white;
}

header nav {
  display: flex;
  flex: 1;
  flex-direction: column;
}

header nav ul {
  align-self: stretch;
}

header nav li {
  padding: 14px 8px;
  cursor: pointer;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  color: white;
}

header nav li a {
  flex-direction: column;
}

header nav li img {
  filter: invert(1);
}

header nav li:hover {
  background-color: white;
  color: #333;
}

header nav li:hover img {
  filter: invert(0);
}

header nav span {
  display: block;
  margin-top: 6px;
  font-weight: 500;
}

/* Header Styling */

/*Contact Us Styling*/
.right-container {
  background-color: #f4f4f4;
  flex-direction: column;
}

.right-container button {
  color: #fff;
}

.right-container .site-visit {
  width: 65%;
  border-bottom-left-radius: 12px;
  background-color: #292b2c;
  font-size: 20px;
  padding: 8px 0;
}

.right-container .ola {
  padding: 4px 2px;
  width: 35%;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border: 1px solid transparent;
  border-bottom-color: #292b2c;
  border-right-color: #292b2c;
  padding: 8px 0;
}

.right-container .call-back {
  margin: 16px 0 32px 0;
  border-radius: 4px;
  padding: 8px;
  font-weight: 600;
}

.right-container .call-back img {
  filter: invert(1);
  margin-right: 4px;
}

/*Contact Us Styling*/

/* Static Form Styling */
.static-form {
  padding: 16px 8px;
}

.static-form h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}

.static-form label {
  display: none;
  font-size: 14px;
  color: red;
  margin-bottom: 4px;
}

.static-form span {
  align-self: stretch;
  background-color: #009bdd;
  margin-bottom: 16px;
  padding: 6px;
}

.static-form span img {
  filter: invert(1);
}

.static-form input,
.static-form select {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 14px 8px;
  margin-bottom: 16px;
  width: 100%;
}

.static-form select {
  width: 20%;
  background-color: #eee;
  vertical-align: bottom;
}

.static-form input[type="tel"] {
  width: 78%;
}

.static-form input[type="submit"] {
  color: #fff;
  width: 80%;
  padding: 10px;
  margin-top: 16px;
  border-radius: 4px;
  font-weight: 600;
}

/* Static Form Form Styling */

/*Quick Links Styling*/
.quick-links {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 16px 8px;
  background-color: #eee;
}

.quick-links button {
  width: 70%;
  padding: 16px 8px;
  background-color: #fafafa;
  color: #363636;
  border: 1px solid #ccc;
  border-bottom-color: #363636;
  font-weight: 500;
}

.quick-links button:last-child {
  border-bottom-color: #ccc;
}

.quick-links button span {
  text-align: left;
}

.quick-links button img {
  filter: invert(1);
}

/*Quick Links Styling*/

/* Hero Styling */
#hero {
  background-color: #fff;
  position: relative;
}

#hero > picture > img {
  height: auto !important;
}

#hero-content {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  z-index: 1;
  border-radius: 2px;
  padding: 10px 4px;
  letter-spacing: 1.2px;
}

#hero-content .project-name {
  font-weight: 600;
  font-size: 30px;
  Chembur
  text-transform: uppercase;
  margin-bottom: 10px;
}

#hero-content .project-location {
  font-weight: 600;
  background-color: #eaeaea;
  font-size: 18px;
  padding: 4px;
}

#hero-content .project-developer {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  background-color: #eaeaea;
  padding: 4px;
}

#hero-content .project-features p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: capitalize;
  margin: 3px 0;
}

#hero-content .project-offers {
  border-radius: 6px;
  margin: 10px 0;
}

#hero-content .project-offers-points {
  color: #fff;
  padding: 8px 5px;
  font-size: 16px;
}

#hero-content .project-special-offers {
  background-color: #58003a;
  color: #fff;
  padding: 5px;
  border-radius: 6px;
  margin: 8px 0;
}

#hero-content .project-special-offers-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  text-decoration: underline;
}

#hero-content .project-special-offers-points {
  font-weight: 700;
}

#hero-content .project-addon {
  background-color: #eaeaea;
  color: black;
  padding: 8px 5px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 500;
}

#hero-content .project-configuration-details {
  font-size: 16px;
}

#hero-content .project-price {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 50px;
  padding: 8px 0;
  margin: 8px 0;
  background-color: #eaeaea;
  color: black;
}

#hero-content .project-enquiry button {
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 600;
}

#hero-content .project-rera {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

#hero .static-form {
  display: none;
}

#hero .site-visit-buttons {
  display: none;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 16px;
  border-radius: 4px;
}

#hero .free-site-visit {
  flex: 1;
  background-color: #292b2c;
  font-size: 20px;
  padding: 8px 0;
  border: 1px solid #292b2c;
  font-weight: 600;
}

#hero .ola {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #292b2c;
}

/* Hero Styling */

/* Overview Styling */
main h1 {
  font-size: 35px;
  font-weight: 500;
  color: black;
}

main h2 {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

main p {
  margin-top: 16px;
}

#overview {
  padding-top: 0;
  margin-bottom: 12px;
}

#overview button {
  display: block;
  margin: 0 auto 12px;
  width: 500px;
  padding: 16px 8px;
  color: #fff;
  border-radius: 4px;
}

#overview button img {
  width: 24px;
  filter: invert(1);
}

#overview button span {
  margin-left: 16px;
  text-transform: uppercase;
  font-size: 20px;
}

#project-overview h3 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  padding: 16px 0;
}

#project-overview .project-overview-cards {
  background-color: #f8f8f8;
}

#project-overview .project-overview-cards > figure {
  flex-basis: 25%;
  padding: 16px;
}

#project-overview .project-overview-cards > figure figcaption {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 300;
}

#project-overview .project-overview-cards > figure figcaption b {
  font-weight: 400;
  color: red;
}

#builder h2 {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: black;
}

#builder picture {
  margin: 10px 0 20px;
}

#builder p {
  font-size: 14px;
  font-weight: 400;
}

#builder .developer-achievements {
  margin-top: 16px;
}

#builder .developer-achievements span {
  color: black;
}

#builder .developer-achievements span:first-child {
  display: block;
  font-size: 40px;
  font-weight: 600;
}

#builder .developer-achievements span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
}

/* Overview Styling */

/* Pricing Styling */
#pricing {
  margin-bottom: 12px;
}

#pricing .price-animated-header {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 700;
}

#pricing-details table {
  width: 100%;
  margin-bottom: 16px;
}

#pricing-details th {
  background-color: var(--secondary);
  color: black;
}

#pricing-details tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}

#pricing-details th,
#pricing-details td {
  padding: 12px;
  border: 1px solid var(--primary);
}

#pricing-details th {
  text-align: left;
  font-weight: 600;
}

#pricing-details td {
  font-size: 18px;
  font-weight: 600;
}

#pricing-details table button {
  color: #fff;
  border-radius: 2px;
  padding: 12px;
}

#pricing-details table td:last-child button {
  float: right;
}

#pricing-details .price-breakdown button {
  margin-left: 30px;
}

#cost-details {
  width: 500px;
  margin: 0 auto;
}

#cost-details figcaption {
  color: #fff;
  padding: 12px 0;
  font-weight: 600;
}

#cost-details figcaption img {
  filter: invert(1);
  margin-left: 10px;
}

/* Pricing Styling */

/* Floor Plan Styling */
#FloorPlan {
  margin-bottom: 12px;
}

#floorplan-details .floorplan-details-card-image {
  margin: 16px 0;
}

#floorplan-details .floorplan-details-card figure {
  border: 1px solid #ccc;
  cursor: pointer;
}

#floorplan-details .floorplan-details-card figure figcaption {
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
}

#floorplan-details img {
  width: 100%;
  height: 400px;
}

#unitplans {
  justify-content: space-around;
}

#unitplans .floorplan-details-card-image {
  flex-basis: 40%;
}

#siteplan > div,
#floorplan > div {
  justify-content: center;
  flex-basis: 100%;
}

/* Floor Plan Styling */

/* Amenities Styling */
#amenities {
  margin-bottom: 12px;
}

#amenities figure {
  flex-basis: 25%;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  padding: 24px;
}

#amenities figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

/* Amenities Styling */

/* Gallery Styling */
#gallery {
  margin-bottom: 12px;
}

#gallery > div a {
  flex-basis: 30%;
  border-radius: 8px;
  margin: 0 16px 20px 0;
}

#gallery > div a:nth-child(4),
#gallery > div a:nth-child(5),
#gallery > div a:nth-child(6) {
  margin-bottom: 0;
}

/* Gallery Styling */

/* Loaction Styling */
#location {
  margin-bottom: 12px;
}

#location h2 {
  padding: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: black;
}

#location-map {
  margin-bottom: 32px;
}

#location-map h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

#location-map img {
  border: 1px solid var(--primary-bg);
  box-shadow: 1px 1px 5px #ccc;
}

/* Loaction Styling */

/* Tab Styling */
.tab-initator {
  display: block;
}

.tab-initator span {
  padding: 4px 16px;
  border: 2px solid var(--primary);
  background-color: #fff;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.tab-initator span.active {
  background-color: #2a5e84;
  color: white;
  pointer-events: none;
  font-weight: 600;
}

.tab-info-container {
  padding-top: 16px;
}

.tab-info-container .tab-info > div {
  padding: 16px;
  flex-basis: 33.33%;
  font-size: 16px;
}

.tab-info-container .tab-info:not(:first-child) {
  display: none;
}

/* Tab Styling */

/* Virtual Tour Styling */
#vtour {
  margin-bottom: 12px;
}

#vtour-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#vtour-content > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#vtour-content > div img {
  width: 64px;
  filter: invert(1);
}

#vtour-content > div h4 {
  font-size: 32px;
  text-transform: uppercase;
  word-spacing: 4px;
  color: #ccc;
}

#vtour-content > div p {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 4px;
  margin-top: 16px;
  font-weight: 700;
}

#vtour2-content .primary-video {
  width: 70%;
  margin: 0 auto 24px;
}

#vtour2-content .primary-video iframe {
  width: 100%;
  height: 350px;
  margin: 0 auto;
}

#vtour2-content .primary-video h5 {
  margin-bottom: 16px;
}

#vtour2-content h5 {
  color: black;
  font-weight: 600;
  font-size: 28px;
}

#vtour2-content .secondary-video {
  margin-top: 24px;
}

#vtour2-content .secondary-video > div {
  position: relative;
  flex-basis: 50%;
}

#vtour2-content .secondary-video > div:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  cursor: pointer;
}

#vtour2-content .secondary-video iframe {
  width: 85%;
  height: 300px;
  margin: 0 auto;
}

#vtour2-content .secondary-video h5 {
  margin-bottom: 16px;
}

/* Virtual Tour Styling */

/* Footer Styling */
footer {
  font-size: 12px;
  padding: 8px 16px;
  color: #999;
}

/* Footer Styling */

/* Modal Styling */
.modal-container {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: start;
}

.modal {
  margin-top: 30px;
  width: 550px;
  border-radius: 6px;
  animation-name: modalopen;
  animation-duration: 500ms;
}

.modal-header {
  background-color: #009bdd;
  color: #fff;
  padding: 8px;
}

.modal-header b {
  font-size: 20px;
  font-weight: 500;
  flex: 1;
}

.modal-header span {
  cursor: pointer;
  font-size: 24px;
}

.modal-body > div {
  padding: 8px;
}

.modal-body .our-promise {
  flex-basis: 35%;
  flex-direction: column;
  background-color: #f8f8f8;
}

.modal-body .our-promise h4 {
  font-size: 22px;
  font-weight: 500;
  color: black;
}

.modal-body .our-promise div {
  padding: 8px;
}

.modal-body .our-promise div span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: black;
}

.modal-body .form-modal {
  flex-basis: 65%;
  background-color: #fff;
}

.modal-body .form-modal h3 {
  display: none;
}

.modal-body .form-modal select {
  width: 18%;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Modal Styling */

/* Sticky Footer Style */
#sticky-footer {
  position: sticky;
  bottom: 0;
  background-color: #58003a;
  color: #fff;
  z-index: 9;
}

#sticky-footer > a {
  flex-basis: 33.33%;
  padding: 12px;
  cursor: pointer;
}

#sticky-footer > a:not(:last-child) {
  border-right: 1px solid #fff;
}

#sticky-footer > a:nth-child(1) img {
  filter: invert(1);
}

/* Sticky Footer Style */

/*Animations*/

.up-down {
  position: relative;
  -webkit-animation: updown 1s infinite alternate;
  animation: updown 1s infinite alternate;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.gradient-effect {
  background: linear-gradient(to right, #009bdd, #72cced, #009bdd, #72cced);
  /* background: linear-gradient(to right, #ba8a3a, #6d6f73, #ba8a3a, #6d6f73); */

  /* background: linear-gradient(to right, #f05922, #02578e, #f05922, #0e5f93); */
  background-size: 800% 800%;
  animation-name: Gradient;
  animation: Gradient 4s ease infinite;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.grow-srink {
  position: relative;
  -webkit-animation: growshrink 1.5s infinite alternate;
  animation: growshrink 1.5s infinite alternate;
}

@keyframes growshrink {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.grow-srink-half {
  position: relative;
  -webkit-animation: growshrinkhalf 0.6s infinite alternate;
  animation: growshrinkhalf 0.6s infinite alternate;
}

@keyframes growshrinkhalf {
  0% {
    transform: scale3d(0.8, 0.8, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

/*Animations*/

/* Responsive Styling */

@media only screen and (max-width: 1500px) {
  /* Left Container Styling */
  .left-container {
    width: 80%;
  }

  /* Left Container Styling */

  /* Right Container Styling */
  .right-container {
    width: 20%;
  }

  /* Right Container Styling */
}

@media only screen and (max-width: 1400px) {
  /*Quick Links Styling*/
  .quick-links button {
    width: 90%;
  }

  /*Quick Links Styling*/

  /* Hero Styling */
  #hero-content {
    top: 50%;
    transform: translateY(-50%);
  }

  /* Hero Styling */
}

@media only screen and (max-width: 1200px) {
  /*Common Styling*/
  .info-container {
    padding: 24px;
    margin-right: 0;
  }

  .info-container .hanging-title {
    position: static;
    margin-bottom: 12px;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  /*Common Styling*/

  /* Left Container Styling */
  .left-container {
    width: 100%;
  }

  /* Left Container Styling */

  /* Right Container Styling */
  .right-container {
    display: none;
  }

  /* Right Container Styling */

  /* Hero Styling */
  #hero-content {
    top: 10px;
    left: 10px;
    transform: none;
  }

  #hero .static-form {
    display: block;
    width: 80%;
    margin: 0 auto 12px;
    padding: 24px;
  }

  #hero .site-visit-buttons {
    display: flex;
  }

  .static-form h3 {
    font-size: 20px;
  }

  .static-form select {
    width: 20%;
  }

  .static-form input[type="tel"] {
    width: 79%;
  }

  /* Hero Styling */

  /* Header Styling */
  header {
    display: block !important;
    padding: 0;
  }

  header .hamburger {
    display: block;
  }

  header > div {
    width: 100%;
    justify-content: space-between !important;
    align-self: center;
    background-color: white;
    padding: 8px;
  }

  header > div .logo {
    width: 200px;
  }

  header nav {
    display: none;
  }

  header nav ul {
    display: block !important;
  }

  header nav ul li {
    padding: 16px 12px;
    border: 0;
    justify-content: center !important;
    font-weight: 600;
  }

  header nav ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }

  header nav ul li span {
    font-size: 16px;
  }

  /* Header Styling */

  /* Overview Styling */
  #project-overview h3 {
    font-size: 36px;
    font-weight: 400;
    Chembur
  }

  #builder h2 {
    text-align: center;
    color: #262626;
  }

  /* Overview Styling */

  /* Amenities Styling */
  #amenities figure {
    flex-basis: 33.33%;
  }

  /* Amenities Styling */

  /* Loaction Styling */
  #location h2 {
    text-align: center;
    color: #262626;
  }

  #location-map h4 {
    display: none;
  }

  /* Loaction Styling */
}

@media only screen and (max-width: 991px) {
  /* Hero Styling */
  #hero-content {
    display: block;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 5px;
    top: 0;
    left: 0;
  }

  /* Hero Styling */

  /* Floor Plan Styling */
  #floorplan-details img {
    height: auto;
  }

  #unitplans .floorplan-details-card-image {
    flex-basis: 50%;
  }

  /* Floor Plan Styling */
}

@media only screen and (max-width: 767px) {
  /* Hero Styling */
  #hero .static-form {
    width: 90%;
  }

  /* Hero Styling */

  /* Overview Styling */
  #home .hanging-title {
    display: none;
  }

  #project-overview .project-overview-cards > figure,
  #builder .developer-achievements > div {
    flex-basis: 50%;
  }

  #builder .developer-achievements > div:nth-child(1),
  #builder .developer-achievements > div:nth-child(2) {
    margin-bottom: 30px;
  }

  /* Overview Styling */

  /* Pricing Styling */
  #pricing-details table thead {
    display: none;
  }

  #pricing-details table tbody td {
    display: block;
    text-align: center;
  }

  #pricing-details table tbody td:nth-child(1),
  #pricing-details table tbody td:nth-child(3) {
    font-size: 24px;
  }

  #pricing-details td:nth-child(2) span {
    display: inline-block;
  }

  #pricing-details .price-breakdown > div {
    flex-direction: column;
  }

  #pricing-details .price-breakdown button:last-child {
    font-size: 16px;
    margin: 12px 0 0;
    font-weight: 500;
  }

  #cost-details {
    width: 100%;
  }

  #cost-details img {
    width: 100% !important;
    height: 200px;
  }

  #cost-details figcaption img {
    width: 20px !important;
    height: 20px;
  }

  /* Pricing Styling */

  /* Amenities Styling */
  #amenities figure {
    flex-basis: 50%;
  }

  /* Amenities Styling */

  /* Gallery Styling */
  #gallery > div a {
    flex-basis: 45%;
  }

  /* Gallery Styling */

  /* Virtual Tour Styling */
  #vtour2-content .primary-video {
    width: 100%;
  }

  #vtour2-content h5 {
    text-decoration: underline;
  }

  #vtour2-content hr {
    display: none;
  }

  #vtour2-content iframe {
    width: 100% !important;
    height: 250px;
  }

  #vtour2-content .secondary-video {
    display: block !important;
  }

  #vtour2-content .secondary-video > div:first-child {
    margin-bottom: 24px;
  }

  /* Virtual Tour Styling */

  /* Tab Styling */
  .tab-initator {
    width: 100%;
  }

  .tab-initator span {
    display: block;
  }

  .tab-info-container .tab-info > div {
    flex-basis: 50%;
  }

  /* Tab Styling */
}

@media only screen and (max-width: 575px) {
  /* Hero Styling */
  #hero .static-form {
    width: 100%;
  }

  .static-form select {
    width: 19.5%;
  }

  /* Hero Styling */

  /* Overview Styling */
  #overview button {
    width: auto;
    padding: 16px 8px;
  }

  #overview button span {
    margin-left: 8px;
    font-size: 16px;
  }

  #builder .developer-achievements > div {
    flex-basis: 100%;
  }

  #builder .developer-achievements > div {
    margin-bottom: 30px;
  }

  /* Overview Styling */

  /* Floor Plan Styling */
  #floorplan-details #unitp > div {
    display: block;
  }

  #floorplan-details .floorplan-details-card-image {
    margin: 0;
  }

  #floorplan-details
    #unitp
    > div
    .floorplan-details-card-image:not(:last-child) {
    margin-bottom: 2rem;
  }

  #unitplans .floorplan-details-card-image,
  #siteplan > div,
  #floorplan > div {
    flex-basis: 100%;
  }

  #floorplan-details img {
    width: 100% !important;
    height: auto;
  }

  /* Floor Plan Styling */

  /* Loaction Styling */
  #location-map img {
    max-width: 100%;
    height: auto;
  }

  /* Loaction Styling */

  /* Virtual Tour Styling */
  #vtour-content {
    width: 100%;
  }

  #vtour-content > div {
    top: 0;
    height: 100%;
    transform: none;
  }

  #vtour.info-container {
    padding: 24px 0;
  }

  /* Virtual Tour Styling */

  /* Tab Styling */
  .tab-info-container .tab-info > div {
    flex-basis: 100%;
  }

  /* Tab Styling */

  /* Modal Styling */
  .modal {
    width: 390px;
  }

  .modal-header b {
    font-size: 1rem;
  }

  .modal-body {
    display: block;
  }

  .modal-body .our-promise {
    display: none;
  }

  .modal-body .form-modal {
    flex-basis: 100%;
  }

  /* Modal Styling */
}

@media only screen and (max-width: 400px) {
  /*Common Styling*/
  .info-container .hanging-title {
    font-size: 28px;
  }

  /*Common Styling*/

  /* Hero Styling */
  .static-form h3 {
    font-size: 16px;
  }

  .static-form select {
    width: 19%;
  }

  /* Hero Styling */

  /* Overview Styling */
  #overview h3 {
    font-size: 28px;
  }

  /* Overview Styling */

  /* Gallery Styling */
  #gallery > div a {
    /* flex-basis: 100%; */
    margin: 0px 0px 10px 0 !important;

  }

  /* Gallery Styling */

  /* Virtual Tour Styling */
  #vtour-content > div h4 {
    font-size: 28px;
  }

  #vtour-content > div p {
    font-size: 18px;
  }

  /* Virtual Tour Styling */

  /* Sticky Footer Style */
  #sticky-footer {
    font-size: 12px;
  }

  #sticky-footer img {
    width: 12px;
  }

  /* Sticky Footer Style */

  /* Modal Styling */
  .modal {
    width: 300px;
  }

  /* Modal Styling */
}

/* Responsive Styling */
/* body {
  background-color: #e6f2f7;
  opacity: 1;
  background-image: linear-gradient(135deg, #f7d445 25%, transparent 25%),
    linear-gradient(225deg, #f7d445 25%, transparent 25%),
    linear-gradient(45deg, #f7d445 25%, transparent 25%),
    linear-gradient(315deg, #f7d445 25%, #e6f2f7 25%);
  background-position: 40px 0, 40px 0, 0 0, 0 0;
  background-size: 80px 80px;
  background-repeat: repeat;
} */

.stext {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-iteration-count: infinite;
  animation-delay: 0.8s;
}
.srt{
  font-weight: 800;
}
