@font-face {
    font-family: 'BoschSans';
    src: url('../fonts/BoschSans-Regular-v5_003.ttf');
}

@font-face {
    font-family: 'BoschSans bold';
    src: url('../fonts/BoschSans-Bold-v5_003.ttf');
}

@font-face {
    font-family: 'BoschSans medium';
    src: url('../fonts/BoschSans-Medium-v5_003.ttf');
}

button {
    border: 0px;
}

:root {
    --blue: #007bc0;
    --white: #ffffff;
    --black: black;
    --cardbg: #eff1f2;
    --white-color: #fff;
}

body {
    font-family: 'BoschSans';
    text-align: justify;
    overflow-x: hidden;
    /* newly changed */
}

.header {
    padding: 5px 24px 0px 24px;
    /* newly changed */
    background-color: var(--white-color) !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) !important;
    position: relative;
}

.header.scrolled {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1024;
}

.logo {
    width: auto;
    height: 2rem;

}

.navbar {
    position: sticky;
    background-color: #ffff !important;
    box-shadow: none !important;

}

.nav-link {
    color: var(--black) !important;
    font-family: 'BoschSans', Arial, sans-serif !important;
    text-transform: capitalize !important;
    font-size: 1.125rem !important;
    padding: 12px !important;
}

.nav-link:hover {
    color: var(--blue) !important;
    cursor: pointer;
}

.active {
    color: var(--blue) !important;
}

.nav-content {
    display: flex;
    height: 90px;
    justify-content: space-between;
}

/* .introduction {
  padding-top: 7rem !important;
} */

.image-fluid {
    max-width: 100%;
    height: auto;

}

/* banner */
.banner-section {
    position: relative !important;
}

.banner-content {
    box-shadow: none !important;
    left: 35%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    overflow: hidden;
}

.card {
    left: 30%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none !important;

}

.banner-card {
    border-radius: 0;
    box-shadow: none;
    padding: 40px !important;
    padding-bottom: 0px;
    max-width: 600px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.banner-title {
    text-transform: initial;
    color: var(--black);
    font-size: 1.5rem !important;
    font-family: 'BoschSans', Arial, sans-serif !important;
    margin-bottom: 10px !important;
}

.banner-subtitile {

    color: var(--black);
    font-size: 60px !important;
    font-family: 'BoschSans bold', Arial, sans-serif !important;

}

/*  */
/* intro */
.intro-reverse {
    padding: 4rem 24px !important;
}

.title {
    font-family: 'BoschSans bold', Arial, sans-serif !important;
    font-size: 2rem !important;
    text-transform: uppercase;
    margin-bottom: 16px !important;
}

.intro-title {
    font-family: 'BoschSans bold', Arial, sans-serif !important;
    color: var(--blue) !important;
    font-size: 2rem !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.intro-content {
    font-size: 1.125rem !important;
    letter-spacing: normal !important;
    font-family: 'BoschSans', Arial, sans-serif !important;
}

.common-list {
    padding-left: 20px !important;
}

.common-list li {
    position: relative;
    /* text-align: left; */
    text-align: justify;
    padding: 8px 16px;
}

.common-list li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--black-color);
}

.buyer-box {
    max-width: 100% !important;
    counter-reset: mycount;
    padding-left: 43px !important;
    box-shadow: none !important;
    display: block !important;
    margin-top: -11px !important;
}

.seller-box .buyer-box {
    max-width: 100% !important;
    counter-reset: mycount;
    padding-left: 43px !important;
    box-shadow: none !important;
    display: block !important;
    margin-top: 17px !important;
}

.buyer {
    counter-reset: mycount;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    display: flex;
    flex-direction: column;
    gap: 1.875rem !important;
    row-gap: 1.5rem !important;
    background-color: rgba(0, 123, 192, 0.05);
}

.why {
    font-family: 'BoschSans bold', Arial, sans-serif !important;
    font-size: 2rem !important;
    letter-spacing: normal;
    color: var(--blue);
    text-transform: uppercase;
}

.buyerapp {
    color: var(--black);
    font-size: 1.125rem !important;
    font-family: 'BoschSans', Arial, sans-serif !important;
    margin-bottom: 7px !important;
}

.buyer-box .list-item:before {
    content: counter(mycount, decimal-leading-zero);
    counter-increment: mycount;
    font-family: 'BoschSans bold', Arial, sans-serif;
    color: var(--black) !important;
    opacity: 0.14;
    font-size: 46px;
    align-self: flex-start;
    left: -40px;
    position: absolute;
}

.box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2rem;
}

.buyer-box .list-item {
    padding-left: 2.2rem !important;
}

.common-list li h4 {
    font-family: 'BoschSans bold', Arial, sans-serif;
    font-size: 1.875rem;
    letter-spacing: normal;
    text-align: left;
}

