@font-face {
    font-family: 'playfair_displayblack';
    src: url('../fonts/playfairdisplay-black-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayblack_italic';
    src: url('../fonts/playfairdisplay-blackitalic-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displaybold_italic';
    src: url('../fonts/playfairdisplay-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.livetvChannels {
    background-image: linear-gradient(to bottom, rgba(247, 65, 44, 0.3), rgb(0 0 0));
}

.livetvChannels h6 {
    font-size: 1.2vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f7412c;
    margin-bottom: 0px;
}

.livetvChannels h2 {
    font-size: 2vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.livetvChannels p {
    font-size: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

.emailBoxForSignup {
    margin-top: 50px;
}

.livetvChannels p span {
    color: #f7412c;
}

.livetvChannels h5 {
    font-size: 0.9vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
    margin-bottom: 0px;
}

.livetvChannels h5 a {
    color: #ccc;
    text-decoration: underline;
}

.livetvChannels h5 a:hover {
    color: #f7412c;
}

.livetvChannels input {
    font-size: 1.2vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    height: 3.6vw !important;
    padding: 1.2vw;
}

.getStartedBtn {
    margin-left: auto;
    margin-right: auto;
}

.footer-section {
    border-top: 2px solid #f7412c !important;
}

.faqHome {
    background-color: #141419;
    border-bottom: 2px solid #f7412c !important;
}

.faqHome h2 {
    font-size: 3vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.faqHome .accordion-item {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #141419;
    background-color: #141419;
}

.faqHome .accordion-button:not(.collapsed) {
    background-color: #333;
}

.faqHome .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #333;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    box-shadow: inset 0 -1px 0 #333;
}

.faqHome .accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1vw;
    font-size: 2vw;
    color: #fff;
    text-align: left;
    background-color: #333;
    border: 0;
    border-radius: 0.3vw !important;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease, -webkit-box-shadow .15s ease-in-out;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    font-family: Nunito;
    font-weight: normal;
    border-radius: calc(.25rem - 1px);
}

.faqHome .accordion-body p {
    color: #fff;
    font-size: 1.4vw;
}

.faqHome .accordion-body p a {
    color: #f7412c;
}

.faqHome .accordion-button:after {
    background-image: url(../img/home/expand.png);
    width: 2vw;
    height: 2vw;
}

.faqHome .accordion-button:not(.collapsed):after {
    background-image: url(../img/home/expand.png);
}

.featuresContent {
    background-color: #141419;
    border-top: 2px solid #f7412c;
    border-bottom: 2px solid #f7412c;
}

.featuresContent h2 {
    font-size: 3.2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.featuresCard {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start;
}

.featuresCard img {
    width: 4vw;
    margin-bottom: 10px;
}

.featuresCard h6 {
    font-size: 2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.featuresCard p {
    font-size: 1.8vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
}

.deviceContent {
    background-color: #141419;
}

.deviceContent h2 {
    font-size: 3vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.deviceContent p {
    font-size: 2vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.deviceCard {
    border-radius: 20px;
    background-color: #292933;
    padding: 15px;
    position: relative;
    /* margin-bottom: 30%; */
    /* padding-bottom: 25%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
}

.deviceCard img {
    max-width: 100%;
    width: 100%;
}

.deviceCard h3 {
    font-size: 2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.deviceCard h3 span {
    color: #f7412c;
}

.deviceTv {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deviceTv img {
    /* position: absolute; */
    top: 50%;
    width: 25vw;
    margin: 0px auto;
    text-align: center;
    /* width: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.deviceTvSoon img {
    /* width: 300px; */
    max-width: 100%;
}

.deviceTvComcast img {
    /* width: 500px; */
}

.livetvCardLink {
    border-radius: 60px;
    border: 0.2vw solid #f7412c;
    font-size: 1.6vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 0.8vw 1vw;
    display: inline-flex;
    margin: 4vh 0px 0px 0px;
    background-color: transparent;
}

.deviceContentInfo h3 {
    font-size: 2.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.deviceContentInfo h5 {
    font-size: 1.8vw;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 60%;
    margin: 0px auto;
}

.deviceInfoTv h4 {
    font-size: 1.8vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.deviceInfoTv h4 span {
    color: #f7412c;
}

.deviceInfoTv img {
    max-width: 100%;
}

.livetvCardLink:hover {
    background-color: #f7412c;
    color: #fff;
}

.watchAnywareContent {
    background-image: url(../img/home/live-tv.jpg?v=1.1);
    background-position: top center;
    background-size: cover;
    display: flex;
}

.liveCard {}

.liveCard h3 {
    font-size: 3vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.liveCard p {
    font-size: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}

.liveCard img {
    max-width: 100%;
    width: 100%;
    border-radius: 100%;
}

.livetvCardMenu {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin-bottom: 15px;
}

.livetvCardMenu li {
    color: #fff;
    margin-right: 1.5vw;
}

.livetvCardMenu li a {
    padding-bottom: 3px;
    border-bottom: 0.2vw solid transparent;
    font-size: 1.2vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    cursor: pointer;
}

.livetvCardMenu li a:hover {
    color: #f7412c;
}

.livetvCardMenu li.active a {
    border-color: #f7412c;
    color: #f7412c;
}

.livetvCardContent {}

.livetvCardImg {}

.livetvCardImg img {
    max-width: 100%;
    /* height: 100%; */
    width: 100%;
}

.header-section-home {
    background-image: url(../img/home/banner-v5.png?v=1.2);
    background-position: center;
    background-size: cover;
    /* min-height: 80vh; */
    position: relative;
    display: flex;
    border-bottom: 2px solid #f7412c;
}

.navMenuLink {}

.navMenuLink li {
    margin: 0vw 1vw;
}

.navMenuLink li a {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    padding: 0.5vw 1.2vw !important;
}

.navMenuLink li a:hover,
.navbar-nav .nav-link:hover {
    color: #f7412c;
}

.header-logo img {
    width: 12vw;
}

.allChannelCard h1 {
    /* font-family: 'playfair_displayregular'!important; */
    font-size: 3vw !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center !important;
    color: #fff;
    margin: 0px auto !important;
}

.allChannelCard h1:first-child {
    /* display: inline-flex; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    /* padding-right: 30px; */
}

.allChannelCard {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    position: relative;
    padding: 20px 0px;
    margin: 15px 0px;
}

.allChannelCard:before {
    content: "";
    /* position: absolute; */
    /* width: 3px; */
    /* height: 100%; */
    /* background-color: #fff; */
    /* transform: rotate(30deg); */
    /* left: 275px; */
    /* top: 0px; */
}

.allChannelCard h1:last-child {
    /* display: inline-flex; */
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
    /* padding-left: 298px; */
}

.header-content h4 {
    font-size: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 25px 0px;
}

.header-content h6 b {
    font-weight: bold;
    color: #f7412c;
    font-size: 1.8vw;
    top: 0.2vw;
    position: relative;
}

.exploreDiv {
    padding-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.exploreDiv h6 {
    font-size: 1.2vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.exploreDiv:before {
    content: "";
    width: 2px;
    height: calc(100% - 25px);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    margin: 0px auto;
    text-align: center;
}

.exploreDiv a {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.exploreDiv:hover h6 {
    color: #f7412c;
}

.ukrainBanner {
    border: 2px solid #999;
    background-color: #393939;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0px;
    bottom: 25%;
    cursor: pointer;
    z-index: 7;
    border-right: 0px solid transparent;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.ukrainFlag {
    padding: 10px;
    display: inline-block;
    float: left;
}

.ukrainFlag img {
    width: 75px;
}

.ukrainContent {
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ukrainContent h6 {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.ukrainContent h6 span:first-child {
    color: #035eba;
}

.ukrainContent h6 span:last-child {
    color: #fed733;
}

.ukrainContent p {
    margin-bottom: 0px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.ukrainContent {
    visibility: hidden;
    opacity: 0;
    transition: display 0.5s linear;
    display: none;
}

.ukrainBanner:hover {
    border-right: 2px solid #999;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    right: 15px;
}

.ukrainBanner:hover .ukrainContent {
    visibility: visible;
    opacity: 1;
    display: inline-block;
}

.channelCarousel {
    min-height: 8vw;
}

.liveCard img {
    /* min-height: 8vw; */
    width: 80% !important;
}

@media (min-width: 220px) and (max-width: 991.98px) {
    .liveCard h3 {
        font-size: 30px;
    }

    .liveCard p {
        font-size: 18px;
    }

    .deviceContent h2 {
        font-size: 30px;
    }

    .featuresContent h2 {
        font-size: 30px;
    }

    .deviceContent p {
        font-size: 18px;
    }

    .deviceCard h3 {
        font-size: 24px;
    }

    .deviceTv {
        display: none;
    }

    .deviceCard {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .livetvChannels h6 {
        font-size: 16px;
    }

    .livetvChannels h2 {
        font-size: 24px;
    }

    .livetvChannels p {
        font-size: 18px;
    }

    .faqHome h2 {
        font-size: 24px;
    }

    .faqHome .accordion-button {
        font-size: 24px;
    }

    .faqHome .accordion-body p {
        font-size: 18px;
    }

    .featuresCard h6 {
        font-size: 20px;
    }

    .featuresCard p {
        font-size: 18px;
    }

    .livetvCardMenu li {
        font-size: 20px;
    }

    .livetvCardMenu li:last-child {
        margin-right: 0px
    }

    .livetvCardMenu li a {
        font-size: 18px;
        border-bottom: 2px solid transparent;
    }

    .header-content h4 {
        font-size: 20px;
    }

    .livetvCardLink {
        padding: 10px 15px;
        font-size: 18px;
        border: 2px solid #f7412c;
    }

    .exploreDiv h6 {
        font-size: 14px;
    }

    .deviceContentInfo h3 {
        font-size: 24px;
    }

    .deviceContentInfo h5 {
        font-size: 18px;
        width: 100%;
    }

    .deviceInfoTv h4 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ukrainBanner {
        bottom: 10%;
    }

    .header-content h1 {
        font-size: 30px !important;
    }

    .allChannelCard h1:last-child {
        /* padding-left: 190px; */
    }

    .allChannelCard:before {
        left: 175px;
    }

    .header-content h6 {
        font-size: 18px !important;
    }

    .livetvChannels input {
        font-size: 18px;
        height: 60px !important;
    }

    .livetvChannels input {
        font-size: 18px;
        height: 60px !important;
    }

    .livetvChannels h5 {
        font-size: 18px;
    }
}

@media (min-width: 100px) and (max-width: 767.98px) {
    .livetvChannels h5 {
        font-size: 18px;
    }

    .header-content h1 {
        font-size: 30px !important;
        padding-right: 10px !important;
    }

    .allChannelCard:before {
        display: none;
    }

    .allChannelCard h1:first-child {}

    .allChannelCard h1:last-child {
        /* padding-left: 50px; */
        /* padding-right: 0px!important; */
    }

    .allChannelCard {
        display: inline-flex;
        padding: 15px 0px 0px 0px;
    }

    .header-content h4 {
        margin: 15px 0px;
    }

    .available-platforms {}

    .navMenuLink {
        display: block !important;
        margin-top: 10px;
    }

    .navMenuLink li {
        margin: 0px 0px 10px 0px;
    }

    .navMenuLink li a {
        font-size: 18px;
    }

    .exploreDiv {
        padding-bottom: 25px;
        position: absolute;
        bottom: 0px;
        margin: 0px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        left: 0px;
        right: 0px;
    }

    .exploreDiv:before {
        height: calc(100% - 30px);
    }

    .livetvCardMenu {}

    .livetvCardMenu li {
        margin-right: 13px;
    }

    .livetvCardMenu li a {
        font-size: 15px;
    }

    .liveCard h3 {
        font-size: 24px;
        text-align: center;
    }

    .liveCard p {
        font-size: 16px;
        text-align: center;
    }

    .livetvCardLink {
        margin: 15px auto;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .livetvCardImg {
        display: none;
    }

    .deviceContent h2 {
        font-size: 28px;
    }

    .featuresContent h2 {
        font-size: 28px;
    }

    .deviceContent p {
        margin-bottom: 15px !important;
        font-size: 16px;
        text-align: center;
    }

    .deviceCard h3 {
        font-size: 20px;
    }

    .faqHome {
        display: none;
    }

    .livetvChannels input {
        font-size: 16px;
        height: 50px !important;
    }

    .get-started,
    .get-started:hover {
        font-size: 18px;
        max-height: 50px !important;
    }

    .livetvChannels h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .livetvChannels p {
        margin-bottom: 15px;
        text-align: center;
    }

    .deviceContentMobile img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .ukrainFlag img {
        visibility: hidden;
        opacity: 0;
        width: 0px;
    }

    .ukrainBanner:hover .ukrainFlag img {
        visibility: visible;
        opacity: 1;
        display: inline-block;
        width: 100%;
    }

    .featuresCard {
        align-items: center;
        justify-content: center;
    }

    .featuresCard img {
        width: 50px !important;
    }

    .featuresCard h6 {
        font-size: 18px;
    }

    .featuresCard p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.promoCodeBanner {
    background-color: #fff;
    padding: 15px 15px;
}

.promoCodeBanner h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    word-break: break-word;
}

.promoCodeBanner h3 span {
    color: #f7412c;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sideMenu {
        top: 124.59px !important;
        height: calc(100% - 124.59px) !important;
        max-height: 100%;
    }

}

@media (min-width: 576px) and (max-width: 768.98px) {
    .promoCodeBanner h3 {
        font-size: 16px;
    }

    .sideMenu {
        top: 117.59px !important;
        height: calc(100% - 117.59px) !important;
        max-height: 100%;
    }
}

@media (max-width: 575.98px) {
    .promoCodeBanner h3 {
        font-size: 16px;
    }

    .sideMenu {
        top: 136.59px !important;
        height: calc(100% - 136.59px) !important;
        max-height: 100%;
    }
}

@media (max-width: 335.98px) {
    .promoCodeBanner h3 {
        font-size: 15px;
    }
}