@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body,
html {
    height: 85%;
    margin: 0;
    font-family: "Open Sans";
}


/* land acknowledgement section */

#soze {
    height: 25%;
    display: flex;
    align-items: center;
    margin: auto;
}

#pp1 {
    height: 80%;
    margin: auto;
}

#land {
    background-color: white;
    color: #767676;
    font-family: "DM Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-right: 12%;
    margin-left: 12%;
    margin-bottom: 0px;
}


/* button section */

.b1s {
    background-color: #4a6fa5;
    font-size: 26px;
    border-color: white;
    color: white;
    font-weight: bold;
    border-radius:10px;
}

.b1s:hover {
    background-color: #6486B9;
    cursor: pointer;
}

#CountdownDateGr12 {
    font-size: 40px;
    font-weight: bold;
}

#processTitle {
    float: left;
    padding-top: 15px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: purple;
    font-weight: 600;
    margin-left: 10px;
}

#container1 {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    /* margin: 10px; */
    overflow-x: hidden;
}

#container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
    margin: 20px;
}

#video {
    flex: 1;
    width: 100vh;
    height: 60vh;
    /* box-shadow: 2px 2px 4px; */
    border-radius: 10px;
}

.crsReqHd {
    background-color: darkblue;
    border: 1px black;
}

.buttonContainer {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px;
    padding: 5px;
    box-sizing: border-box;
}

#deadline9,
#deadline12,
#videoTitle {
    width: 100%;
    border-style: solid;
    border-width: thin;
    border-color: black;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    line-height: 35px;
    margin: 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

#deadline9 {
    background-color: #4a6fa5;
}

#deadline12 {
    background-color: green;
}

#videoTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: purple;
    font-weight: 600;
    background-color: lavender;
}

#reqTitle {
    margin: 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: purple;
    font-weight: 700;
    font-size: 18px;
}

#reqContent {
    margin:0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#333;
    padding-top: 15px;
    line-height: 1.6;
}


/* Line separators */

#line {
    margin-top: 140px;
    margin-top: 125px;
    margin-left: 10px;
    margin-right: 10px;
}

#line2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


#boxReq {
    border-style: solid;
    margin: 2.5% 2%;
    width: 18.5%;
    padding: 1%;
    color:#333;
    height: 20%;
    background-color: lavendar;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-size: 14px;
}

#boxContainer {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#boldTitle {
    font-weight: 900;
    color: purple;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/* Landing Image Styles */

.landing-image {
    position: relative;
    width: auto;
    height: 100vh;
    overflow: hidden;
}

.landing-image {
    position: relative;
}

.landing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.landing-text {
    position: absolute;
    bottom: 5%;
    left: 2%;
    /* Moved further left */
    text-align: left;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 60%;
    /* Increased width to compensate for left shift */
}

.landing-text h1 {
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    margin: 0;
    padding: 0.5rem 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    border-left: 4px solid white;
    padding-right: 2rem;
}

#main {
    margin-top: inherit;
    /* !No padding so sectioners flow into each other */
    /* padding-top: 0.5%;
    padding-bottom: 0.5%; */
    background-image: url('bg.jpg');
    background-repeat: repeat;
    filter: grayscale(20%);
    background-attachment: fixed;
    height: auto;
}

#sectionerWhite,
#sectionerAlt {
    min-height: 100vh;
    height: auto;
    padding-top: 1%;
    padding-bottom: 1%;
}

#sectionerWhite {
    background-color: rgb(255, 255, 255);
}

#sectionerAlt {
    background-color: lavender;
}

#processInfo {
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
    font-family: arial;
    line-height: 1.5;
    margin-right: 20px;
}

hr {
    border: 0;
    height: 2px;
    background-color: purple;
    margin: 10px 0;
}

.thinContainer {
    margin: 5px 0;
    padding: 0;
}

.thinContainer hr {
    margin: 2px 0;
}

.thinContainer p {
    margin: 2px 0;
    font-size: 0.9em;
    line-height: 1.2;
}
