:root{  /*This mean that it is a GLOBAL Var*/
    --black: #000000; /*To Declare Var we use --*/
}                       /*To use it: var(--name of var)*/

body{
    color: white;
    text-shadow: #6f6f6f 3px 4px 7px;

}

.navigator{
    height: 50px;
    width: 100%;
    background-color: rgb(66 15 15);
    margin: -16px -6px;
    position: fixed;
    box-shadow: 1px 4px 9px 2px #b93939;
    transform: translateZ(10px);
}
.navigator div{
    display: inline-block;
    position: absolute;
    left: 0;
    padding: 15px;
    font-size: 20px;
    color: white;
}

.navigator ul{
    position: absolute;
    right: 5px;
}

.navigator ul li{
    display: inline-block;
}

.navigator ul li a{
    color: white;
    padding: 5px;
}


.home{
    background-color: var(--black);
    background-size: cover;
    background-repeat: no-repeat;
}
.text-container{
    text-align: center;
    height: auto;
    padding: 29px;
    margin: 10px -10px 10px -50px;
    background-color: rgb(18 18 121 / 92%);
    color: rgb(255, 255, 255);
    width: 100%;
    box-shadow: 1px 4px 14px 0px #4954e4f0;
    border-radius: 17px;
    
    
}
.h3{
    text-align: right;
}
#company:hover{
    color: rgba(51, 255, 0, 0.842);
    transition-duration: 0.5s;
}
#wed:hover{
    font-size: smaller;
    color: rgb(60, 0, 255);
    transition-duration: 0.5s;
}
.gpuimg{
    height: 450px;
    width: auto;
    margin: 15px;
}
.parent{
    display: flex;
    justify-content: center;
}
.tidle{
 padding: 15px;   
}
.gpuim{
    height: 430px;
    width: auto;
}

.allimg{
    display: inline-flex;
}

.gpuim{
    height: 60px;
    width: 60px;
}
.gpuim2{
    height: 60px;
    width: 60px;   
}

.gpuim3{
    height: 60px;
    width: 60px;   
}

.gpuim4{
    height: 60px;
    width: 60px;   
}

.gpuim:hover{
    border: solid 2px #e86e0e45;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    transition-duration: 0.5s;
}
.gpuim2:hover{
    border: solid 2px #e86e0e45;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    transition-duration: 0.5s;
}
.gpuim3:hover{
    border: solid 2px #e86e0e45;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    transition-duration: 0.5s;
}
.gpuim4:hover{
    border: solid 2px #e86e0e45;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    transition-duration: 0.5s;
}

.child.active{
    border: #e86e0e solid 2px;
    border-radius: 4px;
    width: 56px;
    height: 56px;
    margin-left: 25px;
}

.child{
    width: 60px;
    height: 60px;
    margin-left: 25px;
}

.ima1{
    height: 109%;
    width: auto;
}
.ima1:hover{
    transition-duration: 1s;
    transform: scale(1.07) rotate(-4deg);
}
.faceicon{
    height: 40px;
    width: auto;
    transform: translate(305px, 28px);
    border-radius: 6px;
}

.faceicon:hover{
    transform: rotate(1deg) translate(305px, 20px);
}

.greatgaming{
    height: 223px;
    width: auto;
}

.gratgaming{
    height: 100%;
    width: 100%;
}

h1{
    color:orange;
}
.lowprofile{
    display: flex;
    width: 90%;
    margin: 5%;
}

.img167{
    width: 100%;
    height: auto;
}
.low1{
    width: 50%;
    
}
.low2{
    width: 50%;
}
.img167:hover{
    width: 100%;
    height: auto;
    transform: scale(1.01) rotate(2deg);
    transition-duration: 2s;
}

.llls{
    padding: 0;
}

.i167{
    height: auto;
    width: 90%;
    margin: 4%;
}
.tyt{
    display: block;
}

.imagess{
    display: inline-block;
    align-items: center;
}

.h167{
    width: 16%;
    height: auto;
    margin-left: 3%;
}

.e1674{
    font-size: 15px;
}

.titles{
    background-image: url(bgdiv.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.foter{
    background-color: white;
    color: rgb(88 88 88);
    width: 90%;
    margin: 3% 5% 0% 5%;
}

.fot{
    padding: 0px;
    border-spacing: 4px;
    border-collapse: separate;
 
}
th,
td {
  width: 20%;
  text-align: center;
  padding: 5px;
}
thead{
    font-weight: bold;
}

td:hover{
    color: black;
    
}
.he{
    border-bottom: 1px solid rgb(88 88 88);
}

.he:hover{
    color: black;
    border-bottom: 1px solid black;
}

.zfot{
    display: inline-flex;
    background-color: white;
    width: 100%;
}

.zimg{
    height: 50px;
    width: auto;
    margin: 15px;
}

.zimg:hover{
    transform: scale(1.6) rotate(2deg);
    transition-duration: 1.4s;
}

.zdiv{
    margin: -1px;
    display: inline-flex;
    padding: 43px;
}