@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    cursor: default;
}

body,
html {
    overflow-x: hidden;
}

.navbar-collapse {
    margin-left: 53% !important;
}

.nav-link img{
    width: 29px;
    height: 29px;
}
.me-auto {
    margin-left: auto !important;
}

.head ul li {
    font-size: 18px;
    margin-left: 20px;
    font-weight: 600 !important;
}

.head .fa-heart,
.fa-cart-shopping {
    margin: 10px;
    margin-left: 20px;
}

.head .form-control {
    font-size: 15px;
    width: 265px;
}

.head .fa-search {
    display: none;
    position: absolute;
    margin-top: 10px;
    left: 60% !important;

}

.head .d-flex {
    display: none !important;
}

.button,
input,
optgroup,
select,
textarea {
    margin: 2px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.banner .textarea {
    margin: 50px;
    color: white;
}
.textarea-2{
  padding-bottom: 48px;
}
.textarea p {
    margin-top: 20px;
    padding-right: 100px;
}

.banner .container {
    margin-left: 350px;
    margin-top: 30px;
    width: 940px;
    height: 320px;
    background-color: black;
}

.banner .textarea .btn {
    color: white;
    border: 1px solid white;
    padding: 7px 30px;
    transition: 0.3s;
}

.banner .fa-arrow-right {
    margin-left: 10px;
}

.banner img {
    margin-top: 30px;
}

.banner .textarea .btn:hover {
    color: black;
    background-color: white;
}

.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100%;
    background-color: #db4444 !important;
    border: 2px solid white !important;
    transition: opacity .3s ease !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-left: 210px;
    margin-top: -50px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 4;
}

.dropdown-menu.show {
    display: none !important;
}

.carousel-item {
    transition: transform .5s ease-in-out !important;
}

span {
    font-family: 'Times New Roman', serif;
}

.col-lg-2 {
    width: 13.666667% !important;
}

@media screen and (min-width:1272px) and (max-width:1300px){
    .navbar-collapse {
        margin-left: 48% !important;
    }
} 

@media screen and (max-width:1300px) {
    .head .fa-search {
        left: 400px;
    }
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .banner .container {
        margin-left: 250px;
    margin-top: 20px;
    width: 725px;
    height: 289px;
    }
    .textarea p {
        font-size: 13px;
        margin-top: 5px;
        padding-right: 10px;
    }
    .textarea{
        height: 180px;
    }

}
@media screen and (min-width:426px) and (max-width:769px) {
    .banner .container {
        margin-left: 205px;
        margin-top: 53px;
        width: 527px;
        height: 275px;
    }

    .banner .textarea {
        margin: 30px;
        height: 210px;
    }

    .textarea h1 {
        font-size: 30px;
    }

    .textarea p {
        font-size: 13px;
        margin-top: 5px;
        padding-right: 10px;
    }

    .banner .textarea .btn {
        font-size: 11px;
        padding: 4px 18px;

    }

    .banner img {
        margin: -30px;
        margin-top: 32px;
    }

    .head .fa-search {
        left: 298px;
    }
}
@media screen and (max-width:426px) {
    .banner .container {
        margin-left: 0px;
        margin-top: 8px;
        width: 100%;
        height: 215px;
    }

    .banner .textarea {
        margin: 10px;
        height: 195px;
    }

    .textarea h1 {
        font-size: 22px;
    }

    .textarea p {
        font-size: 10px;
        margin-top: 5px;
        padding-right: 0;
    }

    .banner .textarea .btn {
        font-size: 8px;
        padding: 1px 14px;

    }

    .banner img {
        margin: -10px;
        margin-top: 32px;
        margin-left: -20px;
    }

    .head .fa-search {
        left: 183px;
        margin-top: 7px;
    }

    .head .form-control {
        font-size: 10px;
        width: 195px;
    }
}




.sidebar {
    top: 130px;
    margin-left: 15px;
    width: 250px;
    margin-top: -295px;
    margin-bottom: 90px;
}

.sidebar ul li {
    list-style: none;
    padding: 0px 14px !important;
    border-radius: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: black;
    font-size: 19px;
    line-height: 2;
    /* padding: 10px 30px; */
}

.sidebar ul li:hover {
    background-color: rgb(234, 57, 57) !important;
}

/* .sidebar ul li a:hover {
    background-color: rgb(234, 57, 57);
} */
.sidebar ul li a:active {
    background-color: rgb(234, 57, 57) !important;
}

/* .sidebar ul li a:focus{
    background-color: rgb(234, 57, 57);
} */
.dropdown-menu {
    --bs-dropdown-link-hover-bg: none !important;
}

.dropdown-toggle::after {
    transform: rotate(270deg);
    margin-left: 2em !important;
}

.t::after {
    transform: rotate(270deg);
    margin-left: 4.5em !important;
}

@media screen and (max-width:992px) {
    .sidebar {
        margin-top: -230px;
        margin-left: -5px;
    }

    .sidebar ul li a {
        font-size: 16px;
    }

    .sidebar ul li a:hover {
        width: 170px;

    }
}

