* {
  font-family: 'Encode Sans Expanded', sans-serif;
}

@keyframes buttonAnimation {
  0% {border: 2px solid #4ee;}
  100% {border: 2px solid #101522;}
}

@keyframes textAnimation {
  0% {color: #4ee;}
  100% {color: #101522;}
}

.cardemon-button {
  height: auto;
  width: auto;
  font-size: 12px;  
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #101522;
  border-radius: 40px;
  animation-name: buttonAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin: 0 auto;
  background-color: #fff;
}

.cardemon-copyright-text {
  font-size: 11px;
  text-decoration: none;
  margin: 8px 4px 12px;
  color: #101522;
}

.cardemon-div {
  margin: 16px;
  /* background-color: #ee3; */
}

.cardemon-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  margin: 4px 0;
  /* background-color: #999; */
}

.cardemon-button-p {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 4px 8px;
  animation-name: textAnimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  /* color: #101522; */
  /* background-color: #4ee; */
}

.cardemon-p {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 4px 8px;
  /* color: #101522; */
  /* background-color: #4ee; */
}

.chevron-div {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: calc(100% - 52px);
  right: 8px;
  z-index: 10;
  /* background-color: #4ee; */
}

.chevron-span {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  opacity: 1;
  margin-right: 4px;
  color: #fff;
  /* background-color: #ee3; */
}

.chevron-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  /* background-color: #999; */
}

@keyframes example {
  from {opacity: 1;}
  to {opacity: 0.2;}
}

.fas.fa-chevron-right.fa-lg.aa {
  width: 7%;
  color: #fff;
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.fas.fa-chevron-right.fa-lg.bb {
  width: 7%;
  color: #fff;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.fas.fa-chevron-right.fa-lg.cc {
  width: 7%;
  /* color: #007aff; */
  color: #fff;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: .4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.fas.fa-chevron-right.fa-lg.dd {
  width: 7%;
  color: #fff;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.fas.fa-chevron-right.fa-lg.ee {
  width: 7%;
  color: #fff;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.footer-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50%;
  margin: 0px 0 20px;
  /* background-color: #4433ee; */
}

.ig-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  font-size: 14px;  
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: none;
  box-shadow: 4px 4px 4px #ddd;
  padding: 0 auto;
  color: #fff;  
   background-color: #101522;
}

.ig-div {
  height: auto;
  /* background-color: #4ee; */
}

.ig-img {
  height: 16px;
  width: 16px;
  margin: 0;
  /* background-color: #f00; */
}

.ig-label-01 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 8px;
  color: #101522;
  /* background-color: #4ee; */
}

.ig-label-02 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
  color: #101522;
  /* background-color: #4ee; */
}

.ig-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: auto;
  width: 100%;
  margin-bottom: 8px; 
  /* background-color: #ee3; */
}

a:not(:first-child) {
  margin-left: 4px;
}

.ig-p {
  text-decoration: none;
  font-size: 14px;  
  margin: 0;
  margin-left: 4px;
  /* color: #101522; */
  /* background-color: #4ee; */
}

.ig-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* background-color: #f00; */
}

.last-page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  /* background-color: #ee3; */
}

.last-page-wrapper {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  align-items: center;
  width: 100%;
  height: auto;
  /* background-color: #4ee; */
}

.space-div {
  height: 40px;
  /* background-color: #4ee; */
}

.swiper-container {
  width: 100%;
  height: 100%;
  /* background-color: #4433ee; */
}

.title-div {
  background-color: #4433ee;
}

.wh-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  font-size: 12px;  
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: none;
  box-shadow: 4px 4px 4px #ddd;
  padding: 0;
  color: #fff;  
   background-color: #4BCC5B;
}



/* .swiper-pagination {
} */
