/* ----------------------------------------------- */
/* BASIC SETUP SPQR*/
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 140%;
}
body {
    color: #fff;
    background-color: #000;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    overflow-x: scroll;
    
}
li{
list-style:none;    
    
}
a{
    cursor:pointer;
    text-decoration:none;
}
/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

.specialfont{
  background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.specialfontbig{
  background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
}
.specialfontmid{
  background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3vw;
}
.specialfontsmall{
  background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2vw;
}
.whitexxsmall{
  color:white;
  font-size: 0.8vw;  
}
.whitexsmall{
  color:white;
  font-size: 1vw;  
}
.whitesmall{
    color:white;
    font-size: 2vw;
}
.whitemid{
    color:white;
    font-size: 3vw;
}
.whitebig{
    color:white;
    font-size: 5vw;
}
.blackxsmall{
  color:black;
  font-size: 1vw;  
}
.blacksmall{
    color:black;
    font-size: 2vw;
}
.blackmid{
    color:black;
    font-size: 3vw;
}
.blackbig{
    color:black;
    font-size: 5vw;
}
.left{ 
    display:block;
    float:left;
}
.right{
    display:block;
    float:right;
}
.centered{
    display:block;
    margin: 0 auto;
}
.tcenter{
   text-align:center; 
}
.row {
    width: 100%;
    padding:1vh 2vw;
}

.fullpage{
    min-height:100vh;
    padding:2%;
    margin:auto;
}
.fullpagenp{
    min-height:100vh;
    margin:auto;
}
.fontitalics{
    font-style:italic;
}
.vertical{
    margin-top:2vh;
    margin-bottom:2vh;
}
.verticalplus{
    margin-top:5vh;
    margin-bottom:5vh;
}
.verticalmid{
    vertical-align:middle;
    justify-content: center;
}
.verticalbottom{
    margin-bottom:5vh;
}
.width10{
    width:10%;
}
.width20{
    width:20%;
}
.width40{
    width:40%;
}
.width50{
    width:50%;
}
.width60{
    width:60%;
}
.width80{
    width:80%;
}
.width90{
    width:90%;
}
.height5{
    height:5vh;
}
.height10{
    height:10vh;
}
.height15{
    height:15vh;
}
.height20{
    height:20vh;
}
.height25{
    height:25vh;
}
.height30{
    height:30vh;
}
.height35{
    height:35vh;
}
.height40{
    height:40vh;
}
.height45{
    height:45vh;
}
.height50{
    height:50vh;
}
.height55{
    height:55vh;
}
.height60{
    height:60vh;
}
.height65{
    height:65vh;
}
.height70{
    height:70vh;
}
.height75{
    height:75vh;
}
.height80{
    height:80vh;
}
.height85{
    height:85vh;
}
.height90{
    height:90vh;
}
.height95{
    height:95vh;
}
.border{
border-radius: 12px;
border: 2px solid #fff;
}
.points{
cursor: pointer;
}
.bar {
    display: block;
    height: 2px;
    background-color: #8600b3;
    content: " ";
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5vh;
}
.bluebar{
    width: 105vw;
    padding:1%;
    margin-bottom:2vh;
    margin-left: -5vw;
    padding-left: 4.5vw;
    background-color: #312eee;
}
.greenbar{
    width: 105vw;
    padding:1%;
    margin-left: -5vw;
    padding-left: 4.5vw;
    background-color: #32d14a;
}
.redbar{
    width: 105vw;
    padding:1%;
    margin-left: -5vw;
    padding-left: 4.5vw;
    background-color: #f44e4e;
}
.sunsetbar{
    width: 105vw;
    background-image: linear-gradient(to bottom right, #e80000 , #fafa1a); 
    background-image: -webkit- linear-gradient(to bottom right, #e80000 , #fafa1a); 
    padding: 1%; 
    margin-left: -5vw;
    padding-left: 4.5vw;
}
/* ----- HEADINGS ----- */
h1,
h2,
h3 {
    font-weight: 400;
    text-transform: uppercase;
}
h1 {
    font-size: 4vw;
    word-spacing: 1vw;
    text-align: center;
    margin-bottom: 0.5vh;
    margin-top: 2vh;
    letter-spacing: 1px;
}
h1:after {
    display: block;
    height: 2px;
    background-color: #2020e8;
    content: " ";
    width: 40vw;
    margin: 0 auto;
    margin-top: 0.5vh;
}
h2{
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    font-size: 3vw;
  background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    display: inline-block;
      
    
}
/*Tooltip 
-------------------------------- 
*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
margin-left: 1vw;
margin-right: 1vw;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 20vw;
  background-color: #2a50f0;
  color: #fff;
  text-align: center;
  padding: 1vw;
  border-radius: 6px;
  font-size:1.5vw;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
    vertical-align: middle;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  top: -5px;
  left: 108%;
}
.smallicon{
    color:#7e30ea;
    font-size:18px;
    vertical-align: middle;
}
/*Header
----------------------------
*/
.mainhead{
    height:8vh;
}
.headadj{
    display: block;
    float:left;
}
.hadj{
    display: block;
    float: right;
    margin:auto;
}
.iconhead{
    font-size: 6vh;
    display: inline-block;
   text-decoration: none;
    margin-right: 2vw;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.amountc{
    color:#229ce3;
}

 /* Style the header */
.header {
  display:block;
  height:10vh;
  margin-top: -10vh;
  padding: 1vh 1vw;
  background-color:#111111;
  z-index: 999;
  
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  display:block;
  background-color:#111111;
  height: 10vh;
  padding: 1vh 1vw;
  position: fixed;
  width: 100%;
  z-index: 999;
}
/* Login Modal
-----------------------------
*/

input[type=text],
input[type=email],
input[type=password]{  
    float:left;
    width: 90%;
    padding: 0.5vw;
    padding-left: 2vw;
    border-radius: 4px;
    border: 2px solid #000;
    font-size:2vw;
    text-align: left !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus{
    outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus{
    background-color:#e6def3;
}
.subbie{ 
    padding: 0.5vw;
    font-size: 2vw;
    border-radius: 12px;
    border: 2px solid #333;
    background-color: #3e72ff;
    color:#fff;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.subbie:hover,
.subbie:active{
    background-color: #4b96ed;
}
.fpass{
    font-size: 1vw;
    margin-top: 1vh;
    text-decoration: none;
    color:#111;
    border: 2px solid;
    padding: 1.2%;
}
.fpass2{
    font-size: 1vw;
    margin-top: 1vh;
    text-decoration: none;
    color:#fff;
    border: 2px solid #fff;
    padding: 1.2%;
}
.sli{
    display: block;
    text-align: center;
    width: 60%;
    font-size: 2vw;
    font-weight: bold;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    color:#fff;
    background-color:#1aaf26;
    padding: 2%;
    border: 2px solid #333;
    border-radius: 12px;
    
}
.sli:hover,
.sli:active{
    background-color:#2dcf58;
}
.boxx{
    display: block;
    margin: 0 auto;
    border: 4px solid #111;
    border-radius: 12px;
    padding: 2%;
    width: 60%;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}
.boxx:hover,
.boxx:active{
    border: 4px solid #2743cf;
}
.boxx2{
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
    color: #2743cf;
    border-radius: 12px;
    padding: 2%;
    width: 60%;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}
.boxx2:hover,
.boxx2:active{
    border: 4px solid #fff;
}
.apple-signin > div {
  width: 100% !important;
  height: 10vh !important;
  margin: 0 auto !important;
  display:block !important;
  text-align:center !important;
  
}
.google{
    width: 5vw;
    float:left;
    
}
.googlei1{
    width: 3.5vw;
    float:left;
    
}
.google2{
    margin-top: 1.5vw;
    float: right;
    color: #2743cf; 
    font-size: 1.5vw;
}
.google3{
    float: left;
    color: #fff; 
    font-size: 2.5vw;
}
.specialapple{
    margin-top:2vh; 
    border: 4px solid #fff;
    border-radius:6px;
    color:#fff; 
    padding:2%;
}

/*Modal 
--------------------------
*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 10vh; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */

}

.modal-content {
  background-color: #fff;
  overflow-y:auto;
  margin: auto;
  padding: 1.5%;
  border: 4px solid #8600b3;
  width: 50%;
  max-height: 80vh;
  color:#111; 
} 

.close {
  color: #111; 
  float: right;
  font-size: 5vh;
  margin-top: -1vh;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ff1f1f;
  text-decoration: none;
  cursor: pointer;
}
/*Intro Page
------------------------------------
*/
.spacebackground{
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/cover.gif);
    height: 100vh;
    padding: 2.5vh 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.card{
    border-radius:12px;
    border: 2px solid #fff;
    padding: 2%;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    
}
.card:hover,
.card:active {
    background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
}
.added{
    display: block;
    padding: 2%;
    border-radius: 20px;
    font-size: 3vw;
    border: 2px solid #ed40d2;
    background-color: #e020c2;
    color:#fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.added:hover,
.added:active{
    background-color: #f21fc1;
}
.menuitems{
    display: block;
    padding: 2%;
    border-radius: 12px;
    font-size: 3vw;
    border: 2px solid #000;
    background-color: #844ae2;
    color:#fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.menuitems:hover,
.menuitems:active{
    background-color: #8b51e8;
}
/*Slideshow*/
.slideshow-container {
  position: relative;
  display: block;
  margin: 5vh auto;
  border-radius: 12px;
  border: 4px solid #222;
  margin-bottom: 4vh;
  padding: 0 auto;
}
 
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #2020e8;
  background-color: #d55fdb;
  border-radius: 8px;
  opacity: 0.8;
  font-size: 1.2vw;
  padding: 1.2%;
  position: absolute;
  top: 0;
}
.imgsla{
    display:block;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    opacity: 0.8;
    max-width: 100%;
    
} 
/* The dots/bullets/indicators */ 
.dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #555;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.2s;
  animation-name: fade;
  animation-duration: 1.2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.divisionadj {
    position: relative;
    font-size: 60px;
    text-align: center;


}

.divimg {
    width:100%;
    height: 100%;
}

.box {
    border: 4px solid #111;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 360px;
} 

.divdd {
    position: absolute;
    text-decoration: none;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    color: #fff;
    background: rgba(46, 82, 235, 0.92);
    font-size: 32px;
    text-align: center;
    height: 20%;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.divdd:hover,
.divdd:active {
    background-color: #3ccee8;
}



.leftnews {
    position: absolute;
    z-index:1;
    top: 50%;
    left: 4%;
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
    transition: 0.6s ease;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;

}

.leftnews:hover,
.leftnews:active {
    color: #004bf5;
}

.rightnews:hover,
.rightnews:active {
    color: #004bf5;
}

.rightnews {
    position: absolute;
    z-index:1;
    top: 50%;
    right: 4%;
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
    transition: 0.6s ease;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;

}

.newscaption {
    position: absolute;
    text-decoration: none;
    z-index:1;
    text-align: center;
    background-color: #333;
    width: 100%;
    bottom: 0;
    padding: 1.8%;
    font-size: 32px;
    opacity: 0.8;

}
.vplink:link,
.vplink:visited{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.vplink:hover,
.vplink:active {
    color: #004bf5;
}

.missionstate {
    padding: 1.2%;
    text-align: center;
}

.fontmis {
    color: #333;
    margin-top: 6px;
    font-size: 24px;
    margin-bottom: 60px;
    text-align: left !important;
    margin-left: 16px;
    white-space: pre-wrap;
}
/*PostNews
----------------------------------------------
*/
.imgpost{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50vh;
}
.datepost{
    margin-bottom:2vh;
}
.contentp{
 margin: 5vh 5vw;
}
/*Privacy and TOS
-----------------------------------------------
*/
.tos{
color:#372bc2;
margin-top:2.5vh;
font-size:1vw;
}
.thead{
   display:block; 
   text-align:center;
}
.phead{
   display:block; 
   text-align:center; 
}
.priv{
color:#372bc2;
margin-top:2.5vh;
font-size:1vw;
}

/*Shop
----------------------------
*/
.heightchange{
    height: 12vh;
}
.pselection{
  overflow-x:auto;
  overflow-y:hidden;
  padding: 0 10vw;
  margin: auto;
  margin-left: -4.5vw;
  width: 100vw;
  max-height: 20vh;
  margin-top: -2vh;

}
.selborder{
padding: 1.5%;
border: 4px solid #8600b3;
border-radius: 12px;
height: 65vh;
padding-top: 15vh;
-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;

}
.selborder:hover,
.selborder:active {
    background-color: #4d4d4d;
}

.pricecard{
    padding: 1%;
    border: 2px solid #fff;
    overflow:hidden;
    border-radius: 12px;
    height: 40vh;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}
.pricecard:hover,
.pricecard:active{
    border: 4px solid #fff;

}
.pinkb{
    border: 4px solid #d938e0;
    border-radius: 12px;
    overflow:hidden;
    height:40vh;
    padding: 1%;
    cursor: pointer;
}
.whiteb:hover,
.whiteb:active{
    border: 2px solid #fff;
    border-radius: 12px;
    cursor: pointer;
}
.whitexemsmall{
  color:white;
  font-size: 1vw;  
}
.logreg{
    display: block;
    padding: 2%;
    border-radius: 20px;
    font-size: 3vw;
    background-color: #0300c2;
    color:#fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    
}
.logreg:hover,
.logreg:active{
    background-color: #0036bf;
}

/*Cart Table
-------------------------------
*/
table{
    width:100%;
    table-layout: auto;
}
table thead{
    position:sticky;
    inset-block-start: 0;
}

th:nth-last-of-type(1),
td:nth-last-of-type(1),
th:nth-last-of-type(2),
td:nth-last-of-type(2){
    text-align: center;
}
th, td {
    text-align: left;
    padding: 10px;
    font-size: 20px;
}
tr:nth-child(even) {
    background-color: #3d3d3d;
}
th {
    background-color: #2caad0;
    color: fff;
}
.plinkd:link,
.plinkd:visited{
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinke:link,
.plinke:visited{
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.plinkd:hover,
.plinkd:active{
    color:#fd4343;
}
.plinke:hover,
.plinke:active{
    color:#43dd43;
}
.descblue{
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.descblue:hover,
.descblue:active{
    color:#121add;
}
/*Dropdown
----------------------------------
*/
select {
    font-size: 3vw;
    width: 80%;
    padding: 1%;
    background-color: #8600b3;
    color: #fff;
    border: 2px solid #fff;
    margin: 2vh auto;
}
/*Footer 
------------------------------ 
*/
footer {
    clear: both;
    background: -webkit-linear-gradient(80deg,#7f30eb, #2e52eb);
    padding: 20px;
    font-size: 16px;
    min-width: 100%;
    color: #111;
    display: flex;
} 

.footer-nav {
    list-style: none;
    float: left;
    text-align: justify;
}
 
.footer-nav li {
    display: inline-block;
    margin-right: 20px;
} 

.footer-nav li:last-child {
    margin-right: 0;
}

.footer-nav li a:link, 
.footer-nav li a:visited {
    text-decoration: none;
    font-size: 20px;
    border: 0; 
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #fa983c;
}
