/*--------------------------------------------------------------
Fontfaces
--------------------------------------------------------------*/

::selection {
    background-color: yellow;
    color: #ff0000;

}

/*--------------------------------------------------------------
  Main
  --------------------------------------------------------------*/
html,
body {
    max-width: 100%;
    margin: 0;

}

body {

    /* font-family: "Red Hat Display", sans-serif; */
    /* font-family: 'Arial Narrow', Arial, sans-serif; */
    font-family: "ibm plex mono", sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    font-size-adjust: 100%;

    background: rgb(30, 32, 31);
    font-size: 2vw;
    line-height: 2vw;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: black;
}

/*--------------------------------------------------------------
  Main Content Box
  --------------------------------------------------------------*/
.content {
    /* transition-delay: 2s; */

    width: 100%;
    height: 100vh;

    overflow: scroll;
    position: relative;

}

/*--------------------------------------------------------------
  Main Content Box
  --------------------------------------------------------------*/
.contact {
    display: flex;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.sec {
    align-self: center;
    height: auto;
    padding: 5vw;
    position: absolute;
    right: 5vw;
    width: 40vw;
    color: rgba(187, 208, 91, 0.98);
  
    font-weight: 500;


}

.sec2 {
    z-index: 10;
    position: relative;
    height: auto;
    width: 100%;
    font-weight: 700;
    padding: 0px 0vw;
    display: flex;
color: #e72828;

}

.sec2 img {
    border: #8d0000 solid 0.1px;
    margin-bottom: 2vw;


}

.sec2 video {
    border: #8d0000 solid 0.1px;
    z-index: 100000;
    margin-bottom: 2vw;

}

.sec2 p {
    color: #7e1b1b;
    width: 30vw;
    right: 0vw;
    line-height: 2rem;
    margin-bottom: 12vw;
}

.contain {
padding-top: 40px;
    position: absolute;
    padding-left: 750px;

}
.contain img {
    box-shadow: -10px -10px 20px rgba(213, 2, 2, 0.8);

}
.contain video {
    box-shadow: -10px -10px 20px rgba(213, 2, 2, 0.8);

}

.contain2 {

    position: absolute;
    padding-left: 600px;
    margin-top: 100px;
    gap: 100px;
}


.contain2 img{
        margin-bottom: 120px;
        border: 0.1px solid black;
        box-shadow: -10px -10px 20px rgba(187, 208, 91, 0.98);

}

.contain2 video {

    margin-bottom: 70px;
    box-shadow: -10px -10px 20px rgba(187, 208, 91, 0.98);
}

.contain1 {

    position: absolute;
    padding-left: 600px;
    margin-top: 100px;
    gap: 100px;
}
.contain1 img{
        margin-bottom: 120px;
        border: 0.1px solid black;
        box-shadow: -10px -10px 20px rgba(70, 148, 232, 0.98);

}

.contain1 video {

    margin-bottom: 70px;
    box-shadow: -10px -10px 20px rgba(70, 148, 232, 0.98);
}
.credits {
    justify-content: center;
    display: flex;
    font-size: 0.4em;
    line-height: 1em;
}

.credits div {

    margin: 10px;
}

/*--------------------------------------------------------------
  Images
  --------------------------------------------------------------*/
.img_1 {
    width: 15vw;
    position: absolute;
    left: 30%;
    top: 45%;
    transform: translate(-50%, -50%);

}

.img_2 {

    width: 30vw;
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.img_3 {
    width: 10vw;
    position: absolute;
    right: 50px;
    bottom: 250px;

}

.img_4 {
    width: 20vw;
    position: absolute;
    right: 80px;
    bottom: 100px;
    box-shadow: -5px -5px 10px rgba(68, 68, 68, 0.8);
}

.img_5 {
    width: 15vw;
    position: absolute;
    left: 20px;
    bottom: 180px;
}

.img_6 {
    width: 12vw;
    position: absolute;
    top: 20px;
    right: 150px;
}

.img_7 {
    width: 20vw;
    position: absolute;
    transform: translate(-50%, -40%);
    top: 40%;
    left: 63%;
    z-index: 1000 !important;
}

.about {
    margin-top: 100px !important;

    width: 85vw;
    margin: 0 auto;
    padding-bottom: 80vh;
}

.about h1 {

    width: 80vw;
    padding-bottom: 50px;
    border-bottom: #8d0000 solid 2px;
    color: #8d0000;
    font-weight: 600;
}


.team {
    font-weight: 700;
    width: 90vw;
    top: 50%;
    left: 50%;
    overflow: scroll;
    padding: 50px;
    color: rgb(9, 109, 216)
}
.team p{

    width: 60vw;
    
}


.team h1 {

    padding-bottom: 40px;
    border-bottom: 2px solid rgb(70, 148, 232);
    font-weight: 600;
    
}
.team2 {
font-weight: 700;
    width: 90vw;
    top: 50%;
    left: 50%;
    overflow: scroll;
    padding: 50px;
    color: rgb(187, 208, 91);
}
.team2 p{

    width: 60vw;
    
}


.team2 h1 {

    padding-bottom: 40px;
    border-bottom: 2px solid rgba(187, 208, 91, 0.98);
    font-weight: 600;
    
}



.gif {
    display: none;
}

.outputs {
    
    padding-top: 5px;
    overflow: scroll;
    margin-top: 150px;
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
}

.lef {
    padding: 0px 20px 20px 20px;
}

.righ {
    padding: 0px 20px 20px 20px;
}

.ti {

    display: block;
    z-index: 10000 !important;
}

.OPS {
    font-size: 0.7em;


}

.box {
    align-self: center;
    cursor: pointer;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 38vw;
    display: flex;
    justify-content: center;

    border-radius: 20px;
    margin: auto;
}

.box a {
    color: black !important;
}

.box:hover {

    color: white;
    border: #e28282 solid 1px;


}



/*--------------------------------------------------------------
  ANIMATIONS
  --------------------------------------------------------------*/
/*   
  
  @-webkit-keyframes effect {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  
   */


/*--------------------------------------------------------------
  CUBE
  --------------------------------------------------------------*/
.container {
    width: 100vw;
    height: 100vh;
    position: relative;
    perspective: 110vw;
}

.content {
    padding: 0.5vw;
}

#cube {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

#cube figure {
    margin: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
}

#cube {
    position: fixed;
    transform: translateZ(-50vw)rotateY(0deg);
    transition: transform 1s;

}

