@font-face {
  font-family: 'Bespoke'; /*a name to be used later*/
  src: url('../fonts/arrogant/Arrogrant-Regular.ttf'); /*URL to font*/
}
.card{
    background: grey;
    border-radius: 30px;
    padding: 50px;
}
.slide-icon{
    background-image: url(assets/img/lysergic.png);
    position: absolute;
    height: 60%;
    width: 34%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -7%;
    right: 32%;
    margin-top: 10vh;
}
.overlay-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**CARDS**/

@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-smooth:always;
}
.glow-effect{
  filter: blur(0px);mix-blend-mode: color-dodge;
  animation-name: glow;
  animation-duration: 6s;
  opacity: 0;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
@keyframes glow {
  0%{filter: blur(0px);opacity: 0;}
  50%{filter: blur(3px);opacity: 1;}
  100%{filter: blur(0px);opacity: 0;}
  
}
body {
  /* background-color: #FFE53B; */
  /* background-image: linear-gradient(147deg, #FFE53B 0%, #8d38fd 74%); */
  min-height: 100vh;
  font-family: "Fira Sans", sans-serif;
  display: flex;
  filter: saturate(0.5);
}
.saturate{

  animation-name: saturate;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.blog-slider {
    width: 95%;
    position: relative;
    max-width: 70vw;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    height: 60vh;
    transition: all 0.3s;
    margin-top: 18vh;
    background: rgba( 201, 119, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 0px auto;
    transform: translateY(141px);
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
  animation-name: scale-loop;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 10s;
}
@keyframes scale-loop {
  0% {transform: scale(1);}
  50% {transform: scale(0.9);}
  100% {transform: scale(1);}
  
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 42%;
  flex-shrink: 0;
  height: auto;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 20px;
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); */
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .blog-slider__img {transform: translateX(-80px);
  margin-left: 50px;}
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-45%);
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    height: 300px;
    transform: translateX(0px);
    transform: translateY(-50%);
    margin-left: 0px;
  }

.blog-slider__img img {
  height: 100%;
  width: auto;
  object-fit: contain;}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
    transform: translateX(0px);
    margin-left: 0px;
  }
}
.blog-slider__content {
  padding: 20px;
  height: 95%;
  transform: translateX(-5vw);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    /* margin-top: -80px; */
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding:0 0px 0 90px;
    width: 100%;
    transform: translate(-60px,-40vh);
    height:200px;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #fff;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #6c38fd 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(147, 56, 252, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    /* top: 225px; */
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 25px -40px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    
    margin: 50px 10px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #b6b6b6;
  opacity: 0.6;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffbd30;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 206, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
 .blog-slider__content::-webkit-scrollbar {
  width: 5px;
}
 
.blog-slider__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(117, 117, 117, 0);
}
 
.blog-slider__content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 170, 72, 0);
}
.swiper-slide-active .blog-slider__content::-webkit-scrollbar {
  width: 5px;
}
 
.swiper-slide-active .blog-slider__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(134, 29, 219, 0.3);
}
 
.swiper-slide-active .blog-slider__content::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent,rgb(255,182,72) 90%, rgb(255, 247, 135) 97%);
  /* background-color: rgb(255, 182, 72); */
  border-radius: 10px;
}
.overlay-logo{
  width: 25vh !important;
  height: auto;
  
  margin: auto;
  padding-top: 35px;}

  h1,h2{
    text-shadow:  rgb(255, 196, 34) 0 0 10px;
    /* font-family: Bespoke; */
  }
  h3,h4,h5,h6{
     text-shadow: rgba(0, 0, 0, 0.37) 0 0 7px;
   }
   .contact_input{
     width: 100%;
     border-radius: 50px;
     background-color: rgba(129, 129, 255, 0.555);
   }
   .overlay-click{
     position: absolute;
     top: 0;
     left: 0;
     height: 100vh;
     width: 100vw;
     z-index: 99999999999999;
     transform: translateZ(-1px);
     background-color: black;
     transition: opacity 1s ease-out;
     opacity: 0;
   }
   .overlay-click.active{
     opacity: 1;
     display: block;
   }
   .overlay-click a{
     height: 500px;
     margin: auto;
     color: white;
     position: absolute;
     top: calc( 50% - 250px);
     left: calc(50% - 185px);
     font-family: 'Bespoke';
   }
   .loader-img{
    height: 40vh;
    display: block;
   }
  @media screen and (max-width: 768px) {
    .loader-img{
      width: 320px;
      height: 320px;
    }
    h1,h2{
      font-size: 2em;
      text-shadow:  rgba(255, 203, 34, 0.788) 0 0 5px;
    }
    .overlay-logo{
      margin-left: auto;
      margin-right: 10vw;}
      .blog-slider__pagination .swiper-pagination-bullet{
        background: #ffffff;
      }
      .blog-slider__pagination .swiper-pagination-bullet-active{
        background: #ffffff;
      }
      .overlay-click a{
        width: 320px;
        height: 320px;
        color: white;
        position: absolute;
        top: calc( 50% - 160px);
        left: calc(50% - 160px);
        font-family: 'Bespoke';
      }
  }
  @keyframes saturate {
    from {filter: saturate(0.5);}
    to {filter: saturate(1.25);}
  }