/* 
#1C3284
#f4f4f4
#000000
*/

body {
    background-color: #1C3284;
    color: #1C3284;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: clip;
}
button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.evil-panel{
    background-color: #1C3284;
    color: #1C3284;
    height: calc(100vh - 67px);
    width: 100vw;
    position: relative;
    display: inline-block;
    top: 67px;
    overflow: hidden;
}
h1, h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

.panel {
    background-color: #1C3284;
    height: calc(100vh - 67px);
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 67px;
}#about img{
    height: 200px;
    width: 200px;
    margin: 0;
}#prod img{
    height: 350px;
    width: 350px;
    margin: 10px;
}

.center{
    text-align: center;
}
#formore{
    font-size: small;
    margin-top: 0;
}

.link-style {
    color: #1C3284;
    text-decoration-color: #1C3284;
    text-decoration: underline;
    position: relative;
    transition: color 0.3s ease;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
    text-align: center;
    width: 90vw;
}

.popup h1{
    font-weight: 700;
}

.popup img {
    border-radius: 50%;
    border: 5px solid #1C3284;
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

#popup0{
    background-color: #1C3284;
    padding: 10px;
    z-index: 1000;
    text-align: center;
    width: 100vw;
    height: 100vh;
    overflow-y: visible;
}#popup0 h1, p{
    margin-top: -10px;
    padding-right: 3px;
    padding-left: 3px;
    /* color: #f4f4f4; */
}#popup0 img{
    border: 5px solid #f4f4f4;
    margin-top: 10px;
    margin-bottom: 0;
}#popup0 .close-btn{
    color: #f4f4f4;
}#popup0 .close-btn:hover{
    color: #9e0000;
}



.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #1C3284;
    cursor: pointer
}

.close-btn:hover {
    color: #9e0000;
}


#top-panel {
    background-color: #f4f4f4;
    top: 67px;
}
.text-box{
    width: 100vw;
    text-align: center;
    color: #f4f4f4;
}.text-box p{
    font-size: 25px;
    margin-right: 5px;
    margin-left: 5px;
}#format{
    color:#1C3284;
    font-size: x-large;
}#evil-text{
    font-size: large;
    color: #f4f4f4; 
    margin: 20px;
    width: 40vw;
}#evil-text::first-letter{
    font-size: x-large;
    font-weight: 700;
}

.column{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    text-align: center;
    align-items: center;
    width: 90%;
}.row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.apply-btn-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}.apply-btn-2 a {
    background-color: #1C3284;
    border-color: #f4f4f4;
    border-style: double;
    border-width: 25px;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
}#involved-box{
    color: #f4f4f4;
}

.pay-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    width: 90vw;
    text-align: center;
}

.pay-btn button {
    display: block;
    border: 5px solid #1C3284;
    border-radius: 5px;
    color: #1C3284;
    padding: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 60px;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
}

.pay-btn button:hover,
.pay-btn button:focus {
    background-color: #1C3284;
    color: #f4f4f4;
}

.pay-btn .custom-input {
    display: block;
    border: 5px solid #1C3284;
    border-radius: 5px;
    color: #1C3284;
    padding: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 60px;
    width: 90vw;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: background-color 0.3s, color 0.3s;
}

.pay-btn .custom-input:hover,
.pay-btn .custom-input:focus {
    background-color: #1C3284;
    color: #f4f4f4;
}


.desktop-text {
    display: none;
    color: #f4f4f4;
}
#desktop-clickable{
    display: none;
}

.mobile-text {
    display: block;
    color: #1C3284;
    font-size: 50px;
    text-align: center;
}

#bottom-panel{
    background-color: #f4f4f4;
}

.slide-left {
    animation: slide-left 0.5s ease-in-out;
}

.slide-right {
    animation: slide-right 0.5s ease-in-out;
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

body {
    position: relative;
}

body.transition {
    position: relative;
    z-index: 1;
}

body.transition::before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: -1;
    transition: left 0.5s ease-in-out;
}

body.slide-left.transition::before {
    left: 0;
}

body.slide-right.transition::before {
    left: -100%;
}
.text-content {
    margin-top: 20px;
    text-align: center;
}
.sign{
    background-color: #1C3284;
    border-color: #f4f4f4;
    border-style: double;
    border-width: 25px;
    border-radius: 15px;
    height: 20vh;
    width: 80vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    color: #f4f4f4;
    align-content: center;
}.sign p{
    font-size: 3rem;
}

.vary-text{
    /* margin: 10px; */
    font-size: xx-large;
    margin-bottom: -5px;
    font-weight: 500;
}


@media (min-width: 1024px) {
    .popup p{
        font-size: 25px;
    }
    .popup h1{
        font-size: 50px;
        margin-top: 0;
    }
    .popup{
        width: 60vw;
    }
    .panel {
        display: inline-block;
        background-color: #f4f4f4;
        overflow-y: visible;
        overflow-x: clip;
        height: 100vh;
    }
    .column{
        width: 50%;
    }#format{
        left: 47.5%;
        top: 25%;
        position: absolute;
    }
    
    #top-panel {
        height: calc(100vh - 67px);
        top: 67px;
    }
    .text-box {
        text-align: right;
        z-index: 2;
        width: 600px;
        position: relative;
        display: inline-block;
        right: -57.5vw;
        top: 35%;
        font-size: 30px;
    }.text-box p{
        /* color: #f4f4f4; */
        padding: 20px;
    }#knight{
        background-color: #1C3284;
        text-align: center;
        position: absolute;
        right: 0;
        top: 20%;
    }#involved-box{
        display: flex;
        right: 0;
        width: 100vw;
        align-items: center;
        justify-content: center;
    }#involved-box p{
        color: #1C3284;
    }
    
    .apply-btn-2 a {
        padding: 45px;
        font-size: 120px;
    }
    
    .desktop-text {
        display: block;
        font-size: 80px;
    }
    #desktop-clickable {
        display: inline-block;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    body.about #desktop-clickable:hover {
        transform: translateX(25px);
    }
    
    body.about-maria #desktop-clickable:hover {
        transform: translateX(-25px);
    }
    

    .mobile-text {
        display: none;
    }

    #bottom-panel {
        background-color: #1C3284;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .pay-btn {
        width: 95%; /* Adjust as needed */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .pay-btn button {
        display: block;
        text-align: center;
        border: 5px solid #f4f4f4;
        color: #f4f4f4;
        background-color: #1C3284;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
        font-weight: 800;
        font-size: 60px;
    }
    
    .pay-btn button:hover,
    .pay-btn button:focus {
        background-color: #f4f4f4;
        color: #1C3284;
    }
    
    .pay-btn .custom-input {
        border: 5px solid #f4f4f4;
        border-radius: 5px;
        color: #1C3284;
        background-color: #1C3284;
        padding: 10px;
        text-align: center;
        font-weight: 800;
        font-size: 60px;
        width: 100%;
        grid-column: auto / span 2;
        transition: background-color 0.3s, color 0.3s;
    }
    
    .pay-btn .custom-input:hover,
    .pay-btn .custom-input:focus {
        background-color: #f4f4f4;
        color: #1C3284;
    }
    .custom-input-container {
        grid-column: span 2; /* Span 2 columns for the custom input */
    }

    #about {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #f4f4f4;
        
    }
    
    #about img {
        height: 400px;
        width: 400px;
    }

    #prod{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        background-color: #f4f4f4;
    }#prod img{
        height: 600px;
        width: 600px;
        cursor: default;
    }
    
    .text-content {
        grid-column: span 3;
        color: #f4f4f4;
        font-size: 36px;
        margin-top: -250px;
    }
    
}