/*--------------------------------------------------------------
  CUBE BOXES
  --------------------------------------------------------------*/

#cube #front {

    transform: rotateY(45deg)translateZ(50vw);
    background: rgba(45, 187, 64, 0.92);
    z-index: 0;

    overflow: hidden;
}

#cube #front:hover {
    z-index: 1000000;
}

#cube #right {
    transform: rotateY(-45deg) translateZ(50vw);
    background: rgba(224, 57, 57, 0.92);
    z-index: 0;

  
}

#cube #right:hover {
    z-index: 1000000;
}

#cube #left {
    transform: rotateY(135deg) translateZ(50vw);
    background: rgba(187, 208, 91, 0.92);
    z-index: 0;
  

}

#cube #left:hover {
    z-index: 1000000;
}

#cube #top {
    transform: rotateY(-135deg) translateZ(50vw);
    background: rgba(70, 148, 232, 0.92);
    z-index: 0;


}

#cube #top:hover {
    z-index: 1000000;

}

/*--------------------------------------------------------------
  CUBE LINK
  --------------------------------------------------------------*/
#cube.show-front {
    transform: translateZ(-50vw) rotateY(-135deg);
    z-index: 100000;

}

#cube.show-middle {
    transform: translateZ(-50vw) rotateY(0deg);
    z-index: 100000;

}

#cube.show-right {
    transform: translateZ(-50vw) rotateY(-45deg);
    z-index: 100000;

}

#cube.show-left {
    transform: translateZ(-50vw) rotateY(45deg);
    z-index: 100000;
}

#cube.show-top {
    transform: translateZ(-50vw) rotateY(-225deg);
    z-index: 100000;
}


/*--------------------------------------------------------------
  BUTTONS
  --------------------------------------------------------------*/

.active {

    background-color: #ff0000 !important;
}

.active:hover {
    color: rgb(233, 233, 13) !important;
}
/* top side button */





.buttons {
    color: rgb(255, 0, 0);

    display: flex;
    position: absolute;
    padding-bottom: 10px;

    width: 50vw;
    display: flex;
   gap: 10px;
    position: fixed;
    left: 28%;
    top: 10px;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;

}



/* bottom side */




/* .buttons {
    color: rgb(255, 0, 0);

    display: flex;
    position: absolute;
    padding-bottom: 10px;

    width: 50vw;
    display: flex;
   gap: 10px;
    position: fixed;
    left: 34%;
    bottom: 50px;
    font-size: 1.5rem;


} */


.buttons a {
    line-height: 0px;
    height: 54px;

    color: red;
    transition: color 0.8s border 0.8s;
}


[b] {

    display: inline-block;
    font-weight: 700;
    /* font-style: italic; */

    width: auto;

    padding: 5px 10px;
    font-size: 1.2rem;
    color: #000000;
    text-align: center;
    background-color: rgb(255, 255, 255);

    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    transition: color 0.8s border 0.8s;

}

[b]:hover {

    color: #b3b3b3;
    transition: all 0.4s ease;
    border: #c6c6c6 solid 1px;
    transition: color 0.8s border 0.8s;
}


/* refresh */

#refresh {
    display: inline-block;
    font-weight: 100;
    /* font-style: italic; */
    color: #000000;
    border: none;
    font-size: 1.5rem;
    background-color: white;
    padding: 5px 10px;
    font-size: 1rem;
    border: 1px solid black;
    /* border: #000000 solid 0.1px; */
    cursor: pointer;
    transition: all 0.4s ease;

}

#refresh:hover {
    transition: all 0.4s ease;
    border: #c6c6c6 solid 1px;
 
}


/*--------------------------------------------------------------
  Images
  --------------------------------------------------------------*/
.img_1 {
    width: 50vw;

    right: 1vw;
    top: 10%;
    transform: translate(0%, 0%) !important;

}

.img_2 {
    box-shadow: -5px -5px 10px rgba(187, 208, 91, 0.98);
    width: 20vw;
    position: fixed;
    top: 10vw;
    left: 10vw;
}

.img_3 {
    width: 25vw;
    position: fixed;
    right: 5vw;
    bottom: 30vw;

}

.img_4 {
    width: 30vw;
    position: fixed;
    right: 10vw;
    bottom: 15vw;
    box-shadow: -5px -5px 10px rgba(187, 208, 91, 0.98);
}

.img_5 {
    width: 40vw;
    position: fixed;
    left: 10vw;
    bottom: 15vw;
}

.img_6 {
    width: 20vw;
    position: fixed;
    top: 20vw;
    right: 10vw;
}

.img_7 {
    width: 40vw;
    position: fixed;
    transform: translate(-50%, 0%) !important;
    top: 70%;
    left: 50%;
    z-index: 1000 !important;
}

.box {
    width: 80vw;
}


h1{

    font-weight: 400;
    font-size: 2.5rem;
}