/* home */
:root{
    --black: #101010;
    --white: rgb(241, 206, 206);
}
body{
    background-color: var(--black);
    overflow-x: hidden;
}
.text{
    font-weight: 900;
    font-family: orbitron;
    color: var(--white);
}
#btn-box{
    display: flex;
    /* border: 1px solid white; */
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: orbitron;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: center;
    gap: 30px;

}
#btn-box button{
    height: 70px;
    width: 250px;
    border: none;
    font-size: 18px;
    font-family: orbitron;
    font-weight: 600;
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 10px;
    transition: .5s ease-out;
}
#btn-box button:hover{
    background-color: var(--white);
    color: var(--black);
}
.links{
    text-decoration: none;
    color: var(--white);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* border: 1px solid red; */
    height: 67px;
    width: 250px;
    position: relative;
    right: 8px;
    border-radius: 10px;
    display: block;
}
.links:hover{
    color: var(--black);

}
/* box shadow */
#nav{
    /* border: 2px solid yellow; */
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.nav-links{
    text-decoration: none;
    font-family: orbitron;
    color: var(--white);
    /* border: 2px solid yellow; */
    border-top: 1px solid var(--black);


}
.nav-links:hover{
    border-top: 1px solid var(--white);
}
.box-header{
    background-color: var(--white);
    border-radius: 3px 3px 0px 0px;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.box-header p{
    /* border: 2px solid red; */
    height: 20px;
    font-family: orbitron;
    color: var(--black);
    font-size: 15px;
    
}



#controls1{
    border: 1px solid rgba(255, 255, 255, 0.267);
    height: 560px;
    display: flex;
    flex-direction: column;
    width: 325px;
    margin-top: 10px;
    margin-left: 10px;
}
.c1{
    border: 1px solid rgba(255, 255, 255, 0.082);
    width: 325px;
    height: 78px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px !important;
    box-sizing: border-box;
    gap: 50px;
}
.c2{
    border: 1px solid rgba(255, 255, 255, 0.082);
    width: 313px;
    height: 78px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    gap: 6px;
    /* border: 1px solid blue; */

}
.c3{
    border: 1px solid rgba(255, 255, 255, 0.082);
    width: 313px;
    height: 78px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    gap: 6px;
    /* border: 1px solid blue; */

}
.c3-a{
    /* border: 2px solid red; */
    height: 30px;
    width: 50px;
}
.c3-b{
    /* border: 2px solid yellow; */
    width: 120px;
    margin-left: 180px;
    position: relative;
    height: 35px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c3-b p{
    color: var(--white);
    font-family: orbitron;
    font-size: 10px;
}
.c1-a{
    /* border: 1px solid red; */
    height: 70px;

} 
.c1-b{
    /* border: 1px solid red; */
    height: 70px;
    position: relative;
    bottom: 20px;
    right: 55px;
    box-sizing: border-box;

} 
.c1-a p{
    color: var(--white);
    font-family: orbitron;
    font-size: 14px;
}
.c1-b h6{
    color: var(--white);
    font-family: orbitron;
    font-size: 14px;
    /* border: 1px solid blue; */
}
.ranges{
    width: 250px;
}
.c2-a{
    /* border: 2px solid red; */
    height: 30px;
    width: 150px;
}
.c2-a p, .c3-a p{
    color: var(--white);
    font-family: orbitron;
    font-size: 14px;
}
.c2-b{
    border: 1px solid rgba(255, 255, 255, 0.226);
    border-radius: 5px;
    height: 30px;
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    /* right: 20px;
    position: relative;
    top: 35px; */
    /* border: 1px solid red; */
    margin-left: 120px;

}
.c2-b p{
    font-family: orbitron;
    color: var(--white);
    font-size: 12px;
}
#color2{
    width: 30px;
    height: 30px;
    
}
.rgb{
    width: 40px;
    font-family: orbitron;
}
label{
    font-family: orbitron;
    color: var(--white);
    font-size: 12px;
}
.c4-b{
    /* border: 2px solid red; */
    margin-top: 5px;
    width: 250px;
    display: flex;
    gap: 19px;
    margin-left: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4e4c4c;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #c5cace;
}

input:focus + .slider {
  box-shadow: 0 0 1px #c5cace;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#box2{
    /* border: 2px solid red; */
    height: 800px;
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 200px;
    box-sizing: border-box;
}
#result1 h5{
    font-family: orbitron;
    color: var(--white);
    font-size: 18px;
    /* position: absolute;
    top: 850px;
    left: 780px; */
    border: 2px solid var(--black);
    background-color: var(--black);
    padding: 10px;

}
#boxes1{
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 1000px; */
    /* gap: 200px; */
}
#output1{
    /* border: 2px solid white; */
    background-color: #ffffff;
    height: 400px;
    width: 400px;
    box-shadow: 10px 10px 5px 0px rgb(118, 118, 118);
}
#box1{
    border: 1px solid var(--white);
    box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    height: 624px;
    width: 347px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    /* margin-left: 100px; */
    /* position: relative;
    right: 100px; */
}
