.slick-slider{
    overflow: hidden;
}
.slick-list{
    height: 34vw;
    width: 100%;
}
.arrow-left{
    position: absolute;
    top: 45%;
    left: -5%;
    z-index: 50;
    transition: 0.5s;
}
.arrow-right{
    position: absolute;
    top: 45%;
    left: 110%;
    z-index: 50;
    transition: 0.5s;
    overflow: hidden;
}
.sleek-arrow :hover{
    transform: scale(1.1,1.1);
    cursor: pointer;
}
.slider-icon{
    height: 20px;
    width: 15px;
    color: rgb(195, 195, 195);
}
.slick-dots {
	display: flex;
	justify-content: center;	
	margin: 0;
	padding-bottom: 2rem;
	list-style-type: none;
}
.slick-dots	li {
    margin: 0 0.25rem;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    padding: 5px;
    background-color:rgba(200, 200, 200, 0.9);
}
.slick-dots button {
    border-radius: 100%;
    text-indent: -9999px;
}	
.slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.9);
}
.image-slider{
    height: 34vw;
}
.image-item{
    position: relative;
    height: 34vw;
}
h1{
    line-height: 1.1;
}
.image-item .text-block{
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 13%;
    background: rgb(33, 90, 65);
    background: rgba(33, 90, 65, 0.8);
    color: rgb(255, 255, 255);
    padding: 90px 30px;
}
.text-block h1{
    font-size: 1.85em;
    font-weight: 300;
    margin-bottom: 10px;
}
.text-block p{
    font-size: 1.1vw;
}
.block-btn{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.5em;
    border: none;
    font-size: small;
    padding: 12px 20px;
    color: #205a41;
    text-decoration: none;
    margin-top: 6vh;
}
.block-btn:hover{
    color: #205a41;;
    text-decoration: none;
    cursor: pointer;
}
.block-btn a{
    text-decoration: none;
    color: #205a41;
}
.block-btn:hover a{
    text-decoration: none;
    color: #205a41;
    cursor: pointer;
}
.sliding-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

@media screen and (max-width:2000px) and (min-width:1600px){
    .text-block h1{
        font-size: 1.95em;
    }
    .image-item .text-block{
        padding: 115px 30px; 
    }
    .block-btn{
        margin-top: 6.5vh;
    }
}

@media screen and (max-width:1200px){
    .image-item .text-block{
        padding: 60px 30px; 
    }
    .block-btn{
        margin-top: 3vh;
    }
}

@media screen and (max-width: 1024px){
    .image-item .text-block {
        padding: 45px 3vw 0 3vw;
    }
    .text-block h1{
        font-size: 1.5em;
    }
    .block-btn{
        margin-top: 2.5vh;
    }
}

@media screen and (max-width: 767px){
    .slick-list{
        height: 320px;
    }
    .image-slider{
        height: 320px;
    }
    .image-item{
        height: 320px;
    }
    .image-item .text-block{
        width: 300px;
        padding: 8vh 3vw 0 3vw;
    }
    .text-block h1{
        line-height: 1.15em;
        font-size: 1.95em;
    }
    .text-block p{
        font-size: 0.9em;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 480px){
    .image-item .text-block{
        width: 75%;
        left: 0;
    }
    .text-block h1{
        font-size: 1.5em;
    }
    .slick-dots{
        position: absolute;
        top: 96%;
    }
    .image-slider{
        height: 345px;
    }
    .slick-slider{
        margin-bottom: 15px !important;
    }
    .slick-dots li button{
        background-color:rgba(54, 54, 54, 0.9);
    }
    .slick-dots li.slick-active button {
        background-color: rgba(24, 24, 24, 0.9);
    }
    .block-btn{
        margin-top: 1.5vh;
    }
}