
:root {
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}

.container100 {
  text-align: center;
  background: linear-gradient(35deg, #00309b, #00064b);
}
/* <select> styles */
select {
  /* Reset */
  appearance: none;
  border: 0;
  outline: 0;
  font: inherit; 
  /* Personalize */
  width: 20rem;
  padding: 1rem 4rem 1rem 1rem;
  background: var(--arrow-icon) no-repeat right 0.8em center / 1.4em,
    linear-gradient(to left, var(--arrow-bg) 3em, var(--select-bg) 3em);
  color: rgb(51, 255, 0);
  border-radius: 0.25em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #00064b;
  /* Remove IE arrow */
  &::-ms-expand {
    display: none;
  }
  /* Remove focus outline */
  &:focus {
    outline: none;
  }
  /* <option> colors */
  option {
    color: inherit;
    background-color: var(--option-bg);
  }
}

@media (max-width:800px) {
  select{
      width: 48%;
  }

}

.divlyers{
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 15px 10px;
}
.divimgs{
    margin: 5px;
    width: 100%;
    height: 430px;
    box-shadow: rgb(100 100 111 / 50%) -10px 5px 7px 0px;
    border: 3px solid white;
    border-radius: 15px;
    background-color: aliceblue;
    position: relative;
} 

.xd655{
    width: 100%;
    height: 380px;
    border-radius: 15px 15px 0 0;

}
.divimgs:hover{
    transform: scale(1.5);
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    z-index: 999;
}


.whasap{
    background-color: greenyellow;
    padding: 5px;
    border: 2px solid white;
    color: black;
    
}
.procepcs{
  position: absolute;
  top: 5%;
  left: 2%;
  
}
.procepcs img{
  width: 50px;
  
}
.videopcs{
  position: absolute;
  top: 5%;
  left: 12%;
  
}
.videopcs img{
  width: 50px;
  
}
.casepcs{
  position: absolute;
    top: 10%;
    left: 22%;
    width: 58%;
    height: 50%;
    object-fit: contain;
  
}
.casepcs img{
  width: 100%;
  max-height: 100%;
  
}
.monitorpcs{
  position: absolute;
  top: 20%;
  left: 3%;
  width: 44%;
  height: 37%;
  object-fit: contain;
  
}
.monitorpcs img{
  width: 100%;
  max-height: 100%;
  
}
.componenpcs{
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  display: flex;
}
.componenpcs div{
    width: 20%;
    padding: 0;
    font-size: 15px;
    text-align: center;
    font-family: fantasy;

}
.preciopcs{
    background-color: black;
    border-radius: 5px;
    position: absolute;
    bottom: 67px;
    left: 35%;
    width: 31%;
    height: 35px;
    text-align: center;
}
.preciopcs span{
  color: #ffd817;
  font-size: 25px;
  font-family: fantasy;
}


