.dynamic-owl-slider{padding-top:60px;}

.dynamic-owl-slider .owl-dots{
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 10%;
    box-sizing: border-box;
}
.dynamic-owl-slider .owl-dots .owl-dot{
	width: 14px;
	height: 14px;
    background: #fcf7e1;
    border-radius: 100px;
    border: 1px solid #a4a4a4;
}
.dynamic-owl-slider .owl-dots .owl-dot.active{
    background:#5a1328;
	border: 1px solid #5a1328;
}
.dynamic-owl-slider .elementor .elementor-section{
    width:100% !important; left:0px !important;
}

.owl-dots::after {
    position: absolute;
    content: "";
    width: 80%;
    background: #202020;
    height: 2px;
    top: 6px;
    z-index: -1;
}

.dynamic-owl-slider .owl-nav{
    position: absolute;
    width: 50%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: end;
    right: 0;
	gap: 20px;
}
.dynamic-owl-slider .owl-nav button{
    font-size: 36px !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	
	border-radius: 100px;
	border: 1px solid #a4a4a4 !important;
	
}

.dynamic-owl-slider .owl-nav button span{
	margin-top: -4px;
}

@media only screen and (max-width: 600px) {
    .dynamic-owl-slider .owl-nav{
        width: 100%;
        bottom: 5%;
    }
    .dynamic-owl-slider{
        padding-bottom:60px;
    }
}