.ny-header-content {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.ny-header-content > h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.ny-lpe-header {
    height: 300px !important;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.ny-lpe-header-img {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
section {
    margin: 35px 0;
}
.ny-header {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.ny-subheader {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.countdownHolder {
    display: flex;
    justify-content: center;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 700;
    font-size: 18px;
}
.btn-black:hover {
    color: #fff;
}
.w-full {
    width: 100%;
}
.card-counter {
    background-color: #8a8a8a;
}
.digit {
    background-color: #000 !important;
    border: 1px solid #fff;
}
.digit.static {
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
    
    background-image: linear-gradient(bottom, #000 50%, #000 50%);
    background-image: -o-linear-gradient(bottom, #000 50%, #000 50%);
    background-image: -moz-linear-gradient(bottom, #000 50%, #000 50%);
    background-image: -webkit-linear-gradient(bottom, #000 50%, #000 50%);
    background-image: -ms-linear-gradient(bottom, #000 50%, #000 50%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #000),
        color-stop(0.5, #000)
    );
}
@media (max-width: 576px) {
    .ny-background-img {
        width: 100%;
        text-align: center;
    }
    .ml-45 {
        margin-left: 0px;
    }
    .order-xs-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -ms-flex-order: 1;
        order: 2;
    }
    .order-xs-3 {
        -ms-flex-order: 1;
        order: 3;
    }
    .mb-sm-5 {
        margin-bottom: 30px;
    }
    .mb-sm-3 {
        margin-bottom: 15px;
    }
    .jssocials-shares {
        text-align: center;
    }
    .ny-header-content > h1 {
        font-size: 42px;
    }
}

@media (min-width: 577px) {
    .ny-background-img {
        width: 80%;
        text-align: center;
    }
}

@media (min-width: 769x) {
    .ny-background-img {
        width: 80%;
        text-align: center;
    }
    .ny-header-content > h1 {
        font-size: 50px;
    }
}

@media (min-width: 1201px) {
    .ny-background-img {
        width: 670px;
        text-align: left;
    }
    .ml-45 {
        margin-left: 45px;
    }
    .mb-sm-5 {
        margin-bottom: 0px;
    }
    .mb-sm-3 {
        margin-bottom: 0px;
    }
}

@media (min-width: 1401px) {
    .ny-background-img {
        width: 670px;
        text-align: left;
    }
}