*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --white: #eee;
    --blend-white: #ECECEC;
    --light-white: #ffffff;
    --gray-white: #c4c4c4;
    --blur-white: #f5f5f5;
    --dark-gray: #5c5c5c;
    --light-gray: #a9a9a9;
    --bolder-gray: #7c8796;
    --black: #141414;
    --dark-black: #000000;
    --bold-black: #242424;
    --bolder-black: #4c4c4c;
    --light-black: #3C3C3C;
    /* --mix-black: #263c3d; */
    --f-black: #242424;
    --color: #3333ff;
    --lblue: #1b4684;
    --pink: #a35390;
    --red: #e61270;
    --blend-red: #FC541D;
    --dark-orange: #e83c00;
    --bolder-oranger: #fc531d;
    --rgb-blende: rgb(17 16 16 / 50%);
    scroll-behavior: smooth;
}

h1 {
    color: var(--bold-black);
}

h2,
h3,
h4,
h5,
h6 {
    color: var(--bolder-black);
}

h2.text-center.pb-3.loc-list {
    color: #1e1d1d;
}

h2#headi-m {
    color: #1e1d1d;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}



.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

body {
    /* background: #fffafa; */
    background: #f0f1ff;
    overflow-x: hidden;
}

p {
    color: #474646;
}


a#pot-s:hover {
    background-color: #950606;
    color: #ffffff !important;

}

.post-s {
    background-color: #af1328;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 20px;
}

/* .post-s:hover {
    background-color: #ffffff;
    color: #af1328 !important;
} */

.bg-body-tertiary {
    background: var(--f-black) !important;
}

.sign-a,
.login-a {
    color: #000000;
}

.sign-a:hover,
.login-a:hover {
    /* text-decoration: underline; */
}

.navbar .a:hover {
    color: #000000;
    /* text-decoration: underline; */
    /* padding-top: 8px; */
    font-weight: 500;
}

.navbar a {
    color: #000;
}


.navbar-brand {
    margin-right: 0;
}

/* .navbar-brand:hover{
    background: #000;
} */

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.nav-link.active:hover {
    color: #af1328 !important;
}

.nav-link:hover {
    color: #af1328;
    /* Color on hover */
}

.nav-link.active {
    color: #af1328;
}

h1#main-sec {
    font-size: 30px;
    text-transform: uppercase;
    color: #e1e1e1;
}

.banner-container {
    background: url("https://www.ctkoot.com/img/dde.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    background-color: var(--rgb-blende);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: linear-gradient(#e7596c, #d5001d, #7f1c1c); */
}

.navbar-expand-lg {
    border-bottom: 2px solid #d4d2d2;
}

section.banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#btn-index {
    z-index: 9;
}

.post-img {
    height: 350px;
}

#btn span {
    background-image: linear-gradient(#af1328, #890c1d);
    color: #ffffff;
    border: 1px solid #ffffff;
}

p.des-col {
    color: #000;
}

#btn span:hover {
    border-color: #ffffff;
    ;
    cursor: pointer;
    background-image: linear-gradient(#9e0f22, #890c1d);
}

.slide {
    background-color: #fff;
}

#btn a {
    background-image: linear-gradient(#af1328, #890c1d);
    color: #ffffff;
    border: 1px solid var(--light-white);
}

a#title-h:hover {
    color: #83094a !important;
}

#btn a:hover {
    background-image: linear-gradient(#9e0f22, #890c1d);
    cursor: pointer;
}

.wrapper-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.wrapper-class h1 {
    position: absolute;
}

#form-wrapper {
    padding: 15px !important;
    background-color: #ffffff;
    margin-top: 255px;
    z-index: 999;
    border-radius: 50px;
}


.form-control:focus {
    box-shadow: none !important;
}


#btn-index span,
#btn>a {
    padding: 5px 7px;
    font-size: 14px;
}


#list-container {
    background-color: #ffffff;
    border-top: 1px solid #e5c0c5;
    border-bottom: 1px solid #e5c0c5;
}


#input-srch {
    border: 1px solid #af1328;
    padding: 6px;
    border-radius: 30px;
}

#input-srch input {
    width: 585px;
    height: 40px;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #f0f1ff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


ul#cityDropdown li:hover {
    background-color: #ffffff !important;
}

ul#cityDropdown {
    background-color: #f0f1ff;
}

#btn {
    margin-top: 68px;
}

#input-srch button {
    border: none;
    border-top-right-radius: 30px;
    background-color: #af1328;
    padding: 7px 17px 7px 11px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#input-srch button:hover {
    background-color: #890c1d;
}

.scroll-btn {
    position: fixed;
    bottom: 41px;
    right: 7px;
    transition: all 0.9s;
    z-index: 99;
}

.scroll-btn>button {
    border: none;
    /* background-color: #af1328; */

}

h2.text-left.my-2.headi-m {
    font-size: 23px;
    /* color: #fbf2f2; */
}

h2.text-left.mt-3.headi-m {
    font-size: 23px;
    /* color: #000000; */
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light-white);
}

.btn-block {
    display: block;
    width: 100%;
    /* border-color:#af1328 !important; */
    background-image: linear-gradient(#af1328, #890c1d);
    color: #ffffff !important;
}

.btn {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 600;
}



#sticky-scoial-icon {
    position: fixed;
    bottom: 0;
    padding: 0 !important;
    z-index: 99 !important;
}

#city-btn:hover {
    /* background: #af1328; */
    background-image: linear-gradient(#9e0f22, #890c1d);
    color: var(--light-white) !important;
    transition: all 0.2s;
}


a.btn.warning:hover {
    background-color: #6b450f;
    color: #fff;
}

a.btn.success:hover {
    background-color: #127e2c;
    color: #fff;
}

