*{
    font-family: b;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




  .swiper125{
    max-width: 92%;
    margin: auto;
    height: 600px;
   
  }
  .detail{
    max-width: 1425px;
    height: 500px;
    margin-left: 50px;
    margin-top: 50px;
    /* background-color: red; */
  }
  .form12{
    float: right;
    width: 350px;
    height: 450px;
    margin-right: 25px;
    background-color: rgb(55, 167, 100);
    box-shadow: 0px 0px 5px 2px gold;
    border-radius: 10px;
    
  }
  .price12{
    width: 60%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .form12 input{
    padding-left: 10px;
    border-radius: 10px;
    margin-left: 25px;
    margin-top: 20px;
    width: 300px;
    height: 50px;
    
  }
  .clear{
    clear: both;
  }
  .form12 input:focus{
    box-shadow: 0px 0px 2px 2px rgb(4, 196, 249);
    outline: none;
    
  }
/* 
  .swiper .swiper-wrapper .swiper-slide img{
    width:;
    height: 100%;
  } */
  