.common-list li {
    font-size: 1.125rem !important;
    letter-spacing: normal !important;
    font-family: 'BoschSans', Arial, sans-serif !important;
    padding-left: 3.5rem;
}

.common-list li::before {
    /* position: absolute;
  font-size: 75px;
  counter-increment: count;
  content: "" counter(count);
  left: 60px;
  top: 20px;
  font-family: var(--primary-bold-font); */

    align-self: flex-start;
    color: #000 !important;
    color: var(--black) !important;
    font-family: BoschSans bold, Arial, sans-serif;
    font-size: 46px;
    left: -10px;
    opacity: .14;
    position: absolute;

    counter-increment: count;
    content: "0" counter(count);
}

.counter-container {
    counter-reset: count;
}

.seller {
    padding: 4rem 24px !important;
    display: flex;
    flex-direction: column;
    gap: 1.875rem !important;
    row-gap: 1.5rem !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* .delivery-box {
  margin-top: 2rem !important;
} */

.adminbox .bold-title {
    font-family: 'BoschSans bold', Arial, sans-serif;
    font-size: 30px !important;
    padding-top: 15px !important;
    margin-bottom: 15px;

}

.adminbox .bold-text {
    font-size: 1.125rem !important;
    font-family: 'BoschSans', Arial, sans-serif !important;

}

.admincontent {
    padding: 0% !important;
    padding-bottom: 0px !important;
}

.adminbox {
    background-color: #f0f1f3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    padding: 6rem 2rem 2rem !important;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.admin {
    padding-left: 6px !important;
    padding-top: 25px !important;
    counter-reset: count;
}

.adminbox:before {
    content: "" counter(count);
    counter-increment: count;
    font-family: 'BoschSans bold', Arial, sans-serif;
    color: var(--black) !important;
    font-size: 75px;
    left: 60px;
    position: absolute;
    top: 20px;
}

#admin-portal p {
    color: var(--black);
    font-family: BoschSans, Arial, sans-serif !important;
    font-size: 1.125rem !important;
    margin-bottom: 7px !important;
    text-align: left;
}

.section {
    /* margin-top: 4rem; */
    /* margin-bottom: 4rem;
  background-color: #2f3034;
  margin-left: 25.5px;
  margin-right: 25.5px; */
    padding: 4rem 24px;
}

.conclusion-section h3 {
    color: var(--white);
}

.conclusion-section p {
    color: var(--white);
    font-family: 'BoschSans', Arial, sans-serif;
    font-size: 18px !important;
}

.conclusion-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
    text-align: center;
    background-color: #2f3034;
}

.footer {
    padding: 2rem 0px;
    position: relative;
}

.footer p {
    font-size: 12px;
}

.footer-line {
    padding-bottom: 2rem;
    position: relative;
}

.footer-line::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
    background-image: url("/public/head-line.svg");

}

.bg-lightblue {
    background-color: rgba(0, 123, 192, 0.05);
}

.top-move {
    position: absolute !important;
    right: 10px;
    bottom: 10px;
}

.top-move img {
    width: 35px;
    height: auto;
}

.list-button:hover {
    background-color: transparent !important;
}

.btn-main {
    background-color: var(--blue) !important;
    border-radius: 0px !important;
    color: var(--white) !important;
    font-family: 'BoschSans' !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.btn-main:hover {
    background-color: rgb(0, 98, 154) !important;
}

.mobile-menu .btn-main {
    margin-left: 15px;
}

.back-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
}

.contact-section {
    background: rgba(0, 123, 192, 0.05);
}

.contact-section p {
    font-size: 16px !important;
}

.contact-card {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5) !important;
    border: 0px;
    padding: 2rem;
}

.contact-card h5 {
    margin: 20px 0px;
}

.contact-card a {
    text-decoration: none;
    color: #000;
    font-family: 'BoschSans', Arial, sans-serif;
    font-weight: 500;
}

.contact-card a:hover {
    color: var(--blue);
}

.contact-section span a {
    color: var(--blue);
}

/* new changes start */
footer a {
    color: #000;
    text-decoration: none;
    padding-right: 15px;
}

.header::before {
    position: absolute;
    top: 0;
    background-image: url('/uploads/icons/header_image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 6px;
    left: 0;
    width: 100%;
    z-index: 9999;
}


.footer:before {
    background-image: url('/uploads/icons/header_image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11
}

ul>a {
    color: #000000;
    text-decoration: none;
    font-size: 1.125rem;
}

.row>a.active {
    border-bottom: 2px solid #1976d2;
}

p {
    font-size: 1.125rem;
}

.space {
    text-indent: 80px;
}

.list-item {
    display: flex;
    align-items: flex-start;
}
.list-item p {
    margin: 0;
}
.item-number {
    flex-shrink: 0;
    width: 50px;
}