* {
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Roboto", sans-serif;
    background: #f7f6ff;
  }
  
  h2 {
    margin: 16px;
  }
  
  .container {
    margin-top: 100px;
    padding: 32px;
  }
  
  .select-box {
    display: flex;
    width: 400px;
    flex-direction: column;
  }
  
  .select-box .options-container {
    background:rgb(5, 5, 86);
    color: #f5f6fa;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
  
    order: 1;
  }
  
  .selected {
    background: rgb(5, 5, 86);
    width: 15%;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #f5f6fa;
    position: absolute;
    top: 65%;
  
    order: 0;
  }
  
  .selected::after {
    content: "";
    background: url("Arrow-Down-PNG-Image.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;
  
    transition: all 0.4s;
  }
  
  .select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
  }
  
  .select-box .options-container.active + .selected::after {
    transform: rotateX(180deg);
    top: -6px;
  }
  
  .select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background:rgb(5, 5, 86);
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .options-container::-webkit-scrollbar-thumb {
    background:rgb(5, 5, 86);
    border-radius: 0 8px 8px 0;
  }
  
  .select-box .option,
  .selected {
    padding: 12px 24px;
    cursor: pointer;
  }
  
  .select-box .option:hover {
    background:rgb(5, 5, 86);
  }
  
  .select-box label {
    cursor: pointer;
  }
  
  .select-box .option .radio {
    display: none;
  }
  .skills button{
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    border-radius: 7px;
    padding: 8px;
    width: 200px;
    background-color:rgb(5, 5, 86);
    color: white;
    cursor: pointer;
    position: absolute;
    top: 65%;
    left: 30%;
}
.selected:hover{
    background-color: rgb(5, 5, 86);
}
.skills button:hover{
    transition: 1s;
    background-color: rgb(5, 5, 86);
    color: #00999c;
}
@media screen and (max-width:600px){
    .skills button{
        font-size: 19px;
        padding: 5px;
        width: 160px;
    }
}
.skills::after {
    content: "";
    background: url("click.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 32px;
    top: 66%;
    left:40% ;
    transition: all 0.4s;
  } 
  #abc{
    position: absolute;
    top: 20%;
    left: 33%;
    font-size: 195%;
  }
  a{
    color: white;
    text-decoration: none;
  }
  



  body{
    padding-left: 8rem;
    padding-right: 8rem;
}
#ad-im1{
    margin-left: 5rem;
}
#price{
    padding-bottom: 2rem;
    border-bottom:  2px dashed black;
}
#btn1{
    margin-top: -2.9rem;
    margin-left: 8.5rem;
}
.b1{
  margin-left: 30%;
}
.t1{
  background-color: black;
  font-size: 28px;
}
.b2{
  margin-left: 30%;
}
.t2{
  background-color: black;
  font-size: 28px;
}
.b3{
  margin-left: 30%;
  border: none;
}
.t3{
  width: fit-content;
    margin:auto;
    /* margin-top:10px; */
    padding: 10px 15px;
    cursor: pointer;
    background-color: rgb(7, 7, 86);
    border-radius: 3px;
    font-size: large;
    color: rgb(240, 236, 236);
    border: none;
}
.h1:hover {
  transform: translateY(-50px);
}
.h2:hover {
  transform: translateY(-50px);
}
.h3:hover {
  transform: translateY(-50px);
}
.car{
  text-decoration: none;
  color: white;
}
.car:hover{
  color: black;
}