/* Template Name: Lucky - Coming Soon HTML Template
   Author: lakshithamit
   Email: support@servingcloudinc.com
   Website: https://servingcloudinc.com
   Version: 1.0.0
   Created: June 2023
   File Description: Main Custom Style file of the template
*/
/*-----------------------------------*/
/* CONTENT --------------------------*/
/* 01. COMMON CONTENT STYLES */
/* 02. PAGE SECTION BACKGROUND STYLES */
/* 03. CONTENT BOX STYLES */
/* 04. TIMER STYLES */
/* 05. EASY SLIDER */
/* 06. SNOW EFFECTS */
/*-----------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:wght@400;500;600;700;800&display=swap");
/*-----------------------------------*/
/* COMMON CONTENT STYLES */
/*-----------------------------------*/
body, html{
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
}
header{
    width:100%;
    height: 70px;
}

body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #383b3f;
}
a {
    color: #badbff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover{
    text-decoration: none;

    color: #badbff;
}
footer, .footer {
    position: relative;
    color: #adb5bd;
}
/*-----------------------------------*/
/* PAGE SECTION BACKGROUND STYLES */
/*-----------------------------------*/
.bg-gradient {
    background: linear-gradient(to right, #18bf06 20%, #593d5e 92%);
    min-height: 100%;
    position: relative!important;
    height: auto;
}
.bg-image{
    background:url('../images/bg/1.jpg') center;
    position: relative!important;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
.area-overlay{
    background-color: rgb(12 15 24 / 75%);
    position: absolute;
    margin:0;
    width: 100%;
    height: 100%;
}
.video-background{
    position: absolute;
    margin:0;
    width: 100%;
    height: 100%;
}
.video-background iframe{
    min-height: 100vh;
    min-width: 178vh;
    width: 99vw;
    height: 57.25vw;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.slider-background{
    position: absolute;
    margin:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.snow-background{
    height: 100%;
    min-height: 100% !important;
    overflow: visible;
    position: absolute;
    width: 100%;
}
/*-----------------------------------*/
/* CONTENT BOX STYLES */
/*-----------------------------------*/
.content-box{
    margin-top : 60px;
}
.content-box-gradient{
    background: rgb(4 4 4 / 27%);
    margin-top: 60px !important;
    margin: 10px auto;
    border-radius: 6px;
}
/*-----------------------------------*/
/* TIMER STYLES */
/*-----------------------------------*/
#counter .stop-watch,#eventdown .count-down {
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center
}

#counter .stop-watch .count-number,#eventdown .count-down .count-number {
    font-size: 40px;
    font-weight: 600
}

#counter .stop-watch .count-head,#eventdown .count-down .count-head {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

#counter .stop-watch {
    color: #fff;
    margin: 30px 10px 10px
}

#counter .stop-watch .count-number {
    font-size: 40px;
    width: 130px;
    border-radius: 4%;
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 25px rgba(56,59,63,0.05);
    padding: 8px 0 !important;
    background-color: rgba(255,255,255,0.1)
}

#counter .stop-watch .count-head {
    margin-bottom: 6px
}
/*-----------------------------------*/
/* EASY SLIDER */
/*-----------------------------------*/

#slider{
    height: 100% !important;
}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
    height: 100% !important;
}
#slider li{
    /* 
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
    */
    min-height: 100vh;
    min-width: 178vh;
    width: 100vw;
    height: 57.25vw;
    overflow:hidden;
    height: 100% !important;
}

/*-----------------------------------*/
/* SNOW EFFECTS */
/*-----------------------------------*/

.snowflake {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(white, white);
    /* Workaround for Chromium's selective color inversion */
    border-radius: 50%;
    filter: drop-shadow(0 0 10px white);
}