body{
    margin: 0;
    padding: 0;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
}

.head{
    background-color: red;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#head-text{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    border-radius: 20px;
    height: 50px;
    width: 200px;
    background: linear-gradient(190deg, #001d3d, #004289, #004289);
    color: white;
}

.head a{
    text-decoration: none;
}

.nav{
    margin-top: 106px;
    background: linear-gradient(190deg, #001d3d, #004289, #004289);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100vw;
      
}

.nav a{
    text-decoration: none;
    color: white;
}

.nav a:hover{
    text-decoration: underline ;
    color: red;
}

.slider{
    width: 100vw;
    display: flex;
    
    
}

.banner{
    width: 100vw;
}

/* Layering images */
.image-container {
    position: relative;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.text-box{
    width: 600px;
    height: 600px;
    top: 200px;
    left: 100px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
    color: white;
    border-radius: 50px;
    background: linear-gradient(145deg, #d40d0d, #b20b0b);
    box-shadow:  16px 16px 0px #a80a0a,
                -16px -16px 0px #e40e0e;
}

.min-image-1{
    width: 350px;
    height: 700px;
    top: 300px;
    right: 50px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
}

.min-image-2{
    width: 350px;
    height: 700px;
    top: 250px;
    right: 50px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
}

.min-image-3{
    width: 400px;
    height: 700px;
    top: 300px;
    right: 50px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
}

.min-image-4{
    width: 350px;
    height: 600px;
    top: 300px;
    right: 50px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
}

.min-image-5{
    width: 350px;
    height: 700px;
    top: 300px;
    right: 50px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em;  
    position: absolute;
}

#banner-1, #banner-2, #banner-3, #banner-4, #banner-5{
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}


#banner-1.active,
#banner-2.active,
#banner-3.active,
#banner-4.active,
#banner-5.active{
    display: block;
}

.Animation > div {
    display: none;
    width: 100vw;
    height: 100vh;
}

.register{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e40e0e;
}

.form{
    width: 600px;
    height: 520px;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: larger;
    line-height: 2.3em;  
    color: white;
    border-radius: 50px;
    background: linear-gradient(145deg, #001d3d, #004289, #004289);
    /* Other Form styles
    background: linear-gradient(145deg, #004ea3, #004289);
    box-shadow:  5px 5px 10px #001d3d,
                 -5px -5px 10px #0075f3; 
    background: linear-gradient(145deg, #004289, #004289);
    box-shadow:  16px 16px 0px #a80a0a,
                -16px -16px 0px #004289;
    background: linear-gradient(145deg, #001d3d, #004289);
    box-shadow:  16px 16px 0px #004ea3,
                -16px -16px 0px #001d3d; 
    background: linear-gradient(145deg, #001d3d, #001d3d);*/
}

.register h2{
    text-align: center;
}
/* Form Styling  */
/* Reset default form styles */
.form form {
    margin: 0;
}

/* Style for form rows (label and input container) */
.form .form-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

/* Style for labels */
.form label {
    flex: 1;
    font-weight: bold;
}

/* Style for inputs */
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"]{
    flex: 2;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-weight: bolder;
}
.form input[type="checkbox"]{
    content: "";
    left: 0;
    top: 0;
    width: 30px; 
    height: 18px; 
    border: 2px solid #004289; 
    background-color: white;
    border-radius: 5px;
}

/* Style the placeholder */
.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="tel"]::placeholder {
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-size: medium; 
}

/* Style for submit button */
.form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #d40d0d;
    color: white;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-weight: bolder;
    font-size: larger;
    cursor: pointer;
}

/* On hover style for submit button */
.form input[type="submit"]:hover {
    background-color: #b20b0b;
}

.reg-image{
    width: 400px;
    height: 400px;
    top: 1500px;
    left: -10px;
    margin-right: -100px;
    padding: 30px;
    font-size: larger;
    line-height: 2.3em; 
    z-index: 1; 
    position: absolute;
}

.l-image{
    width: 100vw;
}

.footer{
    margin-top: -5px;
    background-color: red;
    color: white;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}