.la-lpe-header {
    height: 500px !important;
    overflow: hidden;
    position: relative;
    background-color: #22b573;
}
.la-lpe-header-img {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.la-lpe-header-content {
    position: relative;
}
.la-lpe-header-content > .la-header-content {
    text-align: center;
    margin: 70px 0;
}
.la-lpe-header-content > .la-header-content > h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.la-lpe-subheader {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}
.la-lpe-subcontent {
    margin-top: 150px;
}
section {
    margin: 75px 0;
}
.la-registraion-section {
    overflow: hidden;
    position: relative;
    background-color: #22b573;
    padding: 75px 20px;
}
.la-registraion-section > img {
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.la-countdown-content {
    overflow: hidden;
    position: relative;
    background: rgba(34, 181, 115, 0.8);
    height: auto;
    width: 100%;
    border-radius: 5px;
}
.la-timer-content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #fff;
}
.mt-8 {
    margin-top: 80px;
}
.digit {
    background-color: #22b573 !important;
    border: 1px solid #fff;
}
.digit.static {
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
    
    background-image: linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -o-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -moz-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -webkit-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    background-image: -ms-linear-gradient(bottom, #22b573 50%, #22b573 50%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #22b573),
        color-stop(0.5, #22b573)
    );
}
.countdownHolder {
    display: flex;
    justify-content: center;
}
.btn-orange {
    color: #fff;
    background-color: #22b573;
    border-color: #22b573;
    font-weight: 700;
    font-size: 18px;
}
.btn-orange:hover {
    color: #fff;
}

@media (min-width: 1024px) {
    .la-lpe-header {
        height: 500px !important;
        overflow: hidden;
        position: relative;
        background-color: #22b573;
    }
    .la-lpe-header-img {
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .la-lpe-header-content {
        position: relative;
    }
    .la-lpe-header-content > .la-header-content {
        text-align: center;
        margin: 70px 0;
    }
    .la-lpe-header-content > .la-header-content > h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
    }
    .la-lpe-subheader {
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
    }
    .la-lpe-subcontent {
        margin-top: 150px;
    }
    section {
        margin: 75px 0;
    }
    .la-registraion-section {
        overflow: hidden;
        position: relative;
        background-color: #22b573;
        padding: 75px 20px;
    }
    .la-registraion-section > img {
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    .la-countdown-content {
        overflow: hidden;
        position: relative;
        background: rgba(34, 181, 115, 0.8);
        height: auto;
        width: 100%;
        border-radius: 5px;
    }
    .la-timer-content {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        color: #fff;
    }
    .mt-8 {
        margin-top: 80px;
    }
    .digit {
        background-color: #22b573 !important;
        border: 1px solid #fff;
    }
    .digit.static {
        box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
        
        background-image: linear-gradient(bottom, #22b573 50%, #22b573 50%);
        background-image: -o-linear-gradient(bottom, #22b573 50%, #22b573 50%);
        background-image: -moz-linear-gradient(bottom, #22b573 50%, #22b573 50%);
        background-image: -webkit-linear-gradient(bottom, #22b573 50%, #22b573 50%);
        background-image: -ms-linear-gradient(bottom, #22b573 50%, #22b573 50%);
        
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.5, #22b573),
            color-stop(0.5, #22b573)
        );
    }
    .countdownHolder {
        display: flex;
        justify-content: center;
    }
    .btn-orange {
        color: #fff;
        background-color: #22b573;
        border-color: #22b573;
        font-weight: 700;
        font-size: 18px;
    }
    .btn-orange:hover {
        color: #fff;
    }
}
@media (max-width: 426px) {
    .la-lpe-header {
        height: 430px !important;
        overflow: hidden;
        position: relative;
        background-color: #22b573;
    }
    .la-lpe-header-img {
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 90vh;
        object-fit: cover;
    }
    .la-lpe-subcontent {
        margin-top: 50px;
    }
    .la-lpe-header-content > .la-header-content > h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
    }
    .la-lpe-subheader {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #000;
    }
}
@media (max-width: 768px) {
    .la-registraion-section > img {
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}