@font-face {
    font-family: 'Open Sans';
    src: url('../privacy/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
}

body {
    background: url('../images/shared/background.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
}


.wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0 24px 0 24px; */
}


body {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.wrapper > header {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.851;
    margin: 20px 10px 60px 10px;
}


section {
    margin: 0 24px 0 24px;
    width: 95%;
}


h1, h2, h3, h4, h5, h6, p, a, ol, li, ul {
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

h2 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
}
h3, h4, h5, h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
    color: white;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #CCCCCC;
    margin: 0px;
}

.logo-h1 {
    margin: 0px;
}

.desctiption-containter {
    padding-bottom: 61px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 41px; */
}

.video-player {
    width: 102%;
    height: 100%;
    position: relative;
}

iframe.responsive-iframe {
    width: 100%;
    height: 54vw;
    max-height: 529px;
    position: relative;
    z-index: 2;
}

.loading {
    position: absolute;
    background: black;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 4px;
    z-index: 1;
}

.desc-wrapper {
    display: flex;
    flex-direction: row;
}

.description {
    margin-left: 31px;
    width: 50%;
}

.desc-image {
    /* margin-top: 50px; */
    width: 460px;
}

.desc-image > img {
    width: 100%;
}

/* .banner {
    padding-bottom: 70px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
} */

.app-store-features-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
}

.app-store-features-mobile .top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Optional spacing between images */
    flex-wrap: nowrap; /* Allow images to wrap if necessary */
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.app-store-features-mobile .top img {
    width: calc(33.33% - 13.33px); /* Calculate width to fit 3 images in the container, accounting for gaps */
    max-width: 33.33%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure images cover their respective area if resizing */
}

.app-store-features-mobile .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-store-features-mobile .bottom .top {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.app-store-features-mobile .bottom .top header {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.462px;
}

.app-store-features-mobile .bottom .top p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.462px;
}

.app-store-features-mobile .top img {
    border: 2px solid transparent;
    transition: border-color 0.8s ease;
    border-radius: 12px; /* Added border-radius */
}
.app-store-features-mobile .top img.animated {
animation: mobileBorderAnimation 0.8s ease 1 forwards;
}
@keyframes mobileBorderAnimation {
    0% { border-color: transparent; }
    33% { border-color: rgba(1,150,212,0.33); }
    66% { border-color: rgba(1,150,212,0.66); }
    100% { border-color: rgb(1,150,212); }
}

.app-store-features {
    padding-bottom: 40px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
    position: relative;
    display: flex;
}

.app-store-features > .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

.app-store-features > .left > .top {
    margin-bottom: 18px;
}
.app-store-features > .left > .top header {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.462px;
}

.app-store-features > .left > .top p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.462px;
}

.app-store-features > .left > .bottom > .app-store-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 17px;
}

.app-store-features > .left > .bottom > .app-store-icons > img {
   border-radius: 10px;
   width: 158px;
}

.app-store-features > .right {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.app-store-features > .right img {
    width: 206px;
}

/* Styling for app-store-features container */
.app-store-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-store-features {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Styling for the right div */
.app-store-features .right img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid transparent; /* Initial border is transparent */
    border-radius: 12px; /* Apply rounded corners */
    transition: border 0.3s ease; /* Smooth transition for hover state */
}

/* Hover animation */
.app-store-features .right img.animated {
    animation: borderAnimation .8s ease 1 forwards;
    cursor: pointer;
}

/* Border animation */
@keyframes borderAnimation {
    0% { border-color: transparent; }
    33% { border-color: rgba(1,150,212,0.33); }
    66% { border-color: rgba(1,150,212,0.66); }
    100% { border-color: rgb(1,150,212); }
}
/* Hide .app-store-features-mobile on tablet and desktop, show on mobile */
@media (max-width: 767px) {
    .app-store-features-mobile {
      display: flex;
    }

    .app-store-features {
      display: none;
    }

    .app-store-features-mobile {
        margin-bottom: 25px;
    }
    .station-gallery {
        margin-top: 40px;
    }

    .h3-section-header {
        font-size: 24px;
        margin-bottom: 12px;
        text-align: center;
        font-weight: 500 !important;
    }
    .where-to-watch .h3-section-header {
        margin-top: 0px;
    }
    .wrapper > header {
        margin: 40px 10px 60px 10px;
    }
    #connected-tv {
        height: 50px;
    }
  }

  /* Hide .app-store-features-mobile on tablet and desktop, show .app-store-features */
  @media (min-width: 768px) {
    .app-store-features-mobile {
      display: none;
    }

    .app-store-features {
      display: flex;
    }
  }

