#Home_img .content{
  position: relative;
  width: 70%;
  height: 500px;
  background: border-box;
  display: -webkit-box;
  overflow: hidden;
}
#Home_img .content:hover .Home_img>div{
  box-shadow: inset 1px 1px 200px 50px #00000047;
}
.Home_img>div{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 30px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: 1s;
  opacity: 0;
}
.Home_img .sel{
  opacity: 1 !important;
}
#Home_img #img5:hover #Img_left_Btn, #Home_img *:hover #Img_left_Btn{
  left: 0;
}
#Home_img #img5:hover #Img_right_Btn, #Home_img *:hover #Img_right_Btn{
  right: 0;
}
.Btn {
  margin: auto 0;
  position: absolute;
  transition: .5s;
  height: 60px;
  top: 230px;
  z-index: 5;
}
.Btn:hover {
  background-color: #80808091;
}
#Img_left_Btn{
  left: -60px;
  width: 50px;
  background: url(https://img.icons8.com/ios/100/000000/chevron-left.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffffd6;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  filter: invert(90%);
}
#Img_right_Btn{
  right: -60px;
  width: 50px;
  background: url(https://img.icons8.com/ios/100/000000/chevron-right.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffffd6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  filter: invert(90%);
}
#Home_img .circle_wrap{
  position: absolute;
  left : 50%;
  transform: translate(-50%);
  display: flex;
  bottom: -20px;
  z-index: 3;
  transition : 0.5s;
}
#Home_img .content:hover .circle_wrap{
  bottom: 15px;
}
.circle{
  margin: auto;
  background: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;;
  margin: auto 5px;
  transition: 0.7s;
}
.top_circle{
  width:15px;
  height: 15px;
}
#home .img_detail{
  width: 30%;
  height: -webkit-fill-available;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.img_detail>div{
  text-align: center;
  background-position: center;
  background-size: contain;
  transition: opacity 1s linear;
}
#Home_img .img_detail>div>div>p{
  text-align: left;
}
#Home_img .img_detail .sel{
  height: 100%;
  opacity: 1 !important;
  cursor: pointer;
}
#Home_img .img_detail>div:not(.sel){
  height: 0;
  overflow: hidden;
}
#Home_img .img_detail>div>div>p:nth-child(1){
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  width: max-content;
  font-size: 20px;
}
/* #Home_img .img_detail>div>div>p:nth-child(2) {
  font-weight: bold;
} */
@media screen and (max-width: 800px) {
  #home .img_detail {
    height: max-content;
  }
  #home_Content{
    display: none;
  }
}
