@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Baloo 2");
@import url("https://fonts.googleapis.com/css?family=Bai Jamjuree");
body {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Poppins';
}

#main-content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 380px;
}

.card {
    border-color: #00000025;
}


/* header */

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: bold;
    color: rgb(31, 31, 31);
    transition: all 0.3s;
    font-family: 'Bai Jamjuree';
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff9c1c;
    transition: all 0.3s;
}


/* footer */

footer {
    background-color: #ccc;
}

footer p {
    margin-bottom: 0;
    padding: 10px 0;
}


/* slider */

.carousel-item {
    min-height: 400px;
}

.carousel-item img {
    min-height: 400px;
    object-fit: cover;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ff9c1c;
    font-family: 'Bai Jamjuree';
}

.separator {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.26);
    height: 1px;
}

.theme-bg {
    background-color: #00b98b;
}

.theme-dark-bg {
    background-color: #004131;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.top-bar-links {
    list-style: none;
    list-style-type: none;
}

.top-bar-links li {
    margin-left: 5px;
    padding: 2px 4px;
    border-right: 1px solid black;
}

.top-bar-links li:last-child {
    border-right: none;
}

.mandi-logo,
.up-govt-logo {
    max-height: 82px;
}

.btn-container {
    background-color: #f2f2f2;
    border: 1px solid #00000014;
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.btn-in-box {
    display: flex;
    width: 33.33%;
    padding: 10px 20px;
    text-align: right;
    position: relative;
    justify-content: space-between;
}

.btn-in-box h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.btn-in-box h4 {
    font-size: 26px;
    margin-bottom: 0;
    color: #ff9c1c;
    font-weight: bold;
}

.btn-in-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #00000014;
    right: 0;
    top: 0px;
}

.btn-in-box:last-child:after {
    content: none;
}

.btn-in-box img {
    height: 50px;
}

.btn-in-box:hover {
    background-color: #dfdddd;
}

.btn-in-box:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}


/* card */

.card-header {
    font-size: 17px;
    background: #ff9c1c;
    color: white;
    font-weight: bold;
    border-bottom: none;
}


/* news-card */

.news-marquee {
    height: 372px;
    overflow: hidden;
}

.news-list {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.news-list li {
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.144);
    padding-left: 0;
    transition: padding 0.3s
}

.news-list li:last-child {
    margin-bottom: 0px;
    border-bottom: transparent;
}

.news-list li a {
    display: flex;
    margin-bottom: 5px;
}

.news-list li a .date-box {
    display: inline-block;
    width: 140px;
    text-align: center;
}

.news-list li a .date-box h5 {
    font-size: 20px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    line-height: 30px;
    padding: 5px 0;
    color: #ff9c1c;
}

.news-list li a .date-box h6 {
    font-size: 14px;
    margin-bottom: 0;
    background-color: #faab47;
    line-height: 20px;
    color: white;
    padding-top: 2px;
}

.news-list li a .content-box {
    padding-left: 10px;
}


/* sidebar */

.sidebar {
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sidebar li {
    position: relative;
    padding: 5px 5px 5px 30px;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.205);
    transition: all 0.3s;
}

.sidebar li a {
    display: block;
    position: relative;
}

.sidebar li i {
    position: absolute;
    left: 0;
    color: #ff9c1c;
}

.sidebar li:hover {
    padding-left: 25px;
    transition: all 0.3s;
}

.sidebar li:hover a {
    color: #ff9c1c;
}


/* table */

.table thead th {
    color: white;
    background: #ff9c1c;
    font-weight: normal
}


/* page-title-section */

.page-title-section {
    background-color: #f8f8f8;
    background-image: url(../images/banner/fruts-vegetables-market-india.jpg);
    color: #fff;
    position: relative;
}

.page-title-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
}

.page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 240px;
}

.page-title-content .title {
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
}

.page-title-content nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-title-content nav ol {
    margin: 0;
    padding: .75rem 1rem;
    border-radius: 0;
    background: rgba(11, 18, 30, 0.6);
}

.page-title-content .breadcrumb-item a {
    color: #ff9c1c;
}

.page-title-content .breadcrumb-item.active {
    color: #ffffff;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #774f38;
    --bs-btn-border-color: #774F38;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #613d28;
    --bs-btn-hover-border-color: #613d28;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #613d28;
    --bs-btn-active-border-color: #613d28;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.head-link .icon-side img {
    width: 32px;
}

.head-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.eAuction {
    max-width: 200px;
    width: 100%;
}

