.underline{
    border-bottom: 1px solid white;
}
.img_slider{
  width: 100%;
}
.h-50{
  height: 500px !important;
}
.swiper-pagination-bullet{
  width: 1rem !important;
  height: 1rem !important;
  background: gray !important;
  opacity: 0.8 !important;
}
.swiper-pagination-bullet-active{
  background: red !important;
}
.card_slider{
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 1rem;
  top: 2rem;
  z-index: 99;
  background: #3f3f3f75;
  place-content: center;
  align-items: center;
  cursor:pointer;
}
.card_slider:hover{
  background: rgba(255, 255, 255, 0.445);
  color: black !important; 
  border: 1px solid black;
}
.card_slider1{
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 1rem;
  top: 12rem;
  z-index: 99;
  background: #3f3f3f75;
  place-content: center;
  align-items: center;
  cursor:pointer;
}
.card_slider1:hover{
  background: rgba(255, 255, 255, 0.445);
  color: black !important; 
  border: 1px solid black;
}
.card_slider2{
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 1rem;
  top: 22rem;
  z-index: 99;
  background: #3f3f3f75;
  place-content: center;
  align-items: center;
  cursor:pointer;
}
.card_slider2:hover{
  background: rgba(255, 255, 255, 0.445);
  color: black !important; 
  border: 1px solid black;
}
.img-slider-left{
  top: 0;
  bottom: 0;
  z-index: 99;
  left: 1rem;
  position: absolute;
  place-content: center;
  display: flex;
  flex-direction: column;
}


.swiper_pagination_2{
    top: 6rem !important; 
  }

.line_red{
  height: 0.5rem;
}
.cards_menus{
  position: absolute;
  top: -2.1rem;
  left: 0;
  right: 2rem;
  z-index: 99;
  border: 0 !important;
  background: rgba(238, 237, 237, 0.534);
}
.text-transparent{
  visibility: hidden;
}
.img_hands{
  width: 6rem;
  height: 6rem;
}
.active_menu_card{
  background: rgba(197, 197, 197, 0.534);
}
.fs-4{
  font-size: 1.2rem;
}
.fs-5{
  font-size: 1.1rem;
}

.fs-1{
  font-size: 1.8rem;
}
.h-100{
    height: 100px !important;
    margin-bottom: 1rem;
  }

.bg-gray{
  background: rgba(218, 216, 216, 0.397);
}
.text-gray{
  color: gray !important;
}
.cursor-pointer{
  cursor: pointer;
}
.map{
    border: 8px solid #b7b7b7;
    width: fit-content
}
footer{
  border-top: 8px solid red;
}   



@media (max-width: 575px) {
    .cards_menus{
        position: relative;
    }
  }