@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis-Medium';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-style: normal;
  font-display: swap;
}

body {
  background-color: black;
}

p {
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
}

.topgap {
  height: 104px;
  width: 100%;
  display: block;
}

.scroll-prompt {
  position: absolute;
  z-index: 998;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
}

.arrow-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 1.5s infinite;
}

.arrow {
  animation: fade 1.5s infinite;
}

.arrow:last-child {
  animation-direction: reverse;
  margin-top: -4px;
}

.arrow>div {
  width: 2.6ch;
  height: 2.6ch;
  border-right: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  transform: rotate(45deg);
}

@keyframes fade {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes bounceaaa {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -3px);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 30px);
  }
}

.placmain {
  height: 87vh;
  width: 100%;
  object-fit: cover;
  object-position: 40% 22%;
}

.postop {
  position: absolute;
  width: 35%;
  height: 23%;
  object-fit: contain;
  top: 7%;
  left: 33%;
}

.ontopimg {
  clip-path: url(#polygonClip);
  transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;
}

.maxwp {
  max-width: 88ch;
  text-align: center;
  margin: auto;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.gridwrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  color: #fff;
  max-width: 940px;
  margin: auto;

}

.griditem {
  grid-column: span 3;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;

}

.gd_icon {
  width: 7vw;
  height: 3vw;
  object-fit: contain;
  margin-bottom: 20px;

}

.griditem p {
  font-size: 13px;
  font-family: 'Montserrat-Medium';
}

h2 {
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.06em;
}

.mp-1 {
  width: 45%;
  background: linear-gradient(to right, black, black 20%, rgb(111, 81, 38));
  display: flex;
  justify-content: center;
  align-items: center;
}

.mp-2 {
  width: 55%;
}


.content_wrapper_2 {
  max-width: 37vw;
  margin-left: 56px;
}


.content_wrapper_2 .accordion-button {
  padding: 0;
  font-size: 18px;
  color: #fff;
  text-align: left;
  background-color: transparent;
  font-family: "Montserrat-Medium";
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  display: block;
  width: 100%;
  text-align: center;
}

.content_wrapper_2 .accordion-button::after {
  content: "";
  float: right;
  display: block;
  position: absolute;
  right: 0%;
  /* Adjust based on your design */
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 12px;
  /* Set height matching the image */
  background-image: url('../images/arrow-down.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content_wrapper_2 .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-360deg);
  /* Ensure translateY stays the same */
  background-image: url('../images/arrow-up.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
}



.content_wrapper_2 .accordion-item {
  border: 0;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}

.content_wrapper_2 .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}

.acc__box {
  padding-top: 14px;
}

.accordion-header .line {
  height: 1px;
  flex: 0.8 0;
  background-color: #ca972b;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.content_wrapper_2 .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

ul.mhx_custom {
  padding-left: 1rem;

}

ul.mhx_custom li {
  color: #fff;
  font-family: "Montserrat-Medium";
  font-size: 13px;
}

.accordion-button .cc_line {
  font-size: 15px;
  height: 100%;
  display: block;
  text-align: left;
  padding: 0 0;
  border-bottom: 1px solid;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Montserrat-Bold";
}

.ac_hdt {
  font-family: "Montserrat-Bold";
  color: #fff;
  /* font-size: 0.7vw; */
  font-size: 10px;
  padding-bottom: 8px;
  padding-left: 11px;
}

ul.loc_list {
  padding-left: 1rem;
}

ul.loc_list li {
  font-family: "Montserrat-Medium";
  color: #fff;
  font-size: 13px;
}

.bbrtop {
  position: absolute;
  top: 30.8%;
  left: 29.3%;
  width: 14%;
  filter: drop-shadow(2px 4px 6px orange);
   animation: glowDropbbr 3s infinite ease-in-out;
}

@keyframes glowDropbbr {

  0%,
  100% {
     filter: drop-shadow(0px 0px 0px orange);
  }

  50% {
filter: drop-shadow(2px 4px 6px orange) drop-shadow(2px 4px 12px rgb(255, 223, 117));

  }
}

p.ylw_subtxt {
  color: #fcbf00;
  font-family: "Montserrat-Bold";
  text-align: left;
  margin-bottom: 0.6rem;
  padding-top: 1rem;
}

.ftr_icon {
  position: absolute;
  top: -6px;
  width: 54px;
  left: -18%;
  height: 32px;
  object-fit: contain;
  filter: brightness(1.5);
}

.mx_g {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: auto;
}

.mx_g>div {
  grid-column: span 4;

}

.imgcover {
  height: 14.7ch;
  width: 100%;
  object-fit: cover;
}

p.quotedtxt {
  color: #fff;
  text-align: left;
  font-family: 'Montserrat-Regular';
  font-size: 13px;
  line-height: 1.5;
  margin-top: 20px;
  min-height: 392px;
}

p.quotedtxt span {
  color: #fcbf00;
  font-size: 17px;
  font-family: 'Montserrat-Bold';
  line-height: 1.3;

}

.indled {
  background: linear-gradient(to bottom, black, black, #f2c241 67%);
}

.ind_full {
  margin-top: -9%;
  position: relative;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.indled>* {
  position: relative;
  z-index: 2;

}

div.quotedtxtlite {
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  font-family: 'Montserrat-Regular';
  color: #fff;
  margin-top: 20px;
}

div.quotedtxtlite a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-size: 9px;
  line-height: 1.3;
}

.quoted-wrapper {
  /* min-height: 43vw; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.pos-layer-1 {
  width: 31vw;
  height: 25vw;
  top: 0;
  left: 0;
  object-fit: contain;

}

.map-wrapper {
  position: relative;
  width: fit-content;
}

.gradient-animated {
  width: 31vw;
  height: 25vw;
  background: radial-gradient(circle,
      #a52900,
      /* Light turquoise */
      #fcbf00,
      /* Sky blue */
      #202020,
      /* Slate green (cool blueish) */
      #1d4c6d,
      /* Ocean blue */
      #334b6f,
      /* Dusty blue */
      #1e2a35,
      /* Dark navy blue */
      #3A4856
      /* Dark slate (updated) */
    );


  background-size: 800% 800%;
  -webkit-mask-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/0274c21b-2d6e-4ed3-560e-cb8c94a44600/1200');
  mask-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/0274c21b-2d6e-4ed3-560e-cb8c94a44600/1200');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  animation: gradientMove 30s ease-in-out infinite;
}

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

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

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

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

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

.mapinfo {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  width: fit-content;
  margin: auto;
}

p.location_hdlr {
  color: #E43136;
  font-family: 'Metropolis-Bold';
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
}

ul.sep_1 {
  max-width: 22ch;
}

ul.location_list {
  line-height: 1.2;
  max-width: 28ch;
  font-family: 'Metropolis-Medium';
  letter-spacing: normal;
  font-size: 0.8vw;
  padding-left: 1rem;
}

h2.txtred {
  font-family: 'Metropolis-Bold';
  color: #e74b0f;
  max-width: 7ch;
  text-align: left;
  font-size: 2.1vw;
}

h3 {
  font-family: 'Metropolis-Bold';
  color: #e74b0f;
  font-size: 20px;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

h1 {
  position: absolute;
  top: 49.8%;
  font-size: 1.6vw;
  font-family: Montserrat-Bold;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 1px 3px 3px black, -2px -2px 9px black;
  z-index: 4;
}

.mskmain::before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 69vh;
  background: linear-gradient(to bottom, transparent, #ffc10714, #000);
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.mstcoll_img {
  position: absolute;
  bottom: 1%;
  left: 39%;
  width: 22%;
  z-index: 3;
}

.wrp_2 {
  display: flex;
  flex-direction: column;
  align-content: center;
  height: 100%;
  width: 100%;
  align-items: flex-end;
}

@keyframes glowDrop {

  0%,
  100% {
    filter: drop-shadow(0 0 0px #fff) brightness(0.7);
  }

  50% {
    filter: drop-shadow(0 0 4px #fff) brightness(3.8);
  }
}

.gd_icon {
  animation: glowDrop 3s infinite ease-in-out;
}

.content_my1 {
  width: 42%;
}

.indexp {
  background-image: url(../images/img2.png);
  background-size: cover;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
}

.reg_sec>* {
  position: relative;
  z-index: 2;

}

.reg_sec h2 {
  color: #e74b0f;
}

.sg_wrap {
    position: absolute;
    width: 308px;
    height: 170px;
    left: 60%;
    top: 60%;
    line-height: 1.2;
    font-size: 14px;
    z-index: 4;
    /* background: #1f1f1f9e; */
}

.hgd {
  width: 100%;
  display: block;
  height: 10px;
  background: linear-gradient(to right, #f18d05, #e95515, #e20d17);
}

.submit-btn {
  background: #f82525;
  color: #fff;
  border: 0;
  padding: 10px 29px;
  border-radius: 30px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  font-size: 16px;
  transition: background 0.5s ease;
  box-shadow: 4px 0px 12px #000000;

}

.submit-btn:hover {
  background: #fff;
  border: 0px solid #FF3400;
  color: #FF3400;
}

.second-sec {
  position: relative;
}

#myVideo {
  width: 65%;
  height: auto;
  object-fit: cover;
  margin: auto;
  display: block;
}

.titl_w {
  font-size: 20px;
}

  #frmLeadGen .form-control {
		border: 0;
		border-radius: 0;
		color: #000;
    font-size: 15px;
		font-family: 'Montserrat-Bold';text-align: center;
	  }

  .ft-txt {
    font-family: 'Metropolis-Bold';
    letter-spacing: 0.05em;
  }
  .ft-txt2 {
    font-family: 'Metropolis-Medium';
    letter-spacing: 0.05em;
  }
  .wrap_3 {
    margin-top: -20%;z-index: 0;
  }

  .loccta {
    width: 130px;
    height: 40px;
    object-fit: contain;
  }
@media only screen and (max-width: 600px) {
  .mx_g {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mx_g>div {
    grid-column: auto;
  }

  .griditem {
    grid-column: span 6;
  }

  .griditem.temp {
    display: none;

  }

  .gd_icon {
    width: 16vw;
    height: 10vw;
    object-position: bottom;
  }

  .gridwrap {
    row-gap: 27px;
    max-width: 90%;
  }

  .griditem p {
    font-size: 2.6vw;
  }

  .maxwp {
    max-width: 38ch;
    font-size: 12px;
  }
#location {
  background: #080a08;
}
  .mp-1,
  .mp-2 {
    width: 100%;
   background: #080a08;
    display: block;
  }

  .content_wrapper_2 {
    margin-right: 16px;
    max-width: 100%;
    margin-left: 62px;
    padding-bottom: 2rem;
  }

  h2 {
    font-size: 4vw;
  }

  p {
    font-size: 12px;
  }

  .ftr_icon {
top: -6px;
        width: 38px;
        left: -57px;
  }

  .accordion-button .cc_line {
font-size: 12px;
  }

  #myVideo {
    width: 100%;
  }

  p.quotedtxt {
    min-height: 0;
    font-size: 10px;
  }

  .indled {
    background: linear-gradient(to bottom, black, black, #f2c241 100%);
  }

  .content_my1,
  .content_my2 {
    width: 100%;
  }

  .gradient-animated {
    width: 100%;
    height: auto;
  }

  .pos-layer-1 {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    object-fit: contain;
  }

  .map-wrapper {
    width: 100%;
    margin: 1rem 0;
  }

  .mapinfo {
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding: 0 0;
    row-gap: 0;
    justify-content: left;
    max-width: fit-content;
  }

  .indexp {
    background-image: url(../images/img2-m.png);
  }

  h2.txtred {
    font-size: 4.8vw;
    letter-spacing: 0.04em;
  }

  ul.location_list {
    line-height: 1.2;
    max-width: fit-content;
            font-size: 2.36vw;
    padding-left: 1rem;
            margin-bottom: 8px;
  }

  .mx_g {
    display: none;
  }

  .placmain {
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
    padding-top: 28%;
  }

  main {
    background: #949ca7;
  }

  .postop {
    position: absolute;
    width: 100%;
    height: 26%;
    object-fit: contain;
    top: 19%;
    left: 0;
  }

  div.quotedtxtlite a>p {
    font-size: 2vw;
    line-height: 1.3;
  }

  p.quotedtxt span {
    font-size: 13px;
  }

  div.quotedtxtlite {
    font-size: 8px;
  }

  .max_wd1 {
    max-width: 31ch;
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
  }

  .max_wd2 {
    max-width: 90%;
    margin: auto;
  }

  ul.loc_list li {
    font-size: 11px;
  }

  .titl_w {
    font-size: 3.8vw;
  }

  h3 {
    font-size: 3.8vw;
  }

  .mstcoll_img {
    position: absolute;
    bottom: 0%;
    left: 22%;
    width: 54%;
  }

.reg_sec h2 {
    font-size: 4.6vw;
}
.content_wrapper_2 .accordion-button::after {
      width: 1.3ch;
    height: 1.3ch;
}

h1 {
         position: relative;
        top: unset;
        font-size: 4vw;
        font-family: Montserrat-Bold;
        left: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        text-shadow: 1px 3px 3px black, -2px -2px 9px black;
               padding: 1.5rem 0 0;

}
.mskmain::before {
  height: 24vh;
}
.sg_wrap {
  position: relative;
  width: fit-content;
  height: auto;
  left: unset;
  top: unset;
  font-size: 14px;
  margin: auto;
          margin-top: 2rem;
  text-align: center;
}
.wrap_3 {
    margin-top: 0;
    z-index: 0;
}
.submit-btn {
    font-size: 14px;
    padding: 8px 39px;
}
.arrow>div {
    width: 2ch;
    height: 2ch;

}
.scroll-prompt {
bottom: -3%;
        height: 99px;
}
}