@import url('https://fonts.googleapis.com/css2?family=Genos:wght@300&family=Racing+Sans+One&family=Rubik+Iso&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global css */
.p-sm{
    font-size: 1.2vmax;
    font-weight: 500!important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-spacing: 0.2vmax;
    letter-spacing: 0.2vmax;
}

.testimonial-container {
    text-align: center;
    width: 80%;
    /* max-width: 600px; */
    /* background: white; */
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
}

.h2 {
    width: 80%;
    font-size: 2.5vmax;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

/* .h2:after {
    content: "";
    display: block;
    width: 20%;
    height: 5px;
    background-color: orange;
    margin: 10px auto 0;
} */

.testimonial-slider {
    /* position: relative; */
    overflow: hidden;
}

.slide {
    /* display: none; */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

/* .slide.active {
    display: flex;
} */

.slide img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.slide h4 {
    margin: 10px 0;
    color: orange;
}

.slide p {
    font-size: 16px;
    color: black;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #4CAF50;
}

.banner-heading{
    font-size: 3.7vmax;
    margin: 1vmax 0;
}

.banner-heading1{
    font-style: 2vmax!important;
    margin: 0.68vmax 0;
}