/* Section: Hero */
.partnerships-hero { 
  background: url(/swa-resources/images/responsive/TSA-touchless/Assigned-seating.png) no-repeat center top / cover;
height: 300px;
}
.partnerships-hero * {
    transition: all ease 0.5s;
}
.partnerships-hero a { text-decoration: none; ;}
.partnerships-hero img {
  filter: drop-shadow(8px 14px 10px rgba(0, 0, 0, 0.3));
}
.partnerships-hero .title { 
  color: var(--primary-midnight-blue-color);
  font-size: 1.5rem;
  margin-top: 1.5rem;
}
.partnerships-hero .title sup { 
  top: -0.25em;
}
.partnerships-hero img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: bottom;
}
@media all and (min-width: 1200px) {
  .partnerships-hero .tail:nth-of-type(1) .title {
    margin-left: -40px;
}

.partnerships-hero{
height: 400px;
}
}
/* Heor aniamtion */
@media (prefers-reduced-motion: no-preference) {
  .partnerships-hero .tail:hover img {
    filter: drop-shadow(12px 18px 20px rgba(0, 0, 0, 0.3));
    transform: scale(1.1) translateY(-10px);
  }
  .partnerships-hero .tail:hover .title {
    color: var(--hover-color);
  }
}


/* Section: Icelandair dates */
.icelandair-dates, .china-airlines-partner {
  background: #F7F9FF;
  padding: min(80px, 6%) min(15px, 0%);
}
.icelandair-dates h2 {
  color: #090F23;
  font-size: clamp(2rem, calc(2vw + 1rem), 3rem);
  line-height: clamp(2.5rem, calc(4vw + 1rem), 3.5rem);
}
.icelandair-dates h2 span {
  color: var(--heading-1-text-color);
}
.icelandair-dates p, .icelandair-dates ul li {
  line-height: 1.5rem;
}
.icelandair-dates img {
  height: 100%;
  max-height: 356px;
  object-fit: cover;
}

/* Section: Icelandair getaways */
.icelandair-getaways {
  padding: min(80px, 6%) min(15px, 0%);
}
.icelandair-getaways h2 {
  color: #090F23;
  font-size: clamp(2rem, calc(2vw + 1rem), 3rem);
  line-height: clamp(2.5rem, calc(4vw + 1rem), 3.5rem);
}
.icelandair-getaways h2 span {
  color: var(--heading-1-text-color);
}
.icelandair-getaways p, .icelandair-getaways ul li {
  line-height: 1.5rem;
}
.icelandair-getaways img {
  height: 100%;
  max-height: 356px;
  object-fit: cover;
}

.horizontal-scroll-container{
 display: flex; 
 flex-wrap: nowrap; 
 overflow-x: auto; 
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section ul{
padding-inline-start: 22px;
}
@media (max-width:680px) {
  #evaair h2{
   padding-top: 4%;
}

#icelandair img{
 margin: 0 auto; 
}
}


