/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
 
 
}


.swiper{ position: relative;
         width: 100%;
          }

.swiper-piso{ width: 100%;
              height: 100px;
              overflow: hidden;

               }
.swiper-piso img{ width: 100%;max-width: 100% }

.slide-container { overflow: hidden;}


.swiper-wrapper { position: relative;
                  display: flex;
                  width: 100%;}


.image-box{ text-align: center;
            position: relative; }


.image-box img { width: 100%;max-width: 440px}

.image-box h1{   font-family: mangalregular;
                 font-size: 15px;
                 color: #222;
                 margin: 0;
                 letter-spacing:;
                 font-weight: 300;
                 padding: 0px 0px 0px 0px}

.image-box h2{   font-family: renogare;
                 font-size: 16px;
                 color: #FF0000;
                 margin: 0;
                 letter-spacing:;
                 font-weight: 300;
                 line-height: 10px;
                 padding: 0px 0px 10px 0px
                 }

.image-box .icon-eye{ font-size: 30px;
                      color: #ff0000;
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      transform: translateX(-50%)
                      translateY(-50%);
                      transition: 0.5s;
                      opacity: 0}

.image-box:hover .icon-eye{ opacity: 1}



.profile-details {
                    display: flex;
                    align-items: center;
                    column-gap: 12px;
                    padding: 15px;
}

.swiper-next { width: 60px;
               height: 60px;
               
               position: absolute;
               top: 50%;
               left: 0;
               transform: translateY(-50%);
               z-index:1;
               text-align: center;
               cursor: pointer;}

.swiper-next span{ font-size: 50px;
                   color: #ff0000;
                   line-height: 60px;
                   transition: 0.5s } 

.swiper-next:hover span{ color: #222  }                                

.swiper-prev { width: 60px;
               height: 60px;
               
               position: absolute;
               top: 50%;
               right:0;
               transform: translateY(-50%);
               right:0;
               z-index:1;
               text-align: center;
               cursor: pointer;}

.swiper-prev span{ font-size: 50px;
                   color: #ff0000;
                   line-height: 60px;
                   transition: 0.5s } 
.swiper-prev:hover span{ color: #222  }


.swiper-pagination-bullet {
  background-color: #333;
}

@media screen and (max-width: 768px) {


.image-box h1{   font-size: 12px;
                 margin: 0;
                 }

.image-box h2{   font-size: 12px;
                 margin: 0;
                 
                 line-height: 10px;
                 padding: 0px 0px 10px 0px
                 }


  
}
