
body {
    font-family: 'Outfit';font-size: 2rem; /* Default Font*/
    background-color: #ffffff;
    color: #333;
}

.logo-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; 
    left: 7%; /*x*/
    top: 7%; /*y*/
}

.logo-text-container img {
    margin-right: 135px; 
}
.logo-text-container h1 {
    font-family:'Outfit';font-size: 2.55rem;
    font-weight: 700;
    position: absolute;
}

.frame {
    display: inline-block;
    padding: 0.6em 1em;
    background-color: #e3e7f0; /* FrameBG */
    color: #333; /*Text*/
    font-size: 0.8rem; 
    font-weight: bold;
    text-align: center;
    border-radius: 8px; /* BEVEL EDGES YEAHH */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    left: 6.5%; /*x*/
    top: 37%; /*y*/
    position: absolute;
    white-space: nowrap;
}

.Text1 {
    padding: 0.1em 0em;
    position: absolute; /* allows Coord Pos*/
    left: 6.5%; 
    top: 42.5%; 
    font-family: 'Lato', sans-serif; 
    font-size: 2.5rem; 
    font-weight: 700; /*Bold*/
    color: #333; 
    text-align: left; 
    white-space: nowrap; 
}
.Ital {
    font-style: italic;
}

.Text2 {
    padding: 1em 0em;
    position: absolute; /* allows Coord Pos*/
    left: 6.5%; 
    top: 58%; 
    font-family: 'Lato', sans-serif; 
    font-size: 1.05rem; 
    font-weight: 400; /*Regular*/
    color: #333; 
    text-align: left; 
    white-space: nowrap; 
}

.Inputs #Email {
    left: 6.5%; /*x*/
    top: 70.7%; /*y*/
    position: absolute;
}
.Inputs #Number {
    left: 27%; /*x*/
    top: 70.7%; /*y*/
    position: absolute;
}
.Inputs #Username {
    left: 6.5%; /*x*/
    top: 79.5%; /*y*/
    position: absolute;
}
.Inputs #Submit {
    left: 6.5%; /*x*/
    top: 86%; /*y*/
    position: absolute;
    padding: 7px 10px; 
    border: none;
    border-radius: 0.5em;
    background-color: #070707;
    color: #ffffff; 
    font-family:'Outfit';font-size: 0.95rem;
    font-weight: 500; 
    cursor: pointer; 
    outline: none; 
    transition: all 0.3s ease; /*Tween*/
}

.Inputs #Submit:active {
    background-color: #6b6b6b;
}

.Inputs #SubmitText {
    line-height: 1.5em;
    padding: 0.7em 0em;
    left: 27%; /*x*/
    top: 77%; /*y*/
    position: absolute;
    font-family: 'Lato', sans-serif; ;font-size: 0.7rem;
    font-weight: 400; 
    color: rgba(50, 65, 86, 0.6);
}
.custom-buttons {
    left: 27%; /*x*/
    top: 83%; /*y*/
    position: absolute;
    display: flex; 
    gap: 0.3em;
    margin-top: 0.3em; 
}

.custom-buttons button {
    
    padding: 0.25em 0.7em; 
    border: none;
    border-radius: 0.5em;
    background-color: rgba(50, 65, 86, 0.1);
    color: #222222; 
    font-family:'Outfit';font-size: 0.84rem;
    font-weight: 500; 
    cursor: pointer; 
    outline: none; 
    transition: all 0.3s ease; /*Tween*/
}

.custom-buttons button:hover {
    background-color: #e0e0e0; 
}
.custom-buttons button.active {
    background-color: rgba(50, 65, 86, 0.25)
    
}




.Inputs input {
    position: relative;
    padding: 0.35em 0.35em;
    font-family: 'Lato', sans-serif; ;font-size: 0.88rem;
    font-weight: 400; 
    width: 15.6em;
    border: none;
    border-bottom: 1px solid #222222; /*Underline*/
}
input::placeholder {
    color: rgba(50, 65, 86, 0.27);
}

input:focus {
    outline: none;
    background-color: #f5f5f5;
    transition: all 1s ease; /*Tween*/
    border-radius: 0.5em;
}

.Support {
    padding: 2em 1em;
    position: absolute; /* allows Coord Pos*/
    left: 0%; 
    top: 92%; 
    font-family: 'Lato', sans-serif; 
    font-size: 0.7rem; 
    font-weight: 600; 
    color: rgba(34, 34, 34, 0.5); 
    text-align: left; 
    
}


.right-frame {
    position: fixed; 
    top: 0; 
    left: 50%; /*How Much Of Screen*/
    width: 50%; /*Size*/
    height: 100%; 
    background-color: #EEEEF0; 
    z-index: -1; 
}

.SHARE {
    position: relative; 
    left: 40%; 
    top: 95%; 
    font-family: 'Lato', sans-serif; 
    font-size: 1.2rem; 
    font-weight: 700; 
    color: #333; 
    white-space: nowrap;
}
.image-button {
    width: 1.7em;
    position: relative;
    top: 0.3em;
    background-color: transparent;
    border: none;
}



.timer-container {
    position: absolute;
    left: 10%; /*How Much Of Screen*/
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6em;
    background-color: #222222; /* Black background */
    border-radius: 0.7em;
    width: 15em; /* Adjust width */
    height: 4.5em; /* Adjust height */
    margin: auto;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4); /* Subtle shadow */
}

/* words */
.timer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    color: white; 
    font-family: "Open Sans", serif;
}

/* Groups */
.time-segment {
    text-align: center;
}