.head-link .icon-side {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    padding: 12px;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.head-link h3 {
    font-size: 20px;
    background-color: #774f38;
    color: #ffffff;
    padding: 5px 12px 5px 18px;
    margin: 0;
    border-radius: 5px;
    position: relative;
    left: -10px;
    z-index: 0;
    white-space: nowrap;
}

.minister {
    display: flex;
    background-color: #efefef;
    border: 5px double #ff9c1c;
    /* box-shadow: inset -5px -5px 0 #ff9c1c; */
    padding: 15px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.team-style2 {
    margin: 0;
    padding: 15px;
    border-radius: 8px;
    border-bottom: 5px solid #774f38;
    background-color: #ffffff;
    transition: all ease .4s;
    display: flex;
    align-items: center;
}

.minister .team-style2 .team-img {
    width: 120px;
    height: 120px;
    margin: 0;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 15px;
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    overflow: hidden;
    transform: rotate(45deg);
}

.team-style2 .team-img img {
    transform: rotate(-45deg) scale(1.1);
    width: 120px;
    height: 120px;
}

.minister .team-style2 .team-content {
    padding-left: 25px;
}

.minister .team-style2 .team-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #774f38;
}

.minister .team-style2 .team-degi {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 0;
}

.link-card {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.link-card .link-icon {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border: 3px solid #774f38;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 15px;
}

.link-card .link-icon img {
    width: 36px;
    height: auto;
}

.link-card a {
    padding: 12px 30px 12px 45px;
    background-color: #ff9c1c;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    left: -30px;
    z-index: 0;
    width: 60%;
}

.link-card a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 100%;
    height: 100%;
    background-color: #ff9c1c;
    transform: skewX(-30deg);
    z-index: -1;
    border-right: 3px solid #7a503a;
}

.list-arrow li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.list-arrow li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    top: 0;
    left: 0;
    color: #774f38;
    font-size: 16px;
}

.registration .nav-link {
    font-size: 24px;
}


/* .show-form {
    display: none;
} */

input.form-control,
select.form-select {
    border-radius: 0;
    border: 3px solid rgb(122 80 58 / 50%);
    padding: 8px 10px;
    line-height: inherit;
}

.popup-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.popup-image img {
    object-fit: fill;
}

.header-menu {
    position: relative;
    background-color: #bcbcbc;
    padding: 8px 0 0 0;
    min-width: 572px;
    width: 100%;
}


/* .header-menu::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -52px;
    width: 0;
    height: 0;
    border-bottom: 52px solid #bcbcbc;
    border-left: 52px solid transparent;
} */

.header-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 50%;
    height: calc(100% + 0px);
    background-color: #bcbcbc;
    transform: skewX(-45deg);
    z-index: 0;
}

ul.login-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

ul.login-links .link-card {
    display: flex;
    align-items: center;
    margin: 0 12px 8px 0;
    position: relative;
}

ul.login-links .link-card .link-icon {
    border: 2px solid #774f38;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: -1px;
}

ul.login-links .link-card .link-icon img {
    width: 24px;
    height: auto;
}

ul.login-links .link-card a {
    background-color: aliceblue;
    padding: 10px 15px 6px 44px;
    font-size: 12px;
    width: auto;
    border-radius: 20px;
    border: 1px dashed #7a503a;
    left: 0;
    transition: all 0.5s;
}

ul.login-links .link-card a:hover {
    background-color: #ff9c1c;
}

ul.login-links .link-card a::after {
    display: none;
}

.tagline {
    text-align: right;
    margin: 5px 0 0px;
    width: 100%;
    padding-right: 15px;
}

.tagline h4 {
    font-size: 18px;
    font-weight: 600;
    color: #7a503a;
}

.tagline img {
    width: 260px;
    height: auto;
}

.header-middle {
    background-color: #efefef;
    margin-bottom: 15px
}

.footer-top {
    background-color: #1E2838;
    padding: 30px 0;
}

.footer-top .footer-title {
    color: #ffffff;
    font-size: 24px;
    border-bottom: 2px solid #ff9c1c;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.footer-top .footer-link {
    list-style-type: none;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.footer-top .footer-link li {
    position: relative;
    padding: 5px 5px 5px 15px;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgb(255 255 255 / 21%);
    transition: all 0.3s;
}

.footer-top .footer-link li:hover {
    padding: 5px 5px 5px 20px;
}

.footer-top .footer-link li i {
    position: absolute;
    left: 0;
    color: #ff9c1c;
}

.footer-top .footer-link li a {
    display: block;
    position: relative;
    color: #fff;
}

header {
    transition: all 0.5s;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.menu-section {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu-section .d-flex {
    margin-left: 42px;
}

@media (max-width: 1376px) {
    .menu-section {
        display: flex;
        justify-content: space-between;
    }
    /* .head-link {
        position: fixed;
        top: 10px;
    } */
}

@media (max-width: 1199px) {
    .menu-section {
        padding-top: 0;
    }
    .head-link {
        top: 10px;
        right: 0;
    }
    .tagline {
        text-align: center;
    }
    a.logo {
        display: flex;
        justify-content: center;
        padding: 8px 0 4px;
        margin-bottom: 6px;
        border-bottom: 1px solid #dadada;
    }
    .carousel-item {
        min-height: auto;
    }
    .carousel-item img {
        min-height: auto;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
    .header-menu::after {
        display: none;
    }
    .menu-section {
        display: flex;
        flex-direction: column;
    }
    .menu-section .d-flex {
        margin-left: 0;
    }
    ul.login-links {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    a.logo {
        display: flex;
        justify-content: center;
    }
    .head-link {
        top: 80px;
        right: 0;
        left: 0;
    }
    .header-menu {
        min-width: auto;
    }
}