
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Kreon|Nixie+One|Permanent+Marker);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 500px;
  height: auto; 
  width: auto; 
}

.wrap{ 
  max-width:800px;
  margin:0 auto;
}

.plot-card {
  max-width: 700px;
  margin-bottom: 30px;
  margin: auto;
}

.exploration-header {
    font-family: 'Permanent Marker', cursive;
}

.exploration-h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
}

.quoteBlock {
    font-family: 'Nixie One', cursive;
}

section.bannerContainerPerConDict {
    background:url(images/bg01.jpg) no-repeat center center;
    background-size:cover;
    height:  360px;
    max-height: 360px;
    min-width: 1000px;
    width:  100%;
}

html {
    height: 100%;
    width: 100%;
}

.login-banner {
  font-family: "Audiowide", sans-serif;
  font-size: 48px;
  color: #FFFFFF;
}

.center-login-container {
  text-align: center;
  margin: auto;
  padding: 10px;
  width: 50%;
}

hr {
    border: 1px solid #555555;
}

.img-border {
  border: 1px solid #555555;
}

.text-display {
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-hr {
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #FFFFFF;
}

body {
    font-family: "Audiowide", sans-serif;
    background-image: url('/images/blue-skies.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    color: #FFFFFF;
    height: 100%;
    width: 100%;
}

input {
  width: 100%;
}

.last-link {
  float: left;
  margin-left: 9px;
  font-size: 24px;
  text-decoration: none;
}

.next-link {
  float: right;
  margin-right: 9px;
  font-size: 24px;
  text-decoration: none;
}

nav.navigation
{
    position: fixed;
    background-color: #000000;
    width: 100%;
    min-width: 450px;
    vertical-align: middle;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 64px;
    border-bottom: 1px solid #555555;
    top: 0;
    z-index: 2;
}

.header-title {
    font-family: "Audiowide", sans-serif;
    min-width: 360px;
}

.top-container {
  padding-top: 64px;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}

.container {
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-bottom: 128px;
}

.sub-container {
    font-size: 16px;
    margin-top: 30px;
    margin-left: 256px;
    margin-right: 256px;
    background-color: #00000073;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 32px;
    min-width: 600px;
    max-width: 800px;
    height: 100%;

}

  .inner-sub-container {
    margin-top: 32px;
    padding-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
    /*background-color: #000000;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
  }

  .inner-sub-container-heading {
    background-color: #eeeeee;
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
  }

  .inner-sub-container-content {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

/* Side Panel */
.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 63px;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    border-right: 1px solid #555555;
}
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #c0bebe;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 32px;
    cursor: pointer;
    background-color: #111;
    color: white;
    border: none;
  }
  
  .openbtn:hover {
    background-color:#444;
  }
  
  .nav-container {
    position: absolute;
    left: 0;
    height: 62px;
  }
  
  .nav-container {
    display: block;
    height: 60px;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .logo{
    display: none;
  }

  .video-container {
    margin: auto;
    text-align: center;
  }


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}

 /*General style */

.accordion {
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  padding-top: 8px;
  padding-right: 36px;
  padding-left: 32px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
}

button {
  display: flex;
  align-items: center;
  justify-content: left;
}

.active, .accordion:hover {
  background-color: #000000;
}

.accordion:after {
  position: absolute;
  right: 15px;
  content:"\203A";
  transform: rotate(90deg);
  color: #FFFFFF;
  font-size: 36px;
  font-family: monospace;
}

.active:after {
  content: "\203A";
  transform: rotate(0deg);
  font-size: 36px;
  font-family: monospace;
}

.accordian-panel {
  padding: 0 18px;
  background-color: #000000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 18px;
}

.header-banner {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: #DDDDDD;
  background-color: #000000;
  border-top: 1px solid #555555;
  text-align:center;
  padding:10px;
  top: 0;
  width: 100%;
  z-index: 0;
}

.yt {
  position: relative;
  display: block;
  width: 100%; /* width of iframe wrapper */
  max-width: 500px;
  margin: auto;
}

.yt iframe {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer-banner {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: #DDDDDD;
  background-color: #000000;
  border-top: 1px solid #555555;
  text-align:center;
  padding:10px;
  bottom: 0;
  width: 100%;
  z-index: 0;
  font-size: 14px;
}

.master-container {
  min-height:100%;
  position:relative;
}

#controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: #000000; /* For a light background, you can adjust to your preference */
  border: solid 1px #cccccc;
  border-radius: 5px;
}

.d-pad .direction, 
.action-buttons .action {
    padding: 10px 20px;
    margin: 5px;
    background: #333; /* Dark background for buttons */
    color: #fff; /* White text */
    border-radius: 5px;
    cursor: pointer;
}

.d-pad {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.horizontal {
    display: flex;
    align-items: center;
}

.force-left-align {
  text-align: left !important;
  display: block !important;
  width: 100% !important;
}

.action-buttons {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


table, th, td {
  margin: auto;
  border: 1px solid #555555;
  border-collapse: collapse;
  padding: 16px;
  border-left: 0px solid;
  border-right: 0px solid;
  color: #FFFFFF;
  width: 100%;
}

th {
  font-family: "Audiowide", sans-serif;
  background-color: #444;
}

td {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  width: 50%;
}

tr:nth-child(odd) {background-color: #000000;}
tr:nth-child(even) {background-color: #212122;}

  /* images */
  .edit-icon {
    background-image: url('/images/edit.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }

.audio-align-container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.audio-icon-container {
    position: relative;
    width: 32px; /* Adjust based on your icon's size */
    height: 32px; /* Adjust based on your icon's size */
}

.audio-icon {
    width: 100%;
    height: 100%;
    background: url('/images/audio_32px.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.mute-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold;
    color: red;
    opacity: 0; /* Initially hidden */
    pointer-events: none; /* So it doesn't interfere with clicks */
}

#gameCanvas {
  position: relative; /* Ensure canvas is relatively positioned */
}

.canvas-wrap { position:relative; margin: auto;  width: 740px;}

.modal {
  display: none;
  /*position: absolute;*/
  width: 100%;
  /*bottom: 0;
  left: 0;*/
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 100%; /* Adjust the maximum width as needed */
  height: 110px;
  max-height: 110px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
}

.profile-section {
  padding: 8px; /* Adjust the padding as needed */
}

.profile-picture {
  max-width: 100px;
  min-width: 100px;
  border-radius: 50%;
}


.text-section {
  padding-top: 20px; /* Adjust the padding as needed */
  flex-grow: 1; /* Allow text to expand vertically */
  display: flex;
  flex-direction: column; /* Stack text and dialog options vertically */
}

.dialog-text {
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
}

.dialog-options {
  display: flex;
  flex-direction: column; /* Place options below the text */
  align-items: flex-start; /* Align options to the left */
}

.dialog-options button {
  margin: 0 0 10px auto; /* Adjust vertical spacing */
  padding: 5px 10px;
  border: none;
  background-color: #2e2b2b;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.dialog-options button:first-child {
  margin-top: 0; /* Remove top margin for the first button */
}

#slideshow {
  display: none;
  max-width: 480px;
  max-height: 480px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* Styles for the bubble window container */
.bubble-container {
  display: none;
  background-color: black;
  border: 2px solid gray;
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-size: smaller;
  text-align: left;
  border-radius: 8px;
  margin: 10px;
}

/* Styles for the content inside the bubble */
.bubble-content {
  padding: 10px;
}

/* General styling for the section */
.latest-blog-section {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  font-family: 'Rajdhani', sans-serif;
}

.latest-blog-section h2 {
  font-family: 'Audiowide', sans-serif;
  font-size: 28px;
  color: #ffffff;
}

.separator {
  border: none;
  height: 1px;
  background-color: #ffffff;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Ensuring the image fills the container while maintaining aspect ratio */
.slider-container img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image scales and crops correctly */
}

#article-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide {
  display: none;
  flex-shrink: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  display: block;
  opacity: 1;
}

/* Chevron style adjustment */
.slide.active:before, .slide.active:after {
  content: ''; /* Remove chevron content */
}

/* Ensure images fit the container */
#article-slider .slide img {
  max-width: none !important;
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
}


.slider-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.slider-controls span {
  cursor: pointer;
  color: #00ccff;
  font-weight: bold;
}

/* Ensure the slider active class does not have a chevron */
.slider-container .active {
  list-style-type: none;
  text-decoration: none;
  outline: none;
}

/* Ensure prev/next buttons are styled appropriately */
.slider-controls span {
  color: #00ccff; /* Chevron color */
  cursor: pointer;
  font-size: 18px;
}

.read-more {
  color: #00ccff;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

.page-img {
  max-width: 500px;
}


@media only screen and (max-width: 1200px) {
  /* For mobile phones: */
  .sub-container {
      margin-left: 0;
      margin-right: 0;
      height: 100%;
      width: 100%;
      min-width: 0;
      border-bottom: none;
  }
}

.weather-canvas {
  display: block;
  margin: 20px auto;
  border: none;
  width: 80%;
  height: 300px;
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  pointer-events: none;
  font-size: 12px;
  display: none;
}

@media only screen and (max-width: 620px) {
  /* For mobile phones: */
  .sub-container {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    border-bottom: none;
    }



    img {
      width: 100%;
      object-fit: contain;
    }
    
      video {
        width: 100px;
        height: 100px;
      }
  
    .center-login-container {
      width: 100%;
    }

    canvas {
      width: 256px;
      height: 256px;
    }

    .profile-picture {
      max-width: 60px;
      min-width: 60px;
      border-radius: 50%;
    }

    .dialog-text {
      font-size: 12px;
      font-family: 'Rajdhani', sans-serif;
      margin: 0;
    }
    
    .canvas-wrap {
      width: 100%;
    }

    .bubble-container {max-width: 230px; overflow: auto;};
    .canvas-wrap { position:relative; margin: auto;  width: 300px;}
}