@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

* {
    margin: 0;
    scroll-behavior: smooth;
    padding: 0;
}

@layer {
    body {
        font-family: 'Poppins',
            sans-serif !important;
        font-weight: 400;
        max-width: 1920px;
        margin: 0 auto !important;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px white;
    }

    ::-webkit-scrollbar-thumb {
        background: #22649D;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #22649D;
    }
}

.sponser_bg {
    clip-path: polygon(26% 0, 100% 0, 100% 49%, 66% 100%, 0 100%, 0 41%) !important;
}

.responsive .slick-dots li button:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    content: "" !important;
    opacity: 100% !important;
    border-radius: 50%;
}

.responsive .slick-dots li.slick-active button:before {
    opacity: 100% !important;
    color: #f59330;
    background-color: #f59330;
    border: none;
}

.responsive .slick-dots li button {
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
}

.responsive .slick-dots li {
    width: 15px !important;
    height: 15px !important;
}

@media (max-width: 1279.98px) {
    .sponser_bg {
        clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%) !important;
    }
}

@media (max-width: 767.98px) {
    .sponser_bg {
        clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
    }
}