/* ======================================Home Top Styles===================================================== */
.home-top-container {
  background-color: whitesmoke;
  padding-top: 2rem; /* padding-bottom: 2rem; */
}
.home-top-text > h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5rem;
}
.home-top-text > h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
.home-top-text > p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  color: #2155cd;
}
.home-top-background > img {
  max-width: 95vw;
  max-height: 60vh;

}

.home-top-sections img {
  max-width:100%;
  max-height:100%;
  height: 40vh;
  object-fit: contain;
}

.home-top-sections p {
  font-family: 'Cabin Sketch', cursive;
  color: #2155cd;
  font-size: 4.15vw;
}

.empty-div{
  min-height: 18vw;
}

.home-bottom-articles{
  margin-top: -3rem !important; margin-bottom: 0 !important;
}

.home-post-lists-text{
  color:#fff; font-family: 'Monoton', cursive; font-size: large; font-weight: normal;
  text-decoration: underline;

}


/* ============================Home Bottom - Card Styles===================================================== */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) {
  .pool-bar{
     width: 90%;
  }
}
@media (min-width: 300px) {
 .pool-bar {
     width: 90%;
  }
}
@media (min-width: 480px) {
.pool-bar {
     width: 80%;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (min-width: 767px) {
.pool-bar {
     width: 80%;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 991px) {
.pool-bar {
     width: 75%;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 1199px) {
.pool-bar {
     width: 75%;
  }
}

.pool-bar{
  overflow: visible;
  margin-left: auto; margin-right:auto; margin-bottom: 8rem;
  padding-top: 0;padding-bottom: 0;
 
}

.pool-card {
  /* border-radius: 15px; */

  box-shadow: -1rem 0 3rem #000;
  
  background-color: #726cf8;
  background-image: linear-gradient(385deg, #726cf8 0%, #e975a8 74%);

  width: 100%; 
  text-align: left; padding-left: 2rem; padding-top: 1rem;  padding-bottom: 1rem; padding-right: 0.5rem;
}

.pool-card-title {
  font-family: 'Lato', sans-serif; font-size: 1.7rem; font-weight: 600;
  /*color: #fff;*/
  color: #2b2b2b;
  margin-top: 0; margin-bottom: 0;
  display: flex;
  
  align-items: center;
  }

.rotate{
  -ms-transform: rotate(90deg); /* Only for Internet Explorer*/
}

.pool-articles{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-color: black;

  padding-top: 2rem; padding-bottom: 3rem; padding-left: 1.7rem; 
  margin-bottom: -2rem;
  
  --distance: -4rem;
}

.cardicle{
  min-width: 300px; max-width: 300px;
  min-height: 350px;
  padding: 2rem;
  border-radius: 16px;
  background: #17141d;

  box-shadow: -1rem 0 1rem #000;
  /*z-index: 1;
  position: relative;*/

  display: flex;
  flex-direction: column;
  transition: .2s;
  margin: 0;
  transition: 0.2s;
}

.cardicle:not(:first-child) {
  margin-left: var(--distance);
}


.cardicle:hover, .cardicle:focus-within {
  transform: translateY(-1rem);
}

.cardicle:hover ~ .cardicle, .cardicle:focus-within ~ .cardicle {
  transform: translateX(calc(var(--distance)*-1));
}


.pool-articles{
  filter:invert(100%);
}

.cardicle{
  filter:invert(100%);
}

.cardicle-key{
  color:#fff; font-family: 'PT Serif', serif; font-size: large; 
  margin-right: 0.5rem;

}

.cardicle-value{
  color:#7a7a8c; font-family: 'Cinzel', serif; font-size: normal; font-weight: 100;
}

.cardicle-title{
  font-family: 'Lato', sans-serif; font-size: 1.2rem; font-weight: bold;
  color: #fff;
  display: inline-block; padding: .25rem;
  text-decoration: none;
  margin:0; padding:0;
  text-align: left;
}

.cardicle-title:hover, .cardicle-title:focus{
  background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.cardicle-cardavtar {
  position: relative;
  place-items: center;
}

.cardicle-cardavtar {
  width: 70px;
  height: 70px!important;
  border-radius: 50%;
  background: linear-gradient(to top, red, purple);
  background-repeat: repeat-y;
  background-size: 50% ;
  transform: rotate(-90deg);
  padding: 5px;
  border-top: 0;
}

.cardicle-cardavtar img {
  border-radius: 50%;
  width: 60px;
  height: 60px!important;
  display: block;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: rotate(90deg);
  border: 5px solid #17141d;

}

.cardicle-author{
  font-size: large; font-family: 'PT Serif', serif; font-size: large;
  color: #7a7a8c;
}

.cardicle-author-link, .cardicle-date{
  text-decoration: none;
  font-size: large; font-weight: 700; font-family: 'Cardo', serif;
  color: #fff;
}
.cardicle-author-link:hover, .cardicle-author-link:focus{
  background-image: linear-gradient(to left, red, purple);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
