@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+QLD:wght@100..400&display=swap');

/* font-family: "Baloo Bhai 2", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&family=DynaPuff:wght@400..700&display=swap');
/* font-family: "DynaPuff", system-ui; */


::selection {
    background-color: #ffb347;
    /* Highlight color */
    color: #383838;
    /* Text color */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    /* background-image: url(daylight-environment-forest-459225.jpg); */
    background-image: url(R.jpeg);
    height: 100vh;
    width: fit-content;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.overlay {
    height: 100%;
    width: 100vw;
    background-color: #05aaf61b;
    /* opacity:.6; */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

h1 {
    /* display: inline; */
    font-size: 80px !important;
    font-weight: bolder;
    font-family: "DynaPuff", system-ui;
    background: linear-gradient(90deg, #3aafa9, #def2f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content {
    position: relative;
    border-radius: 20px;
    padding: 10px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 500px;
    font-family: "Baloo Bhai 2", sans-serif;
    color: rgb(225, 225, 225);
    cursor: pointer;
    background: linear-gradient(120deg, rgba(77, 66, 66, 0.5), rgba(218, 217, 217, 0.5));
    backdrop-filter: blur(10px);
}

#Notify {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mail{
    display: flex;
}

#Notify input,
button {
    padding: 8px;
    /* border-radius: 8px; */
    border: none;
    cursor: pointer;
}

form input {
    flex-direction: column;
    background-color: #def2f1;
    color: #2f2f2f;
}

button {
    background-color: #3aafa9;
    color: aliceblue;
}

button:hover {
    background-color: #2b7a78;
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 {
        font-size: 40px !important;
        text-align: center;
    }

    .content {
        width: 90%;
        padding: 15px;
    }

    .launch-time {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .launch-time div {
        flex-basis: auto;
        width: 100%;
        /* Ensures enough space */
        text-align: center;
    }

    .launch-time div p {
        font-size: 40px;
        word-wrap: break-word;
    }

    #Notify {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    #Notify input,
    #Notify button {
        width: 100%;
        box-sizing: border-box;
    }
}


/* Medium devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .launch-time {
        display: flex;
        gap: 10px;

    }

    h1 {
        font-size: 50px !important;
    }

    .content {
        width: 90%;
    }

    .launch-time div p {
        font-size: 50px;
    }
}

/* Large devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 60px !important;
    }

    .content {
        width: 80%;
    }

    .launch-time div p {
        font-size: 55px;
    }
}

/* Extra large devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .content {
        width: 600px;
    }
}

/* XXL devices (very large screens) */
@media (min-width: 1200px) {
    .content {
        width: 700px;
    }

    h1 {
        font-size: 80px !important;
    }
}



/* .time{
    position: relative;
    /* border-radius: 20px; 
    padding: 10px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    width: 100vw;
    font-family: "Baloo Bhai 2", sans-serif;
    color: rgb(225, 225, 225);
    cursor: pointer;
    background: linear-gradient(120deg, rgba(77, 66, 66, 0.5), rgba(218, 217, 217, 0.5));
    backdrop-filter: blur(10px);

} */
.time {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* increased for better spacing between children */
    padding: 20px;
    width: 100%;
    /*  max-width: 800px;prevent stretching too wide on large screens */
    margin: 0 auto;
    /* center it horizontally */
    font-family: "Baloo Bhai 2", sans-serif;
    color: #e1e1e1;
    background: linear-gradient(120deg, rgba(77, 66, 66, 0.6), rgba(218, 217, 217, 0.3));
    backdrop-filter: blur(12px);
    /*border-radius: 20px; re-enabled rounded corners */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: default;
    transition: all 0.3s ease-in-out;
}

.launch-time {
    display: flex;
    gap: 12px;
    text-align: center;
}

.launch-time div {
    flex-basis: 100px;
}

.launch-time div p {
    font-size: 60px;
    font-weight: bolder;
    margin-bottom: -14px;
    background: linear-gradient(180deg, #a8edea, #fed6e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.follow {
    display: flex;
    gap: 15px;
}

.follow img {
    height: 32px;
    width: 32px;
}

.follow img:hover {
    height: 40px;
    width: 40px;
    transition: all 0.1s ease-in-out;
}