@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

body {
    height: 100vh;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/BG.jpg");    ; */
    background-image:url("../images/BG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha (4th) value to control transparency */
  z-index: 1040; /* Make sure it's above Bootstrap modal/backdrop (z-index: 1030) */
}
.offcanvas-title{
  text-align: center;
}
.offcanvasMB a {
  color: #D1192B;
}

.hero {
	/* position: relative; */
	/* text-align: center; */
	min-height: 100vh;
	z-index: 1;
}

.cover-container{
    max-width: 60vw;
}

.card-img-top{
  width:75px
}
.redT{
  color:#D1192B;
}
.redTBright{
  color:#FAA9AE;
}

.bold {
  font-weight: bold;
}

.greenBG {
  background-color: #7A9B76;
}
.blueBG {
  background-color: #054A91;
}
.redBG{
  background-color:#D1192B;
}
.nav-link {
    padding: 0.25rem 0;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    margin-left: 1rem;
    border-bottom: 0.25rem solid transparent;
}
.customActive{
  color: rgba(209,25,82,1) !important;
}
.nav-link:hover {
    color: rgba(209,25,82,1);
    border-bottom-color: rgba(255,255,255,0.5);
}

.nav-link.active {
    color: white;
}

.btn-secondary, .btn-secondary:hover{
    color: #333;
    text-shadow: none;
}



/* CSS for the semi-transparent black background */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* CSS for the popup box */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.system {
  width: 100%;
}
.secret1 {
  width: 100%;
}
.secret2 {
  width: 100%;
}

.who1 {
  width: 100%;
}

.who2 {
  margin: -16px;
  width: 100%;
  background-image: url("../images/who/BG_Black.jpg");
  background-repeat: no-repeat; /* Prevent image from repeating */
  background-attachment: fixed; /* Make the image fixed */
  background-size: cover; /* Cover the entire viewport */
}

.who3{
  width: 100%;
  margin-top: -20px;
  background-color: #dfdfdf;
}

.whoMBimg {
  max-height: 500px;
}
.whoMBimg2 {
  max-width: 80%;
}
.card {
  background-color: inherit;
  border: none;
}

.card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.title {
  margin-top:-57px;
}

.whoTitle{
  font-size: xx-large;
}

.quote{
  width: 50px;
}

.how1 {
  margin: -16px;
  width: 100%;
    background-image: linear-gradient(rgba(255,255,255, 0.3), rgba(255,255,255, 0.3)),
    url("../images/how/BGHow.jpg");    ;
    background-repeat: no-repeat; /* Prevent image from repeating */
  background-attachment: fixed; /* Make the image fixed */
  background-size: cover; /* Cover the entire viewport */
}

.howContainer {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

.howRow {

}

.howCard {
  font-size: larger;
  border: #D1192B dashed 3px;
}

.howCardTitle{
  font-size: x-large;
}


.howImg {
  max-width: 90%;
}

.howNum{
  height: 75px;
}

.howArrow {
  height: 150px;
}



.border-danger {
  border: 2px solid;
  font-size: x-large;
  background-color: #ffffff;
}

.countdown {
  font-size:larger;
}

#days, #hours, #minutes, #seconds {
  font-size: 50px;
}

#popup {
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3px"
}
