/*------------------------
Theme Name: Christmas/ New Year/ Event/App /Software/ Website - Coming Soon Template
Theme URI: https://ayshatech.com/preview/item/coming-soon/
Author:AyshaTech
Author URI: 
Description: Christmas Landing Page, Christmas, Countdown, Coming Soon, Holy Day, New Year, Special Day, Counter, Count Down Clock
Version: 2.0.0
Date:09 Feb 2024
---------------------------*/

/*-----------------------------
Index of All CSS
-------------------------------
1. Base CSS
2. Counter Area CSS
3. Responsive CSS
------------------------------------*/

/* ---------------------------------------------------------
1. Base CSS
------------------------------------------------------------*/
html,
body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

p {
    margin: 0;
}

a {
    color: #111111;
}

a:focus {
    outline: 0 solid;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    line-height: 25px;
}

.padding-zero {
    padding-left: 0;
    padding-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-style: normal;
}

/*-------------------------------------------
    6. Preloader Area Start
-------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#status {
    background-image: url('../img/preloader-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    width: 170px;
}

/*-------------------------------------------
    6. Preloader Area End
-------------------------------------------*/

/* ---------------------------------------------------------
2. Counter Area Start
------------------------------------------------------------*/
.shanta-photo {
    width: 50%;
    text-align: center;
    margin-left: 3%;
}

.shanta-photo img {
    animation-name: multi-star;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes multi-star {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 12px);
    }
}

.default-timecounter {
    height: 100vh;
}