@media screen and (max-width:525px) {
    .sidebar {
        display: none !important;
    }

}

.categories {
    margin-top: 10px;
    margin-bottom: 40px;
}

.box {
    background-color: #DB4444;
    padding: 20px 10px;
    width: 20px !important;
    margin-left: 35px;
    float: left;
    margin-right: 30px;
    border-radius: 7px;
}

.cat p {
    color: #DB4444;
    padding-top: 5px;
    font-weight: bold;
}

.cat h1 {
    color: var(--Text2, #000);
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1.44px;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.cards {
    width: 179px;
    height: 145px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #DB4444 !important;
    float: left;
    margin-right: 35px;
    align-items: center;
    text-align: center;
    padding: 30px;
    transition: 0.3s;
    margin-top: 20px;
    box-shadow: 0px 1px 7px 2px #DB4444;
    cursor: pointer;
}

.cards p {
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
}

.cards img {
    height: 60px;
    width: 60px;
}

.cards:hover {
    background-color: #DB4444;
    border: 1px solid #DB4444 !important;
    box-shadow: 2px 2px 10px 2px #db4444;
}

.cards:hover p {
    color: white;
}

.cards svg {
    fill: #000;
}

.cards:hover svg {
    fill: white;
}

.cards:hover .btl {
    fill: none;
}

.carmar {
    margin-left: 35px !important;
}

@media screen and (min-width:360) {
    .nav-link img{
        width: 23px;
        height: 29px;
    }
    
}

@media screen and (max-width:992px) {
    .cards {
        margin-top: 20px !important;
    }

    .carmar {
        margin-left: 70px !important;
    }

    .col-lg-2 {
        width: 27.666667% !important;
    }
}

@media screen and (max-width:576px) {
    .cards {
        margin-left: -32px !important;
        margin-top: 15px !important;
        width: 120px !important;
        height: 140px !important;
        margin-right: 51px;
    }

    .cards p {
        font-size: 15px;
    }

    .cards svg {
        height: 45px;
    }

    .box {
        margin-left: 10px;
    }
}

.owl {
    margin-top: 0px;
}

.owl p {
    color: #DB4444;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 10px;
}

.owl h1 {
    color: var(--Text2, #000);
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1.44px;
    margin-left: 35px;
    margin-top: 15px;
}

.owl .shop {
    width: 250px;
    margin-left: 50px;
    border: 1px solid #db444496;
    padding: 0px;
    cursor: pointer;
}

.bsp {
    margin-left: 30px !important;
}

.owl .shops {
    width: 222px;
    margin-left: 35px;
    border: none;
    padding: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #db4444;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    border-radius: 5px;
}

.owl h5 {
    margin-top: 20px;
    margin-left: 10px;
    /* font-weight: bold; */
}

.owl .shops img {
    height: 180px;
}

.owl .shop img {
    height: 180px;

}

.owl .card-body {
    background-color: white;
    border-radius: 4px;
}

.card-title {
    background: #f3f4f6;
}

.card-title {
    margin-bottom: 0 !important;
}

.shops:hover p {
    color: white;
}


.shops:hover .card-title {
    background-color: #db4444;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.owl .card-footer {
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.owl .card-footer a {
    text-decoration: none;
    color: white;
    font-family: 'Inter';
}

.owl i {
    text-decoration: line-through;
    color: gray;
    margin-left: 15px;
}

.sellpro button {
    float: right;
    background-color: #db4444;
    margin: -50px 80px 50px 0px;
    padding: 12px 37px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

.sellpro button:hover {
    background-color: white;
    color: #DB4444;
    border: 1px solid #DB4444;
}

@media screen and (max-width:992px) {
    .sellpro button {
        margin: 0px 80px 50px 0px;

    }

    .owl .shop {
        margin-top: 20px;
        margin-left: 80px;
        width: 230px;
    }

    .owl .shops {
        width: 230px;
    }
}

@media screen and (max-width:570px) {
    .owl {
        margin-top: 20px;
    }

    .owl h1 {
        margin-left: 10px;
        font-size: 28px;
        margin-top: 0;
    }

    .cat h1 {
        margin-left: 10px;
        font-size: 27px;
        margin-top: 0;
    }

    .owl .shop {
        margin-top: 15px;
        height: 306px;
    }

    .owl .shops {
        margin-left: 50px;
    }

    .bsp {
        margin-left: -20px !important;
    }
}

.slider {
    margin: 40px 0px;
    cursor: default;
}

.slider .row {
    background-color: black;
    padding: 70px 70px;
}

.slider p {
    color: #db4444;
    margin-top: 20px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.slider h1 {
    color: white;
    width: 80%;
    font-family: Inter;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1.92px;
}

.slider button {
    padding: 15px 40px;
    background-color: #DB4444;
    color: white;
    margin-top: 24px;
}

.slider button:hover {
    background-color: #000;
    border: 1px solid #DB4444;
    color: #DB4444;
}

.slider img {
    margin-top: 40px;
}

@media screen and (max-width:426px) {
    .slider {
        margin-left: 1px;
        margin-top: 50px;
        width: 100%;
        height: 140px;
    }

    .slider .row {
        padding: 10px;
    }

    .slider p {
        color: #db4444;
        margin-top: 10px;
        font-family: Poppins;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .slider h1 {
        color: white;
        width: 93%;
        font-family: Inter;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.3px;
    }

    .slider img {
        margin-top: 40px;
        margin-left: -20px;
    }

    .slider button {
        padding: 5px 11px;
        background-color: #DB4444;
        color: white;
        margin-top: 0px;
        font-size: 8px;
    }
}


@media screen and (min-width:426px) and (max-width:992px) {
    .slider {
        margin-left: 1px;
        margin-top: 50px;
        width: 770px;
        height: 260px;
    }

    .slider .row {
        padding: 40px;
    }

    .slider p {
        color: #db4444;
        margin-top: 20px;
        font-family: Poppins;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
    }

    .slider h1 {
        color: white;
        width: 93%;
        font-family: Inter;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 1.3px;
    }

    .slider img {
        margin-top: 60px;
    }

    .slider button {
        padding: 5px 11px;
        background-color: #DB4444;
        color: white;
        margin-top: 0px;
        font-size: 8px;
    }
}

.services .col {
    text-align: center;
    align-items: center;
    margin: 50px 100px 50px 120px;
    padding: 50px 0px;
}

.services .col img {
    height: 90px;
    width: 90px;
}

.serbox {
    border: 1px solid gainsboro;
    width: 100px !important;
    cursor: default;
    border-radius: 5px;
    cursor: pointer;
}

.serbox:hover {
    background-color: #db4444;
    transition: all 0.3s ease-in-out;
    color: white;
    border: 1px solid #db4444;
    box-shadow: 1px 1px 5px 2px gray;
}

.services .col h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
}

.services .col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.no {
    display: none;
}

@media screen and (max-width:992px) {
    .services .col {
        text-align: center;
        align-items: center;
        margin: 50px 30px 50px 54px;
        padding: 50px 0px;
    }
}

@media screen and (max-width:576px) {
    .carousel-indicators [data-bs-target] {
        width: 4px !important;
        height: 4px !important;
        border-radius: 100%;
        background-color: #db4444 !important;
        border: 2px solid white !important;
        transition: opacity .3s ease !important;
    }

    .services .col img {
        height: 65px;
        width: 65px;
    }

    .services .col h4 {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        margin-top: 10px;
    }

    .services .col p {
        font-size: 9px;
        font-weight: 400;
        line-height: 16px;
        padding: 0px 25px;
    }

    .services .col {
        text-align: center;
        align-items: center;
        margin: 23px 9px;
        padding: 10px 4px;
        width: 200px !important;
    }

    .accordion-button {
        font-size: 12px !important;
    }

    .accordion-body {
        font-size: 12px !important;
    }

    .no {
        display: block;
    }

    .non {
        margin-left: -20px !important;
        margin-top: -5px !important;
        width: 170px;
    }
}

.footer {
    background-color: black;
    color: white;
    padding: 50px 0px;
}

.footer h1 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.72px;
}

.footer h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    cursor: default;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: default;
}

.footer a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.footer a:hover {
    color: #DB4444;
}

.footer span {
    font-size: 12px;
}

.footer img {
    height: 50px;
}

.socicons a {
    display: inline-block;
    margin-right: 15px;
}

.socicons a:hover svg {
    fill: #DB4444 !important;
}

.dropdown-menu.show {
    transform: translate(220px, 0px) !important;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 4;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 25px;
}

.footer h1 {
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .footer h4 {
        font-size: 17px;
        font-weight: 500;
        line-height: 23px;
    }

    .footer p {
        font-size: 14px;
    }

    .footer a {
        font-size: 12px;
        line-height: 22px;
    }

    .footer svg {
        height: 16px !important;
    }

    .socicons a {
        display: inline-block;
        margin-right: 7px;
    }
}

@media screen and (max-width:576px) {
    .footer .col {
        margin-bottom: 50px;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .footer a {
        font-size: 11px;
    }

    .footer p {
        font-size: 13px;
    }

    .footer svg {
        height: 15px !important;
    }
}

#product-image {
    width: auto;
    height: auto;
}

/*-------------------*/
.break {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: default;
    opacity: 0.6;
}

.break .line {
    height: 0.1px;
    flex: 1;
    background-color: #9b9797;
}

.break h2 {
    padding-top: 7px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 25px;
    color: #000000;
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1260px !important;
    }
}

@media screen and (max-width:576px) {
    .break h2 {
        font-size: 12px;
    }
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #db4444c9 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.copy {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: -40px;
    opacity: 0.4;
    letter-spacing: 1px;
}

.copy h6 {
    font-weight: 200 !important;
}

.copy img {
    width: auto;
    height: 20px;
    margin-right: 10px;
}

.footer hr {
    margin-top: 50px;
    color: grey;
    opacity: 0.2;
}

@media screen and (min-width:320px) and (max-width:576px) {
    .copy h6 {
        font-size: 10px;
        margin-top: 4px;
    }

    .footer hr {
        margin-top: -25px;
    }
}

.badge {
    position: absolute !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}