/* Location - Jumbotron */
.location-jumbotron {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.location-modal .content .content-inner {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.location-jumbotron .container {
  height: calc(100% - 104px);
}

.location-jumbotron .content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.location-jumbotron .content {
  position: absolute;
  bottom: 65px;
  left: 0;
  color: var(--white);
  z-index: 1;
  opacity: 0;
  transform: translateY(200px);
}

.location-jumbotron .content.anim-enabled {
  transition: 0.6s opacity, 0.6s transform;
}

.location-jumbotron .content.active {
  opacity: 1;
  transform: translateY(0);
}

.location-jumbotron .content .title {
  width: 660px;
  margin-bottom: 8px;
}

.location-jumbotron .content .description {
  width: 600px;
}

.location-jumbotron .carousel-arrows {
  position: absolute;
  bottom: 85px;
  right: 91px;
  display: flex;
  gap: 60px;
  z-index: 1;
}

.location-jumbotron .carousel-arrows > * {
  border: 1px solid var(--blue-2);
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s transform;
}

.location-jumbotron .carousel-arrows .prev-arrow {
  transform: rotate(180deg);
}

.location-jumbotron .carousel-arrows .prev-arrow:hover {
  transform: rotate(180deg) scale(1.1429);
}

.location-jumbotron .carousel-arrows .next-arrow:hover {
  transform: scale(1.1429);
}

.location-jumbotron .carousel-arrows svg {
  height: 24px;
  fill: var(--white);
}

.location-jumbotron .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 104px);
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.8);
  background-color: var(--darker-blue-2);
}

.location-jumbotron .carousel-item.active {
  z-index: 1;
}

.location-jumbotron .scroll-down-wrapper {
  padding-top: 31px;
  padding-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray-5);
}

.location-jumbotron .scroll-down-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s transform;
}

.location-jumbotron .scroll-down-button:hover {
  transform: scale(1.1429);
}

.location-jumbotron .scroll-down-button svg {
  height: 24px;
  fill: var(--dark-blue);
  transform: rotate(90deg);
  transition: 0.3s fill;
}

.location-jumbotron .scroll-down-button:hover svg {
  fill: var(--blue-2);
}
.forminator-ui#forminator-module-951.forminator-design--default .forminator-button-upload, .forminator-ui#forminator-module-951.forminator-design--default .forminator-button-submit,#forminator-module-951.forminator-design--default .forminator-input, .forminator-ui#forminator-module-951.forminator-design--default div.StripeElement, #forminator-module-951.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"], #forminator-module-951.forminator-design--default .forminator-textarea, #forminator-module-951.forminator-design--default .forminator-signature {
    border-radius: 11px !important;
}
@media (max-width: 1024px) {
  .location-jumbotron .carousel-arrows .next-arrow:hover {
       transform: scale(1);
   }
   .location-jumbotron .carousel-arrows .prev-arrow:hover{
    transform: rotate(180deg) scale(1);
   }
  .location-jumbotron .container {
    height: 100%;
  }

  .location-jumbotron .content {
    bottom: 59px;
  }

  .location-jumbotron .content .title,
  .location-jumbotron .content .description {
    width: 100%;
    max-width: 446px;
  }

  .location-jumbotron .carousel-item {
    height: 100%;
  }

  .location-jumbotron .carousel-arrows {
    bottom: 50vh;
    right: 0;
    left: 0;
    width: 100%;
    gap: unset;
    justify-content: space-between;
  }

  .location-jumbotron .scroll-down-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .location-jumbotron .content {
    bottom: 100px;
  }

  .location-jumbotron .content .title,
  .location-jumbotron .content .description {
    max-width: 328px;
  }

  .location-jumbotron .content .title {
    margin-bottom: 5px;
  }

  /*.location-jumbotron .carousel-arrows .prev-arrow,
  .location-jumbotron .carousel-arrows .next-arrow {
    border: none;
  }*/
  .location-jumbotron .carousel-arrows .prev-arrow,
  .location-jumbotron .carousel-arrows .next-arrow {
    width: 35px;
    height: 35px;
  }
  .location-jumbotron .carousel-arrows {
    bottom: 65vh;
  }
  .location-cta_module .heading-main {
    text-align: left;
}
}

/* Location - Intro */

.location-intro {
  background-color: var(--light-gray-5);
  padding-top: 2px;
  padding-bottom: 172px;
}

.location-intro .title {
  color: var(--black);
  margin-bottom: 16px;
}

