/* created: 10/12/22 last modified: 16/12/2022 */
/* .MrG{
 margin-top:0;
 padding: 5px 10px;
     background-color: #465e5e;
}  */
.prev{
left: 0;

}
aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #465e5e;
    z-index: 100000;
    flex-direction: row;
    margin: 0;
    padding: 5px 5px;

}

 aside nav {
    overflow: hidden;
   justify-content: center;
   transition:0,6s;
   padding: 10px 0px;
    
} 



nav a{
    color: #f2f2f2;
    background-color: #465e5e;
    flex-direction: row;
    text-decoration: none;
   padding: 5px 10px;
    z-index: 100000;
} 

aside nav a:hover {
    color: green;
}

  #side {
     width: 50%;
     padding-left: 15px;
     margin-left: 15px;
     float: right;
     font-style: italic;
     background-color: #465e5e;
} 
#title {
    color: black;
    font-size: 5em;
    font-weight: bold;
    text-shadow: 5px 5px 5px yellow;
}

/*body {
    */
/* background-color: #E0FFFF;
    */
/*
}
*/
.special {
    color: black;
    font-size: 0.5em;
    font-weight: bold;
    text-shadow: none;
}

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.image1,
.image2,
.image3,
.image4,
.image5,
.image6,
.image7,
.image8 {
    padding: 1px;
    width: 33.33%;
    float: left;
}

.image1 img {
    border: none;
    padding: 5px;
    width: 100%;
}

.image2 img {
    border: none;
    padding: 5px;
    width: 100%;
}

.image3 img {
    border: none;
    padding: 5px;
    width: 100%;
}

.image4.image5.image6.image7.image8 img {
    border: none;
    padding: 5px;
    width: 100%;
}

footer {
    height: 50px;
    padding: 0.1px;
    width: 100%;
    background-color: #D3D3D3;
    margin: auto;
}

footer p {
    text-align: center;
}

.row h1 {
    color: green;
    text-align: center;
}

table.A {
    table-layout: auto;
    width: 50%;
}

table,
th,
td {
    background-color: #EFF0F7;
    padding: 1px;
    border: grey solid 2px;
}

* {
    box-sizing: border-box;
}

.first {
    width: 100%;
    display: table;
}

.first1 {
    display: table-row;
    height: 100px;
}

.firstA {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.firstB {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: center;
}

.field1 {
    background-color: white;
    width: 100%;
    display: table-cell;
}

#console,
#Gaming {
    background-color: white;
    width: 100%;
    display: table-cell;
}

#oculus,
#member,
#place {
    background-color: white;
    width: 100%;
    display: table-cell;
}

#console,
#Gaming {
    cursor: pointer;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.Rain {
    text-align: center;
    width: 60%;
    margin-left: 150px;
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}

.firstB img {
    border: none;
    padding: 60px;
    width: 80%;
}

.Enh img {
    border: none;
    padding: 50px;
    width: 100%;
}

main div p {
    padding-left: 15px;
}

#boxes {
    display: table;
    width: 100%;
}

#boxes p {
    padding-left: 15px;
}

#boxes h2 {
    text-align: center;
}

#column1 {
    display: table-cell;
    background-color: #a1ed0c;
    width: 33%;
    height: 100%;
    text-align: center;
}

#column2 {
    display: table-cell;
    background-color: #a0e9ed;
    width: 33%;
    height: 100%;
    text-align: center;
}

#column3 {
    display: table-cell;
    background-color: #a0e9ad;
    width: 33%;
    height: 100%;
    padding-right: 0;
    text-align: center;
}

.Xbox img {
    border: none;
    padding: 50px;
    width: 100%;
}

.Switch img {
    border: none;
    padding: 50px;
    width: 100%;
}

.PS4 img {
    border: none;
    padding: 50px;
    width: 100%;
}

.VR {
    width: 100%;
    display: table;
}

.VR1 {
    padding: 1px;
    width: 50%;
    float: none;
}

.HandC {
    display: table-row;
    height: 100px;
}

.headset {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.company {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.VR h1 {
    color: purple;
    font-size: 2em;
    font-weight: bold;
}

.company ol {
    display: inline-block;
    text-align: left;
    padding-left: 200px;
}

.start_btn,
.sub_btn {
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color: #44c767;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.start_btn:hover {
    background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
    background-color: #5cbf2a;
}

.start_btn:active {
    position: relative;
    top: 1px;
}

.hide {
    display: none;
}

#remaining {
    color: black;
    background-color: yellow;
}

#btn {
    position: flex;
    justify-content: center;
    padding: 20px;
    z-index: 2;
    background: var(--lightpurple);
    transition: transform 0.4s;
}

#btn1 {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: yellow;
    text-align: center;
}

/* Gallery CSS. */
* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}
