@import url('https://fonts.googleapis.com/css2?family=Bellota:wght@300&display=swap');


* {
    box-sizing: border-box;
    font-family: 'Bellota';
    color: rgb(254, 254, 254);
}

body {
  margin: 0;
  overflow: auto;
}

.back2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Backgrounds/Background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}

.header1 h1{
        position: relative;
        margin: 1em;
        text-align: left;
      font-size: 50px;
      margin-left:250px;
      bottom:150px ;
      padding-bottom: 100px;
}

.header1 p{
    position: relative;
  margin: 1em;
    text-align: left;
  font-size: 30px;
  padding-top:0px;
  margin-left:10px;
  max-width:700px;
  text-align: center;
    bottom: 150px;
    top: -260px;

}

.container{
position: right;
background-color: rgba(255, 255, 255, 0);
text-align: right;
margin-top: -150;
  position: relative;
  top: -540px; 
  margin-right:100px;

}
.container h1{
  text-align: center;
}

.footer.footer {
  position: relative; 
  bottom: 450px; 
  left:10px;
  margin-top: 0px; 
  margin-bottom: 0;
  padding: 0;
}

body {
  font-family: 'Bellota', sans-serif;
  font-size: 30px; 
}
.main-header {
  background-size: cover; 
  background-blend-mode: multiply;
  background-position: center;
  padding-bottom: 200px; 
  background-repeat: no-repeat;
  

}

.main-nav a:hover{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 8px;
  transition: all 0.4s ease-in-out;

}

.main-nav {
  text-align: center;
  font-size: 1.5em;
  font-weight: lighter;
  border-bottom: 1px solid rgba(0,0,0, 0.6)
  
}
.main-nav a{
display: inline-block;
padding: .5em;
color:white;
text-decoration: none;
border-radius: 8px;}

.main-nav li{
  padding: 0 4%;
  display: inline;
}
.nav ul{
  margin:0}

 
.form-group [type=date]{
  color:white;
  font-size: 20px;
  }
.form-group{
  padding-bottom: 6px;
}
.input-box {
  width: 300px; 
  font-size: 25px ;
  height: 40px; 
  padding:10px;
  padding-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white
}
.input-box2 {
  width: 300px; 
  height: 40px; 
  padding:10px;
  padding-top: px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white; 
  text-transform: uppercase;
}
.input-box3 {
  width: 300px; 
  font-size: 25px ;
  height: 40px; 
  padding:10px;
  padding-top: 0px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white}
  .input-box::placeholder{
  color: white;
  font-size: 25px;}
  .input-box3 option {
    background-color: rgb(97, 95, 95);
    color: white;
  }
  .submit-button {
    position: relative;
    margin-right: 11px;
    background-color: #000000a8; 
    border: 3px solid rgb(53, 52, 52); 
    color: rgb(255, 255, 255); 
    padding: 9px 20px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 20px; 
    border-radius: 8px; 
    cursor: pointer; 
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
  }
  .submit-button:hover{
    background-color: white;
    color: black;
  }

  .foot-nav li{
    display: inline-block;
    padding: 0;
    margin-right: 20px;
    margin-top: 20px;  
  }
  .foot-nav img:hover{
    background-color: rgba(0, 0, 0, 0.726);
    border-radius: 50px;
  }
  .foot-nav img {
  width: 55px;
  height: auto;
}
.slideshow {
  position: fixed; /* Change from absolute to fixed */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  animation: fade;
}
@keyframes fade {
  0%, 100% {
      opacity: 0;
  }
  10%, 90% {
      opacity: 1;
  }
}
.foot-nav {
  margin-top: -115px; /* Adjust the value to move the navigation list up */
}

/* Logo container styles */
.container3 {
    width: 100px;
    margin-top: -820px;
    margin-left: -20px;
    position: fixed; /* Add relative positioning to act as a reference for absolute positioning */
}

/* Logo styles */
#zephyr-logo {
    max-width: 80px;
    height: auto;
    background: transparent;
}

/* Container4 styles */
.container4 {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 6px;
    left: 80px; /* Position container4 to the right of container3 */
    margin-left: -10px; /* Adjust the margin to control the space between logo and text */
    z-index: 1; /* Ensure container4 is above other elements */
}

/* Show container4 texts when hovering over container3 */
.container3:hover + .container4 {
    opacity: 1;
}

/* Text styles in Container4 */
.container4-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container4-nav li {
    margin-bottom: 2px; /* Adjust the margin between li elements */
}