.time-counter {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dash {
    height: auto;
    /* margin: 0 10px; */
    margin: 8px 10px;
    text-align: center;
    width: 12%;
}

#event-count .dash,
.digit {
    display: inline-block;
}

.count-down-area {
    padding: 90px 0;
    text-align: center;
}

.digit {
    color: #fff;
    font-size: 6rem;
    font-weight: bold;
    height: 143px;
    line-height: 142px;
    vertical-align: middle;
}

.dash_title {
    color: #fff;
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: inherit;
}

/* ---------------------------------------------------------
Counter Area End
------------------------------------------------------------*/

/* ---------------------------------------------------------
Home2 Area start
------------------------------------------------------------*/
.home-2 .default-timecounter {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-2 .heading-title {
    color: #1CE8D1;
    font-family: Outfit, sans-serif;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.home-2 .dash {
    width: auto;
    border: 1px solid #fff;
    padding: 30px;
    width: 20% !important;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

:root {
    --col-bg: 10, 10, 10;
    --col-fg-p: 99, 102, 241;
    --col-fg-s: 184, 171, 143;
    --col-text: 220, 220, 220;
}

.home-2 .digit {
    height: 115px;
    line-height: 74px;
}

body.home-2 {
    height: 100vh;
    width: 100vw;
    min-height: auto;
    margin: 0;
    padding: 0;
    background-color: rgb(var(--col-bg));
    color: rgb(var(--col-text));
    overflow: hidden !important;
}

.home-2 .body-background {
    isolation: isolate;
    position: fixed;
    filter: blur(10vh);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-2 .circle {
    width: 50vh;
    height: 50vh;
    border-radius: 50%;
    mix-blend-mode: screen;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-2 .circle-1 {
    background: purple;
    animation: 6s move-circle-1 linear infinite;
    top: 30%;
    left: 50%;
}

.home-2 .circle-2 {
    background: darkblue;
    animation: 5s move-circle-2 linear infinite;
    left: 40%;
    top: 40%;
}

.home-2 .circle-3 {
    width: 70vh;
    height: 70vh;
    background: indigo;
    animation: 15s move-circle-3 linear infinite;
    left: 30%;
    top: 10%;
}

.home-2 .circle-4 {
    width: 100vh;
    height: 100vh;
    background: midnightblue;
    animation: 8s move-circle-4 linear infinite;
    left: 80%;
    top: 20%;
    filter: blur(15vh);
}

.home-2 .pane {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    margin: 30px;
    backdrop-filter: blur(5px);
    background-color: rgba(var(--col-bg), 0.4);
    transform-style: preserve-3d;
    transform: perspective(800px);
    padding: 30px 30px 45px;
}

@keyframes move-circle-1 {
    0% {
        transform: rotate(0deg) translate(-15vh) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-15vh) rotate(-360deg);
    }
}

@keyframes move-circle-2 {
    0% {
        transform: rotate(0deg) translate(-5vh) rotate(0deg);
    }

    100% {
        transform: rotate(-360deg) translate(-5vh) rotate(360deg);
    }
}


@keyframes move-circle-3 {
    0% {
        transform: rotate(0deg) translate(-5vh) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-5vh) rotate(-360deg);
    }
}

@keyframes move-circle-4 {
    0% {
        transform: rotate(0deg) translate(-10vh) rotate(0deg);
    }

    100% {
        transform: rotate(-360deg) translate(-10vh) rotate(360deg);
    }
}

/* ---------------------------------------------------------
Home2 Area End
------------------------------------------------------------*/

/* ---------------------------------------------------------
Home3 Area Start
------------------------------------------------------------*/
.home-3 .small-title {
    font-family: Outfit, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #c2207e;
    letter-spacing: .4rem;
}

.home-3 .heading-title {
    color: #000000;
    font-family: Outfit, sans-serif;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.home-3 .time-counter {
    min-height: 550px;
}

.home-3 #event-count .dash {
    display: inline-flex;
    height: 300px;
    padding: 0 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.home-3 #event-count .digit {
    color: #fff;
    font-size: 6rem;
    font-weight: bold;
    height: auto;
    line-height: normal;
}

.home-3 #event-count .dash:nth-child(odd) {
    position: relative;
    top: -28px;
}

.home-3 .dash.days_dash {
    background: linear-gradient(135.01deg, #79C2FC 49.59%, #5E69F6 95.47%);
}

.home-3 .dash.hours_dash {
    background: linear-gradient(135.01deg, #FFCB53 49.59%, #FD7B01 95.47%);
}

.home-3 .dash.minutes_dash {
    background: linear-gradient(131.97deg, #F87064 35.12%, #FE5095 95.23%);
}

.home-3 .dash.seconds_dash {
    background: linear-gradient(134.99deg, #F87064 -5.43%, #9BE15D -5.42%, #01BC91 95.47%);
}

/* ---------------------------------------------------------
Home3 Area End
------------------------------------------------------------*/

/* ---------------------------------------------------------
3. RESPONSIVE  CSS
------------------------------------------------------------*/

@media only screen and (min-width: 1920px) {}

/*=====================================
For My Custom Medium Screen
=======================================*/

@media only screen and (max-width: 1200px) {}

/*===============================
For Medium Screen
=================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*Counter style start*/
    .dash {
        width: 15%;
    }

    .home-2 .digit {
        font-size: 3rem;
    }

    .home-2 .heading-title {
        font-size: 3.5rem;
    }

    .home-2 .dash_title {
        font-size: 2rem;
    }

    .home-3 #event-count .digit {
        font-size: 4.5rem;
    }

}

/*=========================
Tablet layout
=========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*Counter style start*/
    .dash {
        width: 20%;
    }

    .home-2 .digit {
        font-size: 3rem;
    }

    .home-2 .heading-title {
        font-size: 3.5rem;
    }

    .home-2 .dash_title {
        font-size: 2rem;
    }

    .home-2 .dash {
        width: 21% !important;
        padding: 20px;
    }

    .home-3 .heading-title {
        font-size: 3.5rem;
    }

    .home-3 #event-count .digit {
        font-size: 3rem;
    }

    .home-3 #event-count .dash_title {
        font-size: 2.5rem;
    }

}

/*==========================
For Small Devices
============================*/

@media only screen and (max-width: 767px) {

    /*Counter style start*/
    #event-count {
        width: 100%;
    }

    .dash {
        width: 20%;
    }

    .home-2 .dash {
        width: 30% !important;
    }

    .home-3 #event-count .dash {
        height: 200px;
    }

}

/*==========================
For large mobile
============================*/
@media only screen and (min-width: 480px) and (max-width: 766px) {

    /*Counter style start*/
    .dash {
        margin: 0 8px;
        width: 17%;
    }

    .digit,
    .home-2 #event-count .digit,
    .home-3 #event-count .digit {
        font-size: 37px;
        line-height: 46px;
        height: 53px;
    }

    .dash_title {
        font-size: 15px;
    }

    .home-2 .heading-title,
    .home-3 .heading-title {
        font-size: 3.5rem;
    }

    .shanta-photo img {
        height: 137px;
        width: auto;
    }

    .home-2 .dash {
        margin: 8px 8px;
        width: 36% !important;
    }

}

/*========================
For very little mobile
==========================*/
@media only screen and (min-width:300px) and (max-width:479px) {

    /*Counter style start*/
    .dash {
        margin: 8px 8px;
        width: 17%;
    }

    .digit,
    .home-2 #event-count .digit,
    .home-3 #event-count .digit {
        font-size: 37px;
        line-height: 46px;
        height: 53px;
    }

    .dash_title {
        font-size: 15px;
    }

    .home-2 .heading-title,
    .home-3 .heading-title {
        font-size: 3rem;
    }

    .home-2 .dash {
        width: 90% !important;
    }

}
