
/*Contact Us*/
main.contact-us{
  margin-top: 80px;
}
main.contact-us .d-n {
  display: none!important;
}
.contact-us__hero {
  border-radius: 42px; 
}
.contact-us__hero div.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1556px;
  padding: 129px 64px;
  display: flex;
  justify-content: space-between;
}
.contact-us__hero--h2 {
  margin-bottom: 4px;
  color: var(--White, #FFF);
  font-size: 52px;
  line-height: 100.6%; /* 52.312px */
  letter-spacing: -2.34px; 
}
.contact-us__hero--h1 {
  margin-bottom: 2px;
  color: var(--Yellow---Secondary, #DFC070);
  font-family: Philosopher-c;
  font-size: 94px;
  line-height: 100.6%; /* 94.564px */
  letter-spacing: -4.23px;
}
.contact-us__hero--p {
  margin-bottom: 32px;
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 147.1%; /* 23.536px */
  letter-spacing: -0.56px; 
}
.btn.contact-us__hero--btn {
  background: #961335;
  box-shadow: 0px 0px 20.2px 0px rgba(0, 0, 0, 0.08);
  color: var(--Yellow---Main, #ECE499); 
}
.contact-us__hero__info {
  width: 478px;
  height: auto;
  padding: 24px 32px;
  border-radius: 12px;
  border: 1px solid rgba(236, 228, 153, 0.00);
  background: rgba(255, 255, 255, 0.10);
}
.contact-us__hero__info--a,
.contact-us__hero__info--a-small {
  position: relative;
  margin-left: 56px;
}
.contact-us__hero__info--a svg,
.contact-us__hero__info--a-small svg {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -56px;
}
.contact-us__hero__info--a {
  margin-bottom: 24px;
  color: var(--White, #FFF);
  font-size: 24px;
  text-decoration: none;
  display: block;
  
}

.contact-us__hero__info--a-small {
  margin-bottom: 8px;
  color: var(--White, #FFF);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; 
  display: block;
}
.contact-us__hero__info--a-small span {
  font-weight: 400; 
}
.map {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 72px; 
  background: #FFF; 
}
.map__box {
  position: absolute;
  overflow: hidden;
  top: 140px;
  left: 80px;
  width: 513px;
  height: auto;
  padding: 24px;
  border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #ECE499;
  background: rgba(29, 25, 25, 0.70);
  backdrop-filter: blur(5px); 
}
.map__box--h2 {
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  color: var(--Yellow---Secondary, #DFC070);
  font-family: Philosopher-c;
  font-size: 54px;
  line-height: 100.6%;
  letter-spacing: -2.43px;
}
.map__box--h3 {
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  color: var(--White, #FFF);
  font-size: 32px;
  font-weight: 600;
  line-height: 100.6%; /* 32.192px */
  letter-spacing: -1.44px;
}
.map__box--p {
  margin-bottom: 17px;
  position: relative;
  z-index: 2;
  color: var(--White, #FFF);
  font-size: 16px;
}
.btn.map__box--btn {
  position: relative;
  z-index: 2;
  background: #961335;
  box-shadow: 0px 0px 20.2px 0px rgba(0, 0, 0, 0.08);
  color: var(--Yellow---Main, #ECE499); 
}
.map--iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media(max-width: 1200px){
  .contact-us__hero div.container {
    padding: 129px 24px;
  }
  .contact-us__hero--h2 {
    font-size: 42px;
    letter-spacing: -1.34px;
  }
  .contact-us__hero--h1 {
    font-size: 74px;
    letter-spacing: -3.5px;
  }
  .contact-us__hero__info {
    width: 410px;
    padding: 24px 16px;
  }
  .map__box {
    transform: scale(0.7) translate3d(-180px, 20px, 0);
  }
}
@media(max-width: 880px){
  .contact-us__hero div.container {
    padding: 48px 18px;
    flex-direction: column;
    gap: 32px;
  }
  .contact-us__hero--h2 {
    font-size: 24px; 
    letter-spacing: -1.08px; 
  }
  .contact-us__hero--h1 {
    font-size: 44px; 
    letter-spacing: -1.98px; 
  }
  .contact-us__hero--p{
    font-size: 14px; 
    letter-spacing: -0.49px; 
  }
  .btn.contact-us__hero--btn {
    width: 100%;
    height: 55px;
  }
  .contact-us__hero__info {
    width: 100%;
    padding: 12px 16px;
  }
  .column-1,
  .column-2 {
    width: 100%;
  }
  .contact-us__hero__info--a,
  .contact-us__hero__info--a-small {
    margin-left: 40px;
  }
  .contact-us__hero__info--a svg,
  .contact-us__hero__info--a-small svg {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: -40px;
  }
  .contact-us__hero__info--a {
    font-size: 20px;
  }
  .contact-us__hero__info--a-small {
    font-size: 14px;
  }
  .map {
    border-radius: 32px;
  }
  .map__box {
    transform: none;
    width: 320px;
    top: 16px;
    left: calc(50% - 160px);
    padding: 16px;
  }
  .map__box--h2 {
    font-size: 27px; 
    letter-spacing: -1.215px; 
  }
  .map__box--h3 {
    font-size: 24px; 
    letter-spacing: -1.08px; 
  }
  .map__box--p {
    font-size: 14px; 
  }
  .btn.map__box--btn {
    width: 100%;
    height: 58px;
    padding: 0;
    text-align: center;
    line-height: 58px;
  }
  main.contact-us {
    margin-top: 0;
  }
}