/* Number styles */
.time-value {
    position: relative;
    top: 10px;
    font-family: "Open Sans", serif;
    font-size: 3.8rem; 
    font-weight: 700; 
    display: block;
    margin-bottom: 0px; 
}

/* D/H/M/S */
.time-label {
    position: relative;
    top: -0.7em;
    left: 0.1em;
    font-family: "Open Sans", serif;
    font-size: 1rem; 
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.8; 
}
.colon {
    font-family: "Open Sans", serif;
    font-size: 3.8rem;
    font-weight: 700;
    position: relative;
    top: -0.25em; /* Move colons up */
}


/* General Mobile Styles - Shrink stuff */

@media (max-width: 1024px) {
    .Text1 {
        width: 44%;
        white-space: normal;
        word-wrap: break-word;
        font-size: 28px; 
    }

    .Text2 {
        top: 52%;
        width: 42%;
        white-space:normal;
        word-wrap:break-word;
        overflow-wrap: break-word;
    }


    .Inputs input {
        width: 17%; /* Slightly narrower for tablets */
    }

    .Inputs #SubmitText {
        width: 21%;
        top: 75%;

        white-space: normal;
        word-wrap: break-word;
        font-size: 12px;
    }

    .custom-buttons {
        top: 86%;
    }

    .timer-container {
        width:80%;
        left: 5%;
        display: flex;
    }

    .time-value {
        font-size: 30px; /* Smaller numbers */
    }

    .time-label {
        font-size: 12px; /* Smaller labels */
    }
    .colon {
        font-family: "Open Sans", serif;
        font-size: 30px;
        top: -12.5px;
    }
    .Support {
        top: 93.5%;
        font-size: 0.54rem;
        letter-spacing: 0px;
    }
}



@media (max-width: 768px) { /*??? Fixed, Im so good*/
    body {
        overflow: hidden;
        /*font-size: 10px; */
        padding: 15px 0px; 
    }
    .frame {
        font-size: 0.68rem; 
        text-align: center;
        left: 4%; /*x*/
        top: 37%; /*y*/
        position: absolute;
        white-space: nowrap;
    }

    .Text1 {
        width: 44%;
        white-space: normal;
        word-wrap: break-word;
        font-size: 20px; 
    }

    .Text2 {
        position: absolute;
        font-size: 1rem;
        width: 42%;
        top: 53%;
        white-space:normal;
        word-wrap:break-word;
        overflow-wrap: break-word;
    }

    .Inputs input {
        width: 15%; /* shrunk width inputs */
        margin-bottom: 15px; /* Add spacing between inputs */
    }


    .Inputs #Submit {
        font-size: 0.8rem;
        left: 7%;
        margin-top: -2px; /* Add margin for spacing */
    }

    .Inputs #SubmitText {
        
        font-size: 10px; 
        left: 27.3%;
    }

    .custom-buttons {
        top: 89%;
        /*flex-direction: column; /* Stack buttons - removed*/
        gap: 5px;
    }

    .custom-buttons button {
        width: 100%;
    }

    .timer-container {
        width:80%;
        left: 5%;
        display: flex;
        padding: 0.5em 0.5em;
    }


    .time-label {
        font-size: 12px; /* Smaller labels */
    }
    .colon {
        font-family: "Open Sans", serif;
        font-size: 30px;
        top: -12.5px;
    }


    .SHARE {
        font-size: 14px; 
        left: 0%;
        top: 92%;
        text-align: center;
        margin-top: 2px;
    }
    
    .Support {
        position: fixed;
        top: 93%;
        font-size: 0.6rem;
    }
}

    @media (max-width: 400px) { 
        .Text1 {
            width: 44%;
            left: 5%;
            white-space: normal;
            word-wrap: break-word;
            font-size: 18px; 
        }
    
        .Text2 {
            position: absolute;
            font-size: 0.75rem;
            width: 42%;
            left: 5%;
            top: 54%;
            white-space:normal;
            word-wrap:break-word;
            overflow-wrap: break-word;
        }
    
        .Inputs input {
            width: 15%; /* shrunk width inputs */
            margin-bottom: 15px; /* Add spacing between inputs */
        }
            
        .Inputs #Email {
            left: 5%; /*x*/
            top: 70.7%; /*y*/
            position: absolute;
        }
        .Inputs #Number {
            left: 25.5%; /*x*/
            top: 70.7%; /*y*/
            position: absolute;
        }
        .Inputs #Username {
            left: 5%; /*x*/
            top: 79.5%; /*y*/
            position: absolute;
        }
    
    
        .Inputs #Submit {
            font-size: 0.8rem;
            left: 5%;
            margin-top: -2px; /* Add margin for spacing */
        }
    
        .Inputs #SubmitText {
            
            font-size: 8px; 
            left: 25.5%;
        }
    
        .custom-buttons {
            top: 88%;
            left: 25%;
            /*flex-direction: column; /* Stack buttons - removed*/
            gap: 5px;
        }
    
        .custom-buttons button {
            width: 100%;
        }
        .timer-container {
            width:80%;
            left: 5%;
            display: flex;
            padding: 0.5em 0.5em;
        }
    
        .time-value {
            font-size: 20px; /* Smaller numbers */
        }
        .time-label {
            font-size: 8px; /* Smaller labels */
        }
        .colon {
            font-family: "Open Sans", serif;
            font-size: 20px;
            top: -12.5px;
        }
    
    
        .SHARE {
            font-size: 14px; 
            left: 0%;
            top: 92%;
            text-align: center;
            margin-top: 2px;
        }
        
        .Support {
            position: fixed;
            top: 92%;
            font-size: 0.5rem;
        }
    }

