body{
    background-color: black;
    background: linear-gradient(rgba(0, 0, 0, 0.284),black),url('../images/images/LUNARA\ GIF.gif');
    background-size: cover;
    background-attachment: fixed;
}
.details{
    position: absolute;
    top:120px;
    transform: translate(-50%,0%);
    left: 50%;
    background-color: rgba(5, 99, 181, 0.464);
    color: white;
    border-radius: 50px;
    width: 60%;
}
.details img{
    width: 100%;
    border-radius: 20px;
    border: 20px solid rgba(0, 0, 0, 0.46);
}
@media (max-width: 768px) {
    .details{
        width: 100%;
        top: 50px;
        background-color: rgba(5, 99, 181, 0.464);
    }
}
.content{
    padding: 50px;
    padding-top: 0px;
}
.image{
    margin-top: 50px
}

/* Please ❤ this if you like it! */


 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

 body{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
     font-size: 15px;
     line-height: 1.7;
     color: #343434;
     background-color: #f1f2f6;
     overflow-x: hidden;
 }
 .image a {
     cursor: pointer;
 }
 .image a:hover {
     text-decoration: none;
 }
 
 .image .section{
   position: relative;
   width: 100%;
   display: block;
 }
 .image .over-hide{
   overflow: hidden;
 }
 .image .padding-tb{
   padding: 10px 0;
 }
 [type="radio"]:checked,
 [type="radio"]:not(:checked){
   position: absolute;
   left: -9999px;
 }
 .image .checkbox:checked + label,
 .image .checkbox:not(:checked) + label{
   position: relative;
   cursor: pointer;
   margin: 0 auto;
   text-align: center;
   margin-right: 6px;
   margin-left: 6px;
   display: inline-block;
   width: 50px;
   height: 50px;
   border: 3px solid #bdc3c7;
   background-size: cover;
   background-position: center;
   box-sizing: border-box;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
   background-image: url('../images/cafe.jpg');
   animation: border-transform 6s linear infinite alternate forwards;
     -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
     animation-play-state: paused;
 }
 .image  .checkbox.scnd + label{
   background-image: url('../images/acc_3.jpg');
 }
 .image .checkbox.thrd + label{
   background-image: url('../images/acc_2.jpg');
 }
 .image  .checkbox.foth + label{
   background-image: url('../images/acc_4.jpg');
 }
 
 .image .checkbox:checked + label{
   box-shadow: 0 8px 25px 0 rgba(16,39,112,.3);
   transform: scale(1.3);
     -webkit-animation-play-state: running;
     -moz-animation-play-state: running;
     animation-play-state: running;
 }
 @keyframes border-transform{
   0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
   14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
   28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
   42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
   56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
   70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
   84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
 }
 
 .image .slider-height-padding {
   padding-top: 440px;
 }
 
 .image ul {
   position: absolute;
   top: 0;
   left: 0;
   display: block;
   width: 100%;
   z-index: 100;
   padding: 0;
   margin: 0;
   list-style: none;
 }
 .image  ul li {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   display: block;
   z-index: 100;
   padding: 0;
   margin: 0;
   list-style: none;
   height: 400px;
   border: 5px solid #bdc3c7;
   background-size: cover;
   background-position: center;
   background-image: url('../images/cafe.jpg ');
   border-radius: 50%;
   box-sizing: border-box;
   font-family: 'Poppins', sans-serif;
   font-weight: 900;
   font-size: 16px;
   letter-spacing: 2px;
   line-height: 2.7;
   color: #343434;
   writing-mode: vertical-rl;
   opacity: 0;
   pointer-events: none;
   box-shadow: 0 8px 25px 0 rgba(16,39,112,.1);
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 .image ul li span {
   mix-blend-mode: difference;
 }
 .image ul li:nth-child(2) {
   background-image: url('../images/acc_3.jpg');
 }
 .image ul li:nth-child(3) {
   background-image: url('../images/acc_2.jpg');
 }
 .image ul li:nth-child(4) {
   background-image: url('../images/acc_4.jpg');
 }
 
 
 .image .checkbox.frst:checked ~ ul li:nth-child(1) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .image .checkbox.scnd:checked ~ ul li:nth-child(2) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .image .checkbox.thrd:checked ~ ul li:nth-child(3) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 .image .checkbox.foth:checked ~ ul li:nth-child(4) {
   opacity: 1;
   pointer-events: auto;
   border-radius: 16px;
 }
 
 .image .logo {
     position: absolute;
     top: 30px;
     right: 30px;
     display: block;
     z-index: 100;
     transition: all 250ms linear;
 }
 .image .logo img {
     height: 26px;
     width: auto;
     display: block;
 }

 @media (max-width: 767px) {
    .image .slider-height-padding {
     padding-top: 340px;
   }
   .image ul li {
     height: 300px;
     font-size: 13px;
     letter-spacing: 1px;
   }
 }
 
 @media (max-width: 575px) {
   .slider-height-padding {
     padding-top: 240px;
   }
   .image ul li {
     height: 200px;
   }
 }
/* CSS */
.button-85 {
  padding: 0.6em 2em;
  width: 300px;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}