/* HERO SECTION */
.WheroSect {
  background-image: url("/static/Images/banner_fx.png");
  /* background-position: center; */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  margin: 0;
  margin-top: -11vh;
  background-position: center center;
}
.heroCont {
  display: grid;
  place-items: left;
  padding-left: 100px;
  padding-top: 50px;
}
.heroTitle h1 {
  padding-top: 90px;
  font-family: 'Akira';
  font-size: 5rem;
  text-transform: uppercase;
  color: white;
}
.heroDes h5 {
  font-family: Quicksand;
  font-size: 1.5rem;

}


/* /WELCOME SECTION */
.wlc {
  padding-top: 5%;
  padding-bottom: 5%;
  height: max-content;
  background-image: url("/static/Images/earth_fx_abt.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.wlc .wlcCont div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wlc .wlcCont img {
  height: 120px;
  margin: 15px;
}
@keyframes autoRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.wlc .wlcCont p {
  margin-top: 24px;
  padding-left: 6%;
  padding-right: 6%;
}
.vis_misCont {
  margin-top: 100px;
  width: 100vw;
}
.vis_misCont .cont {
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.vis_misCont .cont div {
  width: 400px;
}
.vis_misCont .cont div h2 {
  font-size: 32px;
}
.vis_misCont .divider {
  width: 1px !important;
  height: 150px;
  background-color: white;
}
/* /WELCOME SECTION */


/* ARTICLE SECTION */
#articleCont {
  color: white;
  /* background-color: var(--BG2); */
  background-color: var(--boxBG);
}
#articleCont .articleBox {
  display: flex;
}
#articleCont .titleCont {
  margin: 15px;
  padding: 15px;
  position: relative;
  display: inline-block;
}
#articleCont .titleBG_txt {
  color: rgba(255, 255, 255, 0.1);
  /* faded effect */
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: 'Robonto';
}
#articleCont .titleFG_txt {
  color: white;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-family: 'Akira';
}
#articleCont .cardCont {
  position: relative;
  margin: 18px;
  background: var(--boxBG);
  border-radius: 12px;
  width: 270px;
  height: 350px;
  overflow: hidden;
  transition: 0.5s;
  border: 1px solid var(--hColor);
  cursor: pointer;

}
#articleCont .cardCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#articleCont .Wcard {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
#articleCont .cardCont:hover .Wcard {
  opacity: 1;
}
#articleCont .cardCont:hover img {
  filter: brightness(0.6);
}
#articleCont .date,
#articleCont .title,
#articleCont .des {
  color: white;
}
/* GLOBALS */
.title {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Roboto';
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  word-wrap: break-word;
}
.des {
  color: gray;
  font-size: 14px;
  font-family: 'Quicksand';
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.date {
  font-family: 'Quicksand';
}
/* /GLOBALS */
/* /ARTICLE SECTION */


/* RESPONSIVE */
@media screen and (max-width: 600px) {
  .heroCont {
    padding: 10px;
    text-align: center;
  }

  .WheroSect {
    display: grid;
    place-items: center;
    align-items: center;
  }

  .heroTitle h1 {
    font-family: 'Akira', sans-serif; 
    font-size: 3rem; 
  }
}
@media screen and (max-width: 400px) {
  .heroCont {
    padding: 10px;
    text-align: center;
  }

  .WheroSect {
    display: grid;
    place-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {

  .vis_misCont .cont div {
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .vis_misCont .divider {
    display: none;
    position: absolute;
    visibility: hidden;
  }
}
@supports (-webkit-touch-callout: none) {
  .WheroSect {
    background-position: center center !important; 
    background-size: cover !important; 
  }

  .wcl, .wheretosect {
    background-image: url('/static/Images/earth_fx_abt.png');
    background-position: center center !important; 
    background-size: cover !important; 
    background-repeat: no-repeat !important; 
    background-attachment: scroll !important; 
  }

  .wlc, .WheroSect {
    background-position: center center !important; 
    background-size: cover !important; 
    background-repeat: no-repeat !important; 
    background-attachment: scroll !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .wlc, .WheroSect {
    background-position: center center !important; 
    background-size: cover !important; 
    background-repeat: no-repeat !important; 
    background-attachment: scroll !important; 
  }
}



