.woodmart-easyslider-wrapper{
width: 100%;
height: 600px;
overflow: hidden;
}
.easyslide-owl-carousel .owl-stage{
display: flex;
height: 600px; }
.woodmart-easyslider-item{
position: relative;
width: 100% !important;
height: 600px;
}
.woodmart-easyslider-item img{
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.woodmart-easyslider-item .easyslider-content{
position: relative;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: flex-start;
height: 100%;
width: 40%;
margin-left: auto;
margin-right: 5rem;
padding-top: 5%;
}
@media (max-width: 991px) {
.woodmart-easyslider-item .easyslider-content{
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
margin-left: 0;
margin-right: 0;
padding: 0 5rem;
text-align: center;
padding-top: unset%;
}
}
@media (max-width: 576px) {
.woodmart-easyslider-item .easyslider-content{
padding: 0 2rem;
}
}
.woodmart-easyslider-item .easyslider-content h1{
font-family: Arial;
color: #fff;
text-decoration: none;
white-space: normal;
line-height: 80px;
text-shadow: rgb(0 0 0 / 75%) 7px 7px 10px;
letter-spacing: 0px;
font-weight: 600;
font-size: 60px;
box-shadow: rgb(0 0 0 / 50%) 0px 0px 0px 0px;
}
@media (max-width: 991px) {
.woodmart-easyslider-item .easyslider-content h1{
font-size: 55px;
line-height: 55px;
margin-bottom: 80px;
text-shadow: rgb(0 0 0 / 75%) 1px 1px 3px;
box-shadow: rgb(0 0 0 / 50%) 0px 0px 0px 0px;
}
}
.woodmart-easyslider-item .easyslider-content h3{
font-size: 24px;
}
@media (max-width: 991px) {
.woodmart-easyslider-item .easyslider-content h3{ margin-bottom: 50px;
}
}
.woodmart-easyslider-item .easyslider-content a {
color: #fff;
background-color: #2d72fb;
padding: 12px 35px;
border: 1px solid #2d72fb;
border-radius: 90px;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
transition: background-color 0.3s, border-color 0.3s  ;
}
.woodmart-easyslider-item .easyslider-content a:hover { background-color: #000;
border-color: #000;
}