section {
    margin: 35px 0;
}
.par-registraion-section {
    overflow: hidden;
    position: relative;
    background-color: #000;
    padding: 75px 20px;
}
.par-registraion-section > img {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.par-countdown-content {
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    width: 80%;
    border-radius: 5px;
}
.par-timer-content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #fff;
}
.mt-8 {
    margin-top: 80px;
}
.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)
    );
}
.countdownHolder {
    display: flex;
    justify-content: center;
}
.btn-orange {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 700;
    font-size: 18px;
}
.btn-orange:hover {
    color: #fff;
}
.par-form {
    padding-top: 35px;
}
.par-header {
    position: relative;
}
.par-header > h1 {
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

@media (max-width: 576px) {
    .par-header > h1 {
        font-size: 42px;
    }
    .par-countdown-content {
        width: 100%;
    }
    .par-registraion-section > img {
        height: 100%;
        object-fit: cover
    }
    .par-form {
        width: 100%;
    }
    .jssocials-shares {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .par-header > h1 {
        font-size: 50px;
    }
    .par-countdown-content {
        width: 80%;
    }
    .par-registraion-section > img {
        height: 100%;
        object-fit: cover
    }
    .jssocials-shares {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .par-registraion-section > img {
        height: 100dvh;
        object-fit: cover
    }
    .par-form {
        width: 75%;
    }
}