@import "/content/dam/amex/nl/assets/bubl/css/elements-v4/base.css";

/* CUSTOM */

.container-fluid .ShopBar {height: 100px; bottom: -100px; transition: bottom 0.5s ease-in-out;}
.container-fluid .ShopBar.active {bottom: 0px;}
#row4b .dls-black-bg {background-color:unset!important;}
#row4b h4 {font-size: 24px!important;}
.city-name {font-size: 24px!important; font-weight: 800!important;}
#row7 {background-color: #666666;}
#row8 {background: linear-gradient(180deg, rgba(194, 219, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.container-fluid .App {margin: var(--Sz3) 0 0!important;}
#amex-footer {margin-bottom: 6rem!important;}

/* RESPONSIVE */

/* 1280+  ------------------------------- */
@media only screen and (min-width: 1280px) {
  .pltx-mobile img {display: none;}
  .herovideo:has(#mobile-video) {display: none;}
}

/* 1024:1279  --------------------------------- */
@media (min-width:1024px) and (max-width:1279px) {
  .pltx-mobile img {display: none;}
  .herovideo:has(#mobile-video) {display: none;}
}

/* 769:1023  --------------------------------- */
@media (min-width:769px) and (max-width:1023px) {
  .pltx-desktop img {display: none;}
  .herovideo:has(#mobile-video) {display: none;}
}

/* 577:768  --------------------------------- */
@media (min-width:577px) and (max-width:768px) {
  .pltx-desktop img {display: none;}
  .herovideo:has(#mobile-video) {display: none;}
}

/* 576  ------------------------------- */
@media only screen and (max-width: 576px) {
  .pltx-desktop img {display: none;}
  .herovideo:has(#desktop-video) {display: none;}
}

/* HERO VIDEO DESKTOP */

.herovideo {
  position: relative;
  min-height: 600px;
  z-index: 1;
  color: white;
  display: grid;
  align-items: center;
  margin-bottom: var(--Sz2);
  min-height: clamp(0px, 100vh, 750px);
  height: clamp(0px, 100vh, 750px);
  max-height: clamp(0px, 100vh, 750px);
}
.herovideo .gabm-cmp-herovideo {
  height: 100%;
}
.herovideo .gabm-cmp-herovideo--wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  max-height: 100%;
  z-index: -2;
  overflow: hidden;
}
.herovideo .gabm-cmp-herovideo--wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.herovideo::before {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.herovideo .gabm-cmp-herovideo--content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;
  padding-block: var(--Sz5);
}
.herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
  word-wrap: balance;
  justify-content: center;
}
@media (width <= 1024px) {
  .herovideo .gabm-cmp-herovideo--content .gabm-cmp-herovideo--heading {
    max-width: 100%;
    padding-bottom: 30vw;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 375px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .herovideo .gabm-cmp-herovideo--content {
    max-width: 1240px;
  }
}
.herovideo .heroCardWrapper {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 450px;
  width: clamp(0px, 450px, 80vw);
  margin-inline: auto;
}
@media (width <= 1024px) {
  .herovideo .heroCardWrapper {
    left: 0;
  }
}
.herovideo .heroCardWrapper .heroCard {
  width: 100%;
  filter: drop-shadow(var(--BoxShadow));
}
.herovideo .hero__arrow {
  padding-top: var(--Sz2);
  position: relative;
  --_arrowSize: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  bottom: 0;
  transition: var(--an1);
}
@media (width <= 1024px) {
  .herovideo .hero__arrow {
    margin-left: auto;
    margin-right: auto;
  }
}
.herovideo .hero__arrow::before, .herovideo .hero__arrow::after {
  width: var(--_arrowSize);
  height: var(--_arrowSize);
  position: relative;
  border-right: calc(var(--_arrowSize) / 10) solid;
  border-bottom: calc(var(--_arrowSize) / 10) solid;
  border-color: inherit;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
}
.herovideo .hero__arrow::after {
  margin-top: calc(0px - var(--_arrowSize) / 2);
}
@media (hover: hover) {
  .herovideo .hero__arrow:hover {
    transition: var(--an1);
    bottom: -5px;
  }
}

.herovideo::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.herovideo .smallCardWrapper {
  display: flex;
  gap: var(--Sz01);
  margin-bottom: var(--Sz0);
}
.herovideo .smallCardWrapper img {
  width: var(--Sz2);
  filter: drop-shadow(var(--BoxShadow));
}

.city{
  display: flex;
  align-items: center;
  gap:var(--Sz0);
}

.line-left, .line-right{
  flex-grow:1;
  height: 1px;
  background-color: var(--LightBlue);
}

#row7 ol{
  color: white;  
  position: relative;
  overflow:hidden;
  padding-left:var(--Sz1)
}


#row7 ol li{
  position: relative;
  margin-bottom:var(--Sz0)
}

#row7 ol li::after{
  position: absolute;
  content: '';
  width: 2.5px;
  height: 100%;
  background-color: var(--LightBlue);
  left: -22.5px;
  bottom: 95%;
  z-index: -1;
}

#row7 ol li::before{
  padding: var(--Sz04);
  aspect-ratio: 1;
  background-color: var(--LightBlue);
  color: #fff;
  border-radius: 100%;
  position: absolute;
  font-size: 20px;
  margin-right: var(--Sz04);
  width: 40px;
  text-align: center;
  top:-13px;;
  left: -35px;
}




