#thumbnail-slider .splide__slide {
opacity: 0.7;
border: none;
transition: opacity 0.3s;
margin-top: 15px;
border-radius: 20px;
overflow: hidden; text-align: center;
}
#thumbnail-slider .splide__slide img {
margin-bottom: 20px;
} #thumbnail-slider .splide__slide.is-active {
opacity: 1;
}
#thumbnail-slider  .splide__slide {
background-size: cover; background-position: center; width: 32% !important;
height: 120px !important; } #main-slider .splide__slide,
#main-slider .splide__slide img {
border-radius: 20px;
overflow: hidden;
margin-bottom: 20px;
}
.gallery-container{
padding:30px;
} #main-slider {
position: relative;
}
#main-slider .splide__slide{ 
text-align: center;
}
#main-slider .splide__slide img {
margin: 50px;
}
#main-slider  .splide__slide {
background-size: cover; background-position: center; width: 100% !important;
height: 400px !important; } .custom-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: transparent; border: none;
cursor: pointer;
outline: none; }
.custom-arrow:hover,
.custom-arrow:focus,
.custom-arrow:active {
background: transparent;
} .custom-prev {
left: -50px; } .custom-next {
right: -50px; } .custom-arrow svg {
display: block;
}