@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Quicksand:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;1,300&display=swap');

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10%;

    z-index: +9;
    max-width: 1778px;
    width: 91.666667%;

}

#slider .owl-dots .active span {
    background: #1e6da5;
    width: 20px;
    height: 10px;
    display: block;
    margin: 5px;
    border-radius: 100px;
    transition: all 1s;
    border: 0.5px solid white;
}

#slider .owl-dot span {
    background: rgba(0, 0, 0, 0.527);
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    border-radius: 100px;
    transition: all 1s;
    border: 0.5px solid white;
}

.owlCarowsel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10%;
    z-index: +9;
    max-width: 1778px;
    width: 91.666667%;

}

.owlCarowsel .owl-dots .active span {
    background: white;
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    border-radius: 100px;
    transition: all 1s;
    border: 0.5px solid white;
}

.owlCarowsel .owl-dot span {
    background: transparent;
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    border-radius: 100px;
    transition: all 1s;
    border: 0.8px solid white;
}