﻿body {
    background: #f8fafc;
}

.gallery-section {
    padding: 0px 0;
}



.nav-pills .nav-link {
    border-radius: 50px;
    padding: 5px 55px;
    margin: 0 5px;
    font-weight: 500;
    border: 1px solid #dee2e6;
    color: #f98411;
}

    .nav-pills .nav-link.active {
        background: #f98411;
    }

.gallery-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: .3s ease;
}

    .gallery-card:hover {
        transform: translateY(-5px);
    }

    .gallery-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }

.badge-new {
    background: #198754;
}

.badge-old {
    background: #dc3545;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'), url('../fonts/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'), url('../fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'), url('../fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'), url('../fonts/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



html {
    scroll-behavior: smooth;
    font-family: 'Poppins' !important;
}

body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    background-image: linear-gradient(to right, #f7933100, #ff166414);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Poppins' !important;
}




:root {
    --colorbody: #ffffff;
    --color: #ee2a10;
}

.header_top {
    background: #262460;
}

    .header_top .main {
        padding: 0px 15px;
        text-align: right;
        color: #333;
        transition: 0.4s;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

a {
    color: #333;
}

table .text-info {
    color: #0455eb !important
}

;

.form .alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #daf9e9;
    --bs-alert-border-color: #daf9e9;
}

.form .alert-success p {
    margin-bottom: 5px;
}

.table .bg-warning {
    background: linear-gradient(to right, #f7933114, #ff266f17) !important;
}

.table .bg-warning3 {
    background: #f98512 !important;
}

.table thead th {
    font-weight: 500 !important;
}

.table > :not(caption) > * > * {
    padding: 0.3rem 0.3rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    font-size: 15px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.header_top .marquee {
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    color: #262460;
}

.imp {
    background: #fbebec;
    padding: 0px 10px;
    display: inline-block;
    color: #ed717d;
    margin-right: 10px;
    width: 122px;
}


.card {
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    border: 0 !important;
    overflow: hidden;
    border-radius: 10px !important;
    background-color: transparent !important;
}

.header_top .marquee p {
    display: flex;
    margin: 0;
    width: 100%;
    color: #fff;
}



.header_top .language {
    border-radius: 39px;
    padding: 0px 10px;
    background: #fff;
    font-size: 12px;
    border: 1px solid #262460;
    color: #262460;
    text-decoration: none;
    font-weight: 600;
}

.header_top .theam_color {
    margin: 1px 10px 3px;
    display: inline-block;
}

    .header_top .theam_color button {
        border-radius: 48px;
        padding: 6px;
        background: #fff;
        font-size: 15px;
        display: inline-block;
        text-align: center;
    }

.header_top .font_div {
    margin: 0 10px;
    display: inline-block;
}

    .header_top .font_div a {
        border-radius: 7px;
        background: #f68124;
        font-size: 13px;
        margin: 0 4px;
        width: 23px;
        display: inline-block;
        text-align: center;
        height: 21px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }

.card {
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    border: 1px solid #fff !important;
}


@media (max-width: 989px) {

    .header_top .main {
        display: block;
        justify-content: flex-end;
    }
}


.nav-link {
    font-size: 14px !important;
    border-bottom: 4px solid transparent;
}

    .nav-link.active {
        color: #ffffff;
        border-bottom: 4px solid #F98412;
    }

    .nav-link:hover {
        color: #F98412;
        border-bottom: 4px solid #F98412;
    }

        .nav-link:hover a {
            color: #ffffff;
        }
