.section_5
{
    width: 80%;
    margin: auto;
    /* padding-top: 80px;
    padding-bottom: 50px; */
}
.section_5_Container
{
  margin-top: 3%;
}

.section_5_mainContainer
{
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0%;
    
}
.section_5Data_text3
{
  font-size: 1.4vw;
  margin-bottom: 4%;
}

#backBtn
{
  width: 4%;
  cursor: pointer;
  margin-left: -4%;
}
#backBtn svg , #nextBtn svg
{
  filter: drop-shadow(0px 1px 0.15px #B2B2B2);
  fill: #949494;
}
#nextBtn
{
  width: 4%;
  cursor: pointer;
  margin-right: -4%;
}
.gallery
{
    width: 100%;
    display: flex;
    overflow-x: scroll;
}
.gallery::-webkit-scrollbar
{
    display: none;
}
.section_5_mainContainer_BoxContentImage:hover
{
    /* filter: grayscale(100%);
    cursor: pointer;
    transform: scale(1.1); */
}
.galleryContainer
{
  width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-gap: 1%;
    padding: 1% 0% 1% 1%; */
    flex: none;
}
.section_5_mainContainer_BoxContent
{
  width: 99%;
  position: relative;
   
}
.section_5_mainContainer_BoxContentImage
{
  width: 99%; 
  /* filter: grayscale(0%);
  transition: transform 0.5s ease-in-out;
  transform: scale(1); */
  height: 25vh;
  background-position: center;
  background-size: 100% 100%;
  object-position: center;
  object-fit: cover;
}

.section_5_Container1 h1
{
  font-size: 36px;
  font-weight: 600;
  padding-top: 0;
}
.section_5_Container1 h2
{
  padding: 15px 0 25px;
  color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.section_5_mainContainer_Box_0
{
  flex-basis: 25%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.section_5_mainContainer_Box_1
{
  flex-basis: 25%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.section_5_mainContainer_Box_2
{
  flex-basis: 25%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.section_5_mainContainer_BoxContentTextCont
{
    /* background: rgba(226, 0, 0, 0.7); */
    /* background: rgb(1 1 1 / 31%); */
    height: 96.5%;
    width: 99%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    text-align: center;
}
.section_5_mainContainer_BoxContentTextCont:hover
{
    background: transparent;
}
.section_5_mainContainer_BoxContentText
{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 2vw;
    bottom: 49%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 1;
    transition: 0.5s;
}
.section_5_mainContainer_BoxContentTextCont:hover .section_5_mainContainer_BoxContentText
{
    bottom: 0%;
    opacity: 0;
}

@media (min-width: 782px)
{
.section_5Data_text3 {
    font-size: 2vw;
    width: 95%;
    line-height: 1.4;
    font-family: sans-serif;
    font-weight: 300;
    color: #777;
}
}

@media (max-width: 781px)
{
.section_5Data_text3 {
    font-size: 2.7vw;
    line-height: 1.2;
    font-family: sans-serif;
    font-weight: 300;
    color: #777;
}
}