#reviews-section{z-index:0;padding:50px 0;position:relative;background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;background-image:url(../images/reviews-bg.jpg)}#reviews-section:before{top:0;left:0;z-index:-1;content:'';width:100%;height:100%;position:absolute;background-color:rgb(0 0 0 / .7)}#reviews-section .section-title{color:#fff;text-align:center}#reviews-slider{text-align:center;display:inline-block;width:100%;position:relative}#reviews-slider .reviews{margin:50px 100px;position:relative;height:150px;overflow:hidden}#reviews-slider .reviews .review{width:100%;height:100%;position:absolute;top:0;left:-100%;flex-direction:column}#reviews-slider .reviews .review.active{left:0}#reviews-slider .reviews .review .name{font-size:18px;font-weight:700;color:#e93e21;margin-bottom:20px}#reviews-slider .reviews .review .feedback{font-style:italic;letter-spacing:1px;color:#fff}#reviews-slider .button-action a{color:#fff;height:40px;width:40px;border-radius:2px;background:#000;text-decoration:none;position:absolute;top:50%;transform:translateY(-50%)}#reviews-slider .button-action .prev{left:0}#reviews-slider .button-action .next{right:0}#reviews-slider .item-action .nav{height:10px;width:10px;background-color:#fff;border-radius:50%;margin:0 5px;cursor:pointer;transition:background-color 0.5s}#reviews-slider .item-action .nav:hover{background-color:#e93e21}#reviews-slider .item-action .nav.active{background-color:#e93e21;width:25px;border-radius:30px;height:11px;cursor:auto}@keyframes next1{from{left:0%}to{left:-100%}}@keyframes next2{from{left:100%}to{left:0%}}@keyframes prev1{from{left:0%}to{left:100%}}@keyframes prev2{from{left:-100%}to{left:0%}}@media(max-width:992px){#reviews-slider .reviews{margin:50px 70px;height:300px}}@media(max-width:423px){#reviews-slider .reviews{height:350px}}@media(max-width:384px){#reviews-slider .reviews{height:500px}}