.where-to-watch {
    padding-bottom: 18px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
    position: relative;
}

.h3-watch {
    margin-bottom: 12px;
}
.h3-section-header {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 800;
}

p.p-watch {
    margin-bottom: 40px;
}


.modal {
    max-width: 584px;
    padding: 36px 40px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 20px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    animation: fadeIn .33s, slideIn .35s linear;
}

.modal-headline-img {
    display: flex;
    margin: 0 auto 18px auto;
}

.samsung-logo {
    max-width: 500px;
    width: 100%;
}

@keyframes slideIn {
    0% {
      transform: translateY(400px);
      animation-timing-function: ease-out;
    }
    80% {
      transform: translateY(10px);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateY(0px);
      animation-timing-function: ease-in;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.modal h4 {
    color: #222222;
    font-size: 30px;
    line-height: 36.31px;
    font-weight: 700;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 17px;

}

.modal ol {
    padding: 0px;
    padding-left: 23px;
    margin: 0px;
    font-weight: 700;

}

.modal ol li {
    margin-bottom: 21px;
}

.close-modal {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #E5E5E5;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    line-height: 0px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

.available-now {
    padding-bottom: 18px;
    margin-bottom: 43px;
    border-bottom: 8px solid rgba(230, 233, 243, 0.1);
}

.watch, .station-gallery, .available-now-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.watch > img, .station-gallery > a, .available-now-gallery > a {
    /* pointer-events: none; */
    width: 100%;
    max-width: 22.7%;
    padding-right: 3%;
    padding-bottom: 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

/*remove this css when other platforms are added*/
.available-now-gallery > a {
    max-width: 31.3%;
}

.watch > img {
    max-width: 30.3%;
}

.station-gallery > a:hover, .watch > img:hover, .available-now-gallery > a:hover {
    transform: scale(1.02);
}

.station-gallery {
    margin-top: 70px;
    margin-bottom: 70px;
}
/*uncomment css when other platforms added*/
.watch > img:nth-child(3) {
    padding-right: 0px;
}

.available-now-gallery  > a:nth-child(3) {
    padding-right: 0px;
}

.watch > img, .station-gallery > a > img, .available-now-gallery > a > img {
    width: 100%;
    border-radius: 7px;
}


.station-gallery > a:nth-child(4),
.station-gallery > a:nth-child(8),
.station-gallery > a:nth-child(12),
.station-gallery > a:nth-child(16) {
    padding-right: 0px;
}

.stations-p {
    margin-bottom: 40px;
}

.stations-p > a {
    color: #CCCCCC;
    text-decoration: underline;

}

.footer-wrapper .branding {
    border-bottom: 2px solid #8D98AA;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    border-bottom: 2px solid #8D98AA;
    margin-bottom: 20px;
}

.footer-wrapper .branding .app-store-icons {
    gap: 15px;
    display: flex;
    padding-bottom: 25px;
}

.footer-wrapper .branding .app-store-icons img {
    width: 158px;
}

@media screen and (max-width: 767px) {
    h2, h3, h4, h5, h6 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .desctiption-containter {
        padding-bottom: 38px;
        margin-bottom: 30px;
        margin-top: 0px
    }

    .desc-wrapper {
        flex-direction: column;
    }

    .desc-image {
        width: 100%;
        margin-top: 0px;
    }

    .description {
        margin: 0px;
        width: 100%;
    }

    /* .desc-image {
        display: none;
    } */

    .banner {
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .where-to-watch {
        margin-bottom: 0;
    }

    .video {
        height: 56vw;
    }

}

@media screen and (max-width: 549px) {
    .watch, .station-gallery, .available-now-gallery {
        justify-content: space-between;
    }
    .watch > img, .station-gallery > a, .available-now-gallery > a {
        max-width: 46%;
        padding-right: 0%!important;
    }
    .station-gallery {
        margin-bottom: 25px;
    }

    section {
        margin: 0 24px 0 24px;
        width: 90%;
    }

    h2 {
        margin-top: 18px;
    }
}