@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #F9F9F9;
}


.swiper-pagination-bullet{
    width: 2rem !important;
    height: .75rem !important;
    border-radius: 2rem !important;
    background-color: #DDBA60 !important;
    opacity: 50% !important;
    transition: all .3s ease-in-out;
}

.swiper-pagination-bullet-active{
    box-shadow: 0 0 10px 0 #DDBA60;
    background-color: #DDBA60 !important;
    opacity: 100% !important;
    width: 4.375rem !important;
    height: .75rem !important;
}

.swiperBanner .swiper-button-prev{
    display: none !important;
}
.swiperBanner .swiper-button-next{
    right: 3rem !important;
}

.swiper-button-prev, .swiper-button-next{
    width: 3rem !important;
    height: 3rem !important;
    background-color: #DDBA60;
    border-radius: 100%;
    color: white !important;
    font-size: 1.5rem !important;
    opacity: 50%;
    transition: all .2s ease-in-out;
}

.swiper-button-prev:hover, .swiper-button-next:hover{
    opacity: 100%;
    box-shadow: 0 0 10px 0 #DDBA60;
}

.swiper-button-prev::after, .swiper-button-next::after{
    content: '' !important;
}