a.card-title.text-truncate-2-lines:hover {
    color: #9f0f0f;
}

a.card-title.text-truncate-2-lines {
    color: #b50d0d;
    text-decoration: none;
}

#ellipse p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#ellipse h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.pagination>li>a {
    color: var(--light-black);
}

.pagination>li>a:hover {
    background: var(--bolder-gray);
    color: var(--light-white);
}


btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    border-color: var(--pink);
}

footer {
    background: #000;
    margin-bottom: 0px !important;
}

footer h4 {
    color: var(--light-white);
}

footer p {
    color: var(--gray-white);
    padding: 0;
    margin: 0;
}

.copy-right-container {
    border-top: 1px solid var(--dark-gray);
    background-color: #000;
}

.bg-dark-orange {
    background-color: var(--dark-orange);
}

.bg-dark-orange a {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: var(--bolder-oranger);
}

.breadcrumb-item a {
    color: var(--bolder-black);
}

.b-bolder-oranger {
    border: 1px solid var(--bolder-oranger);
}

button {
    border: none;
}

.custom-i-w a {
    padding: 0 35px !important;
}

.custom-i-w {
    z-index: 999;
}

@media(max-width:1399px) {
    #btn {
        margin-top: 30px;
    }
}

@media(max-width:1079px) {
    #breadcrumb-margin {
        margin-top: 56px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .h1 {
        font-size: 2rem;
    }

    .h2 {
        font-size: 1.75rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .h4 {
        font-size: 1.25rem;
    }

    .h5 {
        font-size: 1.125rem;
    }

    .h6 {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .text-lg-light {
        color: var(--white);
    }

    .text-md-light {
        color: var(--white);
    }

    .mt-lg-0 {
        margin-top: -170px !important;
    }
}


html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

div#banner-content {
    margin: 60px 0px 0px 0px;
}

@media(max-width:991px) {
    .social-icon img {
        filter: invert(0);
    }

    #brief-description {
        margin-top: 302px;
    }

    div#navbarSupportedContent {
        /* background-color: #f0f1ff; */
        padding: 0px 23px;
        margin: 4px 0px;
    }

    #banner-content {
        margin-top: 7rem;
    }

    .banner-container {
        background-blend-mode: darken !important;
    }
}

@media(max-width:768px) {
    .row .border-end {
        border: none !important;
    }

    #input-srch input {
        width: 408px;
    }

     #mobile-container {
    background: url("/img/ddes.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    background-color: var(--rgb-blende);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
   }

   .banner-container{
        background: none;
    }
   
}

@media (max-width: 767px) {
    .h1 {
        font-size: 1.75rem;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .h3 {
        font-size: 1.25rem;
    }

    .h4 {
        font-size: 1.125rem;
    }

    .h5 {
        font-size: 1rem;
    }

    .h6 {
        font-size: 0.875rem;
    }

    #brief-description {
        margin-top: 302px;
    }
}





@media(max-width:575px) {
    #input-srch input {
        width: auto;
    }

    .container {
        padding: 0 40px !important;
    }

    #brief-description {
        margin-top: 330px;
    }

    #btn-space {
        padding: .5rem !important;
    }

    .align-items-col-center {
        align-items: center !important;
    }

    #ellipse p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

button.f-top {
    background-color: #af1328;
    border: 1px solid #f0f1ff;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 513px) {
    #brief-description {
        margin-top: 335px;
    }
}

@media(max-width:437px) {
    #brief-description {
        margin-top: 394px;
    }
}

@media(max-width:468px) {
    #brief-description {
        margin-top: 401px;
    }
}


@media(max-width:395px) {
    #brief-description {
        margin-top: 356px;
    }
}

@media(max-width:375px) {
    .container {
        padding: 0 20px !important;
    }

    #form-wrapper {
        padding: 13px !important;
    }
}



@media(max-width:350px) {
    #input-srch input {
        width: 170px;
    }
}

.dropdown-menu {
    height: 250px;
    overflow-y: scroll;
    width: 100%;
    text-transform: capitalize;
}

.dropdown-menu li a:hover {
    background-color: blue;
    padding-block: 4px;
    color: white;

}



/* list card css start */

/* .container {
            margin: 0 auto;
            padding: 20px;
      } */

.card-list {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.image-container {
    flex: 0 0 200px;
    padding: 10px;
}

.content-container {
    flex: 1;
    padding: 0px;
}

.profile-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    padding: 0px 0px 0px 13px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px 10px 20px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 0px 0px 0px
}

.card-text {
    font-size: 1rem;
    margin-bottom: 15px;
}

.text-truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

p.p-des {
    color: #777272;
}

.text-muted {
    font-size: 0.9rem;
    color: #6c757d;
    padding-bottom: 10px
}

.buttons {
    display: flex;
    gap: 10px;
}

.btn {
    padding: 10px 15px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    color: white;
    font-size: 0.9rem;
}

.warning {
    background-color: #6b450f;
}

.success {
    background-color: #084d18;
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: row;
        align-items: flex-start;
    }

    .image-container {
        padding: 5px;
    }

    .profile-image {
        height: 200px;
        padding-left: 13px;
    }

    .content-container {
        flex: 1;
        padding-top: 0;
    }
}

@media screen and (max-width: 576px) {

    .image-container {
        flex: 0 0 100%;
    }

    .profile-image {
        width: 100%;
        object-position: top;
        padding-right: 13px;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-text {
        font-size: 0.9rem;
    }

    .btn {
        font-size: 0.8rem;
    }

    .footer {
        display: flex;
        justify-content: center;
    }

    .card-body {
        padding: 0px 20px 10px 20px;
    }
}

/* list card css end */