.image-carousel {
width: 100%;
box-sizing: border-box;
}
.image-carousel .top-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
.image-carousel .top-head a{
font-weight: 500;
font-size: 17px;
line-height: 32px;
letter-spacing: 0px;
color: var(--secondary-color);
position: relative;
padding-right: 30px;
}
.image-carousel .top-head a::after {
content: "";
position: absolute;
right: 0px;
width: 20px;
height: 20px;
background-image: url(https://rinxs.nl/wp-content/uploads/2025/07/right-blue.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 19px;
top: 6px;
transition: transform 0.3s ease;
}
.image-carousel .top-head a:hover::after {
transform: translateX(4px);
transition: transform 0.3s ease;
}
.image-carousel__slider-wrap {
position: relative;
}
.image-carousel__slider .slick-slide {
margin: 0 15px;
}
.image-carousel__slider .slick-list {
margin: 0 -15px;
}
.image-carousel__slide {
position: relative;
overflow: hidden;
}
.image-carousel__img {
display: block;
width: 100%;
object-fit: cover;
height: 310px;
border-radius: 10px;
aspect-ratio: 1.0903;
}
.image-carousel__title {
font-weight: 700;
font-size: 38px;
line-height: 56px;
letter-spacing: 0px;
color: var(--secondary-color);
margin: 0;
}
.image-carousel__slider .slick-dots {
display: flex;
justify-content: left;
align-items: center;
margin-top: 30px;
bottom: -50px;
}
.image-carousel__slider .slick-dots li{
margin: 0;
}
.image-carousel__slider .slick-dots .slick-active button:before{
color: #0A1F31;
opacity: 1;
}
.image-carousel__slider .slick-dots li button{
padding: 0;
}
.slick-dots li button:before{
color: #F1F1F1;
opacity: 1;
font-size: 10px;
}
.slider-controls .next-image{
transform: rotate(180deg);
}
.gap-20{
gap: 15px !important;
}
@media (max-width: 1440px) {
.image-carousel__slide-content {
width: 100% !important;
box-sizing: border-box;
}
}
@media (max-width: 1150px) {
.image-carousel__container .image-carousel-content-main .button-flex {
width: 30% !important;
}
.image-carousel__container .image-carousel-content-main .width-50 {
width: 70%;
}
}
@media (max-width: 950px) {
.image-carousel__container .image-carousel-content-main {
flex-direction: column;
}
.image-carousel-content-main {
margin-top: 30px;
}
.button-flex {
margin-bottom: 40px;
}
.image-carousel__slide-content,
.image-carousel__container .image-carousel-content-main .width-50 {
width: 100%;
}
.image-carousel__container .image-carousel-content-main .button-flex {
width: 100% !important;
}
.image-carousel__slide-content {
width: calc(100% - 0px);
box-sizing: border-box;
}
.image-carousel__title {
font-size: 38px;
line-height: 45px;
}
.image-carousel__slider .slick-dots{
bottom: -60px;
}
}
@media (max-width: 700px){
.image-carousel .top-head{
flex-direction: column;
align-items: baseline;
gap: 15px;
}
}
@media (max-width: 600px){
.image-carousel__img{
height: 350px;
}
.image-carousel__title {
font-size: 32px;
line-height: 100%;
}
}