@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}

body {
    scroll-behavior: smooth;
    background-color: #111111;
    color: rgb(245, 245, 245);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    user-select: none;
}

* {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

body .image-holder {
    perspective: 2000px;
    margin: 20px;
  }
  
::-webkit-scrollbar-track {
    background: #5a5a5a; 
}
   
::-webkit-scrollbar-thumb {
    background: rgb(37, 37, 37); 
}
  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    align-items: center;
    padding: 10px 10%;
    background-color: #0c0c0c;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.425));

}

.purp {

    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    filter: drop-shadow(0 0 5px rgba(89, 0, 255, 0.575));
    
 


    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;

}

.version {
    color: gray;
    font-size: 75%;
}

.logo {
    margin-right: auto;
    font-size: 1.2rem;
}

li, a {
    text-decoration: none;
    color: #fff;
}

.navbar-links {
    list-style: none;
}

.navbar-links li{
    display: inline-block;
    padding: 0px 20px;
}

.navbar-links li a{
    transition: all 0.3s ease 0s;
}

.navbar-links li a:hover{
    color: #5900ff;
}

.btn-container {
    padding: 0px 25px;
}

.navbar-btn {
    padding: 9px 25px;
    font: 500 14px 'Poppins';

    transition: all 0.3s ease 0s;

    color: #fff;
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

    filter: drop-shadow(0 0 10px #6f00ff);

    border: none;
    border-radius: 5px;
}

.navbar-btn:hover {
    animation: jitter 1s infinite;
}

/* navbar end */

.title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 65vh;
    z-index: 1;
    width: 100%;
    max-width: 1500px;
    padding: 0 50px;
    

}

.title h1 {
    filter: drop-shadow(0 0 10px rgba(153, 0, 255, 0.349));
    font-size: 3.4rem;
    color: #fff;
    
}

.image {
    transition: all 0.3s ease 0s;
    filter: drop-shadow(0 0 10px #0000008c );
}

.image:hover {
    filter: drop-shadow(0 0 15px #5900ffc5 );
    transform: translateY(-14px);

}



.title p {
    font-size: 1.30rem;
    transform: translateY(-10px);
}

.title span {
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    filter: drop-shadow(0 0 5px rgba(166, 0, 255, 0.264));
    
 


    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

.title span:hover {
    transform: scale(+);
}

.purchase span.purple {
    background: #F7971E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD200, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px #FFD200);
}

.golden {
    background: #F7971E;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFD200, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    filter: drop-shadow(0 0 5px #FFD200);

    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

.main-btn {
    text-decoration: none;
	color: #fff;
    border: none;
	font: 700 14px 'Poppins';

    transition: all 0.3s ease 0s;

    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    
    filter: drop-shadow(0 0 5px  #5900ff);

    width: 210px;
	height: 43px;
	border-radius: 15px;
}

.main-sct {
    text-decoration: none;
	color: #fff;
    border: none;
	font: 700 12px 'Poppins';
    padding-top: 0px;
    transform: translateX(5px);

    transition: all 0.3s ease 0s;

    background: #121212;  /* fallback for old browsers */

    
    filter: drop-shadow(0 0 5px  #4b4b4b);

    max-width: 1000px;
    width: 140px;
	height: 43px;
	border-radius: 15px;
}


.main-sct:hover {    
    transform: translate(5px, -3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.main-btn:hover {    
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}



.short-info {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 0px;
    z-index: 1;
    padding: 0 200px;
    transform: translateY(-60px);
}


.box-1 {
    height: 200px;
    width: 400px;
    background-color: rgb(15, 15, 15);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.753));
    border-radius: 15px;


    align-items: center;
    justify-content: center;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}

.box-1:hover {
    filter: drop-shadow(0 0 15px #0a0a0a);
    transform: translateY(-5px);
}

.box-2 {
    height: 200px;
    width: 400px;
    background-color: rgb(15, 15, 15);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.753));
    border-radius: 15px;

    align-items: center;
    justify-content: center;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}

.box-2:hover {
    filter: drop-shadow(0 0 15px #0a0a0a);
    transform: translateY(-5px);
}

.box-3 {
    height: 200px;
    width: 400px;
    background-color: rgb(15, 15, 15);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.753));
    border-radius: 15px;

    align-items: center;
    justify-content: center;
    padding: 0 30px;
    transition: all 0.3s ease 0s;

}

.box-3:hover {
    filter: drop-shadow(0 0 15px #0a0a0a);
    transform: translateY(-5px);
}


.box-1 span {
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
    filter: drop-shadow(0 0 10px #a200ff);


    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

.box-2 span {
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
    filter: drop-shadow(0 0 10px #a200ff);


    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-3 span {
    background: #8E2DE2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
    filter: drop-shadow(0 0 10px #a200ff);


    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -mo-text-fill-color: transparent;
}

/* short info end */

.about {
    filter: drop-shadow(0 0 80px #000000);

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 400px 0;
    background-color: #0a0a0a;
}

.about-main h1 {
    font-size: 40px;
    font-weight: 700;
}

.about-main p {
    font-size: 20px;
    font-weight: 300;
}


/* purchase */

.purchase {
    filter: blur(3px);
    display: flex;

    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 230px 0px;
    margin: 0px ;
}

.image.ghostimg {
    max-height: 50px;    
    max-width: 50px;
    margin: 0;
    padding: 0;
    transform: translate(1100px, 50px);
}

.purchase-box {
    height: 350px;
    width: 450px;
    /* background-color: rgb(15, 15, 15); */
    background: linear-gradient(to top, #0f0f0f, #131313);
    filter: drop-shadow(0 0 15px #0000004f);
    border-radius: 25px;
    

    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px;
    transition: all 0.3s ease 0s;
}



.footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    align-items: center;
    padding: 10px 10%;
    background-color: #0c0c0c;
    height: 130px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.425));
}

.footer-logo {
    margin-right: auto;
    font-size: 1.2rem;
}

.footer-author {
    margin: 570px;
}

.footer-links {
    list-style: none;
}

.footer-links li{
    display: block;
    text-align: center;
}

.footer-links li a{
    transition: all 0.3s ease 0s;
}

.footer-links li a:hover{
    color: #7F00FF;
}

.footer span {
    color: gray;
}

/* animations */

@keyframes jitter {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(1px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-3px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(3px, 0, 0);
    }
}