.container4-nav a {
    text-decoration: none;
    font-size: 14px; /* Adjust the font size as needed */
    color: white;
    transition: all 0.3s ease;
    display: block; /* Ensure each link is on a new line */
    padding: 5px 10px; /* Add padding to make the links easier to click */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.container4-nav a:hover {
    color: rgb(62, 0, 0);
}

    
@media only screen and  (min-width: 1440px){
  .header1 h1{
    position: relative;
    margin: 1em;
    text-align: left;
  font-size: 70px;
  margin-left:369px;
  bottom:150px ;
  padding-bottom: 100px;
}
.code-container{
  position: absolute;
  top: 73%;
  margin-left: 140px;
  display: flex;
  align-items: center;
}
.ID{
  padding-right: 20px;
}
.boxtext{
  height: 45px;
 width: 300px;
 background-color: rgba(0, 0, 0, 0.471);
 font-size: 1em;
 border: 2px solid rgba(255, 255, 255, 0.636);
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
}
.header1 p{
position: relative;
margin: 1em;
text-align: left;
font-size: 35px;
padding-top:0px;
margin-left:100px;
max-width:700px;
text-align: center;
bottom: 150px;
top: -260px;
}
.container{

  position: right;
  background-color: rgba(255, 255, 255, 0);
  text-align: right;
  margin-top: -150;
    position: relative;
    top: -640px; 
    margin-right:200px;
    font-size: 30px;
}
.form-group [type=date]{
  color:white;
  font-size: 25px;
  }
.form-group{
  padding-bottom: 6px;
}
.input-box {
  width: 325px; 
  font-size: 32px ;
  height: 50px; 
  padding:10px;
  padding-top: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white
}
.input-box2 {
  width: 325px; 
  height: 50px; 
  padding:10px;
  padding-top: px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white; 
  text-transform: uppercase;
}
.input-box3 {
  width: 325px; 
  font-size: 33px ;
  height: 50px; 
  padding-left:5px;
  padding-top: 4px;
  padding-bottom:0px ;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0,0,0,0.5);
  border-radius: 7px;
  outline:none;
  color: white}
  
  .input-box ::placeholder{
  color: white;}
  
  .input-box3 option {
    background-color: rgb(97, 95, 95);
    color: white;
  }
  .submit-button {
    position: relative;
    margin-right: 11px;
    background-color: #000000a8; 
    border: 3px solid rgb(53, 52, 52); 
    color: rgb(255, 255, 255); 
    padding: 9px 20px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 20px; 
    border-radius: 8px; 
    cursor: pointer; 
    transition: all 0.4s ease-in;
    transition: all 0.4s ease-out;
  }
  .input-box::placeholder{
    font-size: 1.1em;}

  .foot-nav img {
    width: 80px;
    height: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px){

  .code-container{
    position: absolute;
    top: 68%;
    margin-left: 40px;
    display: flex;
    align-items: center;
  }
  .ID{
    padding-right: 20px;
  }
  .boxtext{
    height: 45px;
   width: 300px;
   background-color: rgba(0, 0, 0, 0.471);
   font-size: 1em;
   border: 2px solid rgba(255, 255, 255, 0.636);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  }
  .header1 h1{
    position: relative;
    margin: 1em;
    text-align: left;
  font-size: 50px;
  margin-left:250px;
  bottom:200px ;
  padding-bottom: 50px;
}

.header1 p{
  position: relative;
margin: 1em;
  text-align: left;
font-size: 30px;
padding-top:0px;
margin-left:10px;
max-width:700px;
text-align: center;
  bottom: 250px;
}
  .container{
    position: right;
    background-color: rgba(255, 255, 255, 0);
    text-align: right;
    margin-top: -180;
      position: relative;
      top: -540px; 
      margin-right:100px;
    
    }
    .container h1{
      text-align: center;
    }
    .foot-nav {
      margin-top: -90px; /* Adjust the value to move the navigation list up */

    }
    .foot-nav img {
      width: 60px;
      height: auto;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 900px){

.header1 h1{
  position: relative;
  margin: 1em;
  text-align: left;
font-size: 50px;
margin-left:250px;
bottom:200px ;
padding-bottom: 50px;
}

.header1 p{
position: relative;
margin: 1em;
text-align: left;
font-size: 30px;
padding-top:0px;
margin-left:100px;
max-width:700px;
text-align: center;
bottom: 250px;
}
.container{
  position: right;
  background-color: rgba(255, 255, 255, 0);
  text-align: right;
  margin-top: -180;
    position: relative;
    top: -540px; 
    margin-right:100px;
  
  }
  .container h1{
    text-align: center;
  }
  .foot-nav {
    margin-top: auto; /* Adjust the value to move the navigation list up */
  }
  .foot-nav img {
    width: auto;
    height: auto;
  }


@media only screen and (max-width: 767px) {

  .header1 h1{
    position: relative;
    margin: 1em;
    text-align: left;
  font-size: 50px;
  margin-left:250px;
  bottom:200px ;
  padding-bottom: 50px;
  }
  
  .header1 p{
  position: relative;
  margin: 1em;
  text-align: left;
  font-size: 30px;
  padding-top:0px;
  margin-left:100px;
  max-width:700px;
  text-align: center;
  bottom: 250px;
  }
  .container{
    position: right;
    background-color: rgba(255, 255, 255, 0);
    text-align: right;
    margin-top: -180;
      position: relative;
      top: -540px; 
      margin-right:100px;
    
    }
    .container h1{
      text-align: center;
    }
    .foot-nav {
      margin-top: 100px; /* Adjust the value to move the navigation list up */
    }
    .foot-nav img {
      width: 1000px;
      height: auto;
    }
    
  }
}

@media only screen and (max-width: 767px) and (max-width:1023px){




}