@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #102336;
}

.bg {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFFFFF;
  padding: 2%;
}

.sub {
  text-align: center;
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 0.6; }
  100% { opacity: 0; }
}

.stars-bg__star {
  opacity: 0;
  animation: blink 3s infinite;
}

.stars-bg__blink-1 {
  animation-delay: 0s;
}

.stars-bg__blink-2 {
  animation-delay: 1s;
}

.stars-bg__blink-3 {
  animation-delay: 2s;
}

header {
  min-height: 120px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #1D2951;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}

.logo img {
  width: 80px;
  height: 80px;
}

.nav-container {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.navi {
  list-style: none;
  display: flex;
  gap: 3%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 20px;
}

.navi-container {
  display: flex;
  justify-content: center;
  flex: 1;
}

.navi li {
  margin-right: 20px;
}

.navi a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.25em;
  font-weight: 700;
}

.navi a:hover,
.navi a:visited {
  color: hsla(359, 33%, 38%, 1.00);
  border-bottom: 2px solid hsla(0, 10%, 37%, 1.00);
  padding-bottom: 2%;
  transition: 0.3s ease;
}

a:link, a:active {
  color: hsla(60, 7%, 28%, 1.00);
}

section a:hover, a:visited {
  color: #000000;
}

.social-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.social-icon {
  margin-left: 10px;
}

.social-img {
  width: 30px;
  height: 30px;
  transition: opacity 0.3s ease;
}

.social-img:hover {
  opacity: 0.7;
}

.container {
  width: 100%;
  position: relative;
}

#band {
  background-color: hsla(356, 14%, 75%, 1.00);
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
}

.container2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  top: 120%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7); 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.container2:hover .image {
  opacity: 0.5; 
}

.container2:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  text-align: justify;
}

@media (min-width: 600px) {
  .text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .container2 {
    top: 100%;
    left: 0;
  }
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.column {
  flex: 0 0 16.66%;
  max-width: 16.66%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  .prev, .next {
    top: 50%;
    font-size: 18px;
    padding: 10px;
  }
  .column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.container3 {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 5%;
  text-align: center;
}

.mySlides {
  display: none;
  text-align: center;
}

.numbertext {
  position: absolute;
  top: auto;
  padding: 8px 12px;
  color: white;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.row {
  display: flex;
  justify-content: center;
}

.column {
  flex: 1;
  max-width: 60px; 
  padding: 5px;
}

.column img {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.column img:hover {
  opacity: 0.7;
}

.active, .demo:hover {
  opacity: 1;
}

.textinfloat {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px;
}

.left1 {
  float: left;
  margin: 2%;
}

.left2 {    
  float: right;
  margin: 2%;
}

.left3 {    
  float: left;
  margin: 2%;
}

.left4 {    
  float: right;
  margin: 2%;
}

.left5 {    
  float: left;
  margin: 2%;
}

table {
  width: 90%;
  margin: 0 auto 20px auto; /* Added bottom margin */
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 10px;
  text-align: left; /* Ensure text is left-aligned */
}

th {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

td {
  background-color: #808080;
  color: #1D2951;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h2 {
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.column {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 10px;
}

@media screen and (max-width: 900px) {
  .column {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card img.left4 {
  width: 100%;
  height: auto;
}

.niall {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.niall img {
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 600px) {
  .niall img {
    width: 24px;
    height: 24px;
  }
}

.facts1 {
  text-align: left;
  margin-top: 10px;
  list-style-position: inside;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px;
}

.facts1 li {
  margin-bottom: 5px;
}

.names {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

#contact {
  background-color:#D4CDCD;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  margin: 20px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contact h2 {
  text-align: center;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
}

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #45a049;
}

