
@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
    }
    .custom-carousel-nav{
        position: absolute;
        margin-top: -35px;
        right: 0;
        top: -32px;
        z-index: 99999;
        display: flex;
        gap: 7px;
    }
    button.owl-prev{
        border: none;
        /* width: 32px;
        height: 32px; */
         background-color: rgb(255, 255, 255);
        /* color: #6691e7;
        border-radius: 50%; */
    }
    button.owl-next{border: none;
        /* width: 32px;
        height: 32px; */
        background-color: rgb(255, 255, 255); 
        /* color: #6691e7;
        border-radius: 50%; */
    
    }
    .swiper, .swiper-container{overflow: visible!important;}
    .owl-carousel .owl-item img{height: 150px!important;}