.location-intro .facts {
  display: flex;
  margin-bottom: 52px;
}

.location-intro .facts .fact {
  flex-shrink: 0;
  color: var(--blue);
}

.location-intro .facts .fact:nth-child(1) {
  margin-right: 84px;
  max-width: 330px;
}

.location-intro .facts .fact:nth-child(2) {
  margin-right: 78px;
}

.location-intro .facts .fact:nth-child(3) {
  max-width: 220px;
}

.location-intro .info {
  padding-left: 200px;
  padding-right: 200px;
}

.location-intro .info .description {
  color: var(--black);
  margin-bottom: 25px;
}

.location-intro .info .details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.location-intro .info .details .detail .subtitle {
  color: var(--gray);
  margin-bottom: 11px;
}

.location-intro .info .details .detail .value,
.location-intro .info .details .detail .value a {
  color: var(--black);
  text-decoration: none;
}
.location-intro .info .details .detail .value:hover{
  color: #2592d8;
}

@media (max-width: 1280px) {
  .location-intro .info {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1024px) {
  .location-intro {
    padding-top: 60px;
    padding-bottom: 103px;
  }

  .location-intro .title {
    margin-bottom: 29px;
  }

  .location-intro .facts .fact:nth-child(1),
  .location-intro .facts .fact:nth-child(2) {
    margin-right: 40px;
  }

  .location-intro .info {
    padding: 0;
  }

}

@media (max-width: 768px) {
  .location-intro .facts {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px;
  }

  .location-intro .facts .fact {
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .location-intro .info .description {
    margin-bottom: 23px;
  }

  .location-intro .info .details {
    display: block;
  }

  .location-intro .info .detail:not(:last-child) {
    margin-bottom: 20px;
  }

  .location-intro .info .details .detail .subtitle {
    margin-bottom: 9px;
  }
}

/* Location - Maps */

.location-maps {
  background-color: var(--light-gray);
  padding-top: 104px;
  padding-bottom: 100px;
}

.location-maps .map-section:not(:last-child) {
  margin-bottom: 100px;
}

.location-maps .map-section .subtitle {
  color: var(--blue);
  margin-bottom: 15px;
}

.location-maps .map-section .title {
  color: var(--black);
  margin-bottom: 32px;
}

.location-maps .map-section .details {
  display: flex;
  gap: 140px;
}

.location-maps .map-section .details .main-map-wrapper {
  flex-grow: 1;
}

.location-maps .map-section .details .main-map {
  aspect-ratio: 139 / 109;
  width: 100%;
  cursor: pointer;
}

.location-maps .map-section .details .plus-icon {
  display: none;
  position: absolute;
  right: 13px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid var(--blue-2);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.location-maps .map-section .details .plus-icon svg {
  height: 24px;
  fill: var(--dark-blue);
}

.location-maps .buildings-accordion {
  width: 100%;
  max-width: 560px;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-maps .buildings-accordion .accordion-row {
  height: 40px;
  overflow: hidden;
  transition: 0.3s height;
}

.location-maps .buildings-accordion .accordion-row:not(:last-child) {
  margin-bottom: 51px;
}

.location-maps .buildings-accordion .accordion-header {
  border-top: 1px solid var(--light-gray-6);
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.location-maps .buildings-accordion .accordion-header .accordion-title {
  /* color: var(--black); */
  color: #1C1C1C;
}

.location-maps .buildings-accordion .accordion-header svg {
  height: 24px;
  fill: var(--blue);
  transition: 0.3s transform;
}

.location-maps .buildings-accordion .accordion-row.open .accordion-header svg {
  transform: rotate(45deg);
}

.location-maps .buildings-accordion .accordion-content-inner {
  padding-top: 31px;
}

.location-maps .stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 16px;
}

.location-maps .stages:not(:last-child) {
  margin-bottom: 16px;
}

.location-maps .stage {
  border-top: 1px solid var(--light-gray-6);
  padding-top: 10px;
  color: var(--blue);
  cursor: pointer;
}

@media (max-width: 1680px) {
  .location-maps .map-section .details {
    gap: 80px;
  }

  .location-maps .buildings-accordion {
    max-width: 500px;
  }
}

@media (max-width: 1440px) {
  .location-maps .buildings-accordion {
    max-width: 440px;
  }
}

@media (max-width: 1024px) {
  .location-maps .map-section .details {
    flex-direction: column;
        
  }

  .location-maps .buildings-accordion {
    max-width: 100%;
  }

  .location-maps .map-section .details {
    gap: 45px;
  }

  .location-maps .map-section .title {
    margin-bottom: 23px;
  }

  .location-maps .buildings-accordion .accordion-row:not(:last-child) {
    margin-bottom: 36px;
  }

  .location-maps .map-section .details .main-map-wrapper {
    position: relative;
  }

  .location-maps .map-section .details .plus-icon {
    display: flex;
  }
}

@media (max-width: 600px) {
  .location-maps .stages {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
  }
  .cmn-form-main form .btn-cmn-choose-file-before-submit {
    justify-content: flex-start;
}
}

/* Location - Map Modal */

.location-modal {
  position: fixed;
  top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: rgba(7, 29, 67, 0);
  backdrop-filter: blur(0px) brightness(58%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 1s background-color, 1s backdrop-filter;
  pointer-events: none;
}

.location-modal.visible {
  opacity: 1;
  background-color: rgba(7, 29, 67, 0.7);
  backdrop-filter: blur(7px) brightness(58%);
  pointer-events: all;
}

.location-modal .content {justify-content: center;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
 
  
  /* display: flex;
  flex-direction: column;
  aspect-ratio: 70 / 140; aspect-ratio: 1.103 / 1;*/
     
    max-width: 100%;width: 100%;overflow-y: auto; 
    display: block;
}

.location-modal .top {
  padding-top: 56px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-modal .top .close-button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  cursor: pointer;
}

.location-modal .top .close-button svg {
  height: 24px;
  fill: var(--white);
  transform: rotate(45deg);
}

.location-modal .middle { 
  /* flex-grow: 1; padding: 34% 0 0; */
  min-height: 0;
  position: relative;
    width: calc(100% - 30px);
    height: auto;
   
     padding: 645px 0 0;
    max-width: 830px;
    display: flex;
    height: auto;
    justify-content: center;
    margin: 0 auto;
}
.location-modal .middle embed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
.location-modal .middle,
.location-modal .middle > * {
  width: 100%;
}

.location-modal .bottom {
  padding-top: 37px;
  padding-bottom: 43px;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-modal .bottom .hover-text {
  color: var(--white);
  text-align: center;
}

@media (max-width: 1024px) {
.location-modal .middle {
    padding: 500px 0 0;
    max-width: 550px;    margin-bottom: 50px;
}
.credits .top .title {
    max-width: 80%;
} 
.location-intro .facts{ 
        gap: 25px;
        margin-bottom: 45px}
  .location-modal .content {
    flex-direction: column-reverse;justify-content: center;
    padding-top: 150px;    padding-bottom: 350px;
  /*  aspect-ratio: 70 / 160; */
        /* aspect-ratio: 0.80 / 1; */
            padding: 0;
    margin: 0 auto;
  }

 /* .location-modal .top {
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 113px;
  } */
.location-modal .top{padding-top: 30px; padding-bottom: 30px;}
  .location-modal .top .close-button {
   /*  margin-right: 0;*/
  }

  /* .location-modal .middle {
    margin-top: 130px;
  } */

  .location-modal .bottom {
    display: none;
  }
}

@media (max-width: 768px) {
  .location-modal {
    top: 60px;
    height: calc(100vh - 60px);
  }
 .location-modal .content {
    
    padding-top: 80px; padding-bottom: 0;
        padding: 0;
    margin: 0 auto;
    }
  .location-modal .content {
    /* aspect-ratio: 70 / 130; */
  }

  .location-modal .middle {
    width: 100%;
  }

  .location-modal .middle > * {
    /* width: 80%; */
  }
  .location-modal .middle{padding: 550px 0 0;
    max-width: 575px;}
}

/* Location - Gallery */

.home-locations .carousel a.item[href$="/cinespace-los-angeles/"] {
  display: block !important;
}


.location-gallery {
  background-color: var(--light-gray);
  padding-bottom: 168px;
  overflow: hidden;
}

.location-gallery .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 71px;
}

.location-gallery .top .left {
  width: 100%;
  max-width: 681px;
}

.location-gallery .top .left .subtitle {
  margin-bottom: 15px;
  color: var(--blue);
}

.location-gallery .top .left .title {
  color: var(--black);
}

.location-gallery .top .right {
  display: flex;
  gap: 60px;
  margin-left: 40px;
}

.location-gallery .carousel-prev-arrow,
.location-gallery .carousel-next-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s transform;
}

.location-gallery .carousel-prev-arrow {
  transform: rotate(180deg);
}

.location-gallery .carousel-prev-arrow:hover {
  transform: rotate(180deg) scale(1.1429);
}

.location-gallery .carousel-next-arrow:hover {
  transform: scale(1.1429);
}

.location-gallery .carousel-prev-arrow svg,
.location-gallery .carousel-next-arrow svg {
  fill: var(--blue);
  height: 24px;
}

.location-gallery .carousel {
  height: 490px;
  display: flex;
  gap: 30px;
}

.location-gallery .carousel .item {
  height: 100%;
  position: relative;
  /* cursor: pointer; */
}

.location-gallery .carousel .item img {
  height: 100%;
  border-radius: 7px;
}

.location-gallery .carousel .item .cta {
  position: absolute;
  left: 36px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.location-gallery .carousel .item .cta-title {
  flex-grow: 0;
  flex-shrink: 0;
  color: var(--white);
}

.location-gallery .carousel .item .cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-gallery .carousel .item .cta-icon svg {
  fill: var(--white);
}

@media (max-width: 1024px) {
  .location-gallery {
    padding-bottom: 0;
  }

  .location-gallery .top {
    margin-bottom: 35px;
  }

  .location-gallery .top .right {
    display: none;
  }

  .location-gallery .carousel {
    height: 320px;
    gap: 20px;
    overflow-x: scroll;
    margin-left: -80px;
    margin-right: -80px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 16px;
    width: 100%;
  }

  .location-gallery .carousel .item .cta {
    display: none;
  }
}

@media (max-width: 768px) {
  .location-gallery .carousel {
    height: 218px;
    gap: 14px;
  }
}

/* Location - Services */

.location-services {
  padding-top: 53px;
  padding-bottom: 163px;
  background-color: var(--light-gray);
}

.location-services .button-primary {
  margin-top: 30px;
}

.location-services .content {
  display: flex;
  gap: 100px;
}

.location-services .left {
  flex-grow: 1;
}

.location-services .left h1 {
  color: var(--black);
  margin-bottom: 21px;

  font-family: proxima-nova, sans-serif;
  font-size: 57px;
  line-height: 60px;
  font-weight: var(--semibold);
}

.location-services .left p {
  color: var(--black);
  margin-right: 40px;

  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 35px;
  font-weight: var(--regular);
  letter-spacing: 0.01em;
}

.location-services .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}

.location-services .grid .item {
  width: 260px;
}

.location-services .grid .item .top-line {
  width: 0;
  height: 1px;
  background-color: var(--blue-2);
  margin-bottom: 20px;
  transition: 0.6s width;
}

@media (max-width: 1350px) {
  .location-services .grid .item {
    width: 200px;
  }
}

@media (max-width: 1230px) and (min-width: 1025px) {
  .location-services .content {
    flex-direction: column;
  }

  .location-services .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-services .grid .item {
    width: 100%;
  }

  .location-services .left h1 {
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 1100px) and (min-width: 1025px) {
  .location-services .left p {
    margin-right: 0;
    max-width: 600px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .location-services {
    padding-top: 93px;
    padding-bottom: 82px;
  }

  .location-services .content {
    flex-direction: column;
    gap: 60px;
  }

  .location-services .grid .item {
    width: 100%;
  }

  .location-services .left {
    width: 100%;
    max-width: 600px;
  }

  .location-services .left h1 {
    font-size: 45px;
    line-height: 48px;
    max-width: 500px;
    width: 100%;
  }

  .location-services .left p {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .location-services {
    padding-bottom: 66px;
  }

  .location-services .content {
    gap: 45px;
  }

  .location-services .left h1 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 32px;
    max-width: 360px;
    width: 100%;
  }

  .location-services .left p {
    font-size: 17px;
    line-height: 32px;
  }

  .location-services .grid {
    display: block;
  }

  .location-services .grid .item:not(:last-child) {
    margin-bottom: 34px;
  }

  .location-services .left {
    max-width: 400px;
  }
}
@media (max-width: 575px){
 
.location-modal .middle{padding: 320px 0 0;
    max-width: 320px;}
}

.button-primary {
  width: 160px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 9px;
  transition: 0.3s color, 0.3s background-color;
  box-shadow: none;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: var(--semibold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.button-primary:hover {
  background-color: var(--dark-blue);
}