* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Hind Siliguri", sans-serif;
}

/*-------------------------------
|        common styles          |
-------------------------------*/

.navbar-brand {
    width: 50% !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .navbar-brand {
        width: 25% !important;
    }
}

.input_search {
    padding: 0.5rem 0.75rem;
    padding-left: 50px;
    padding-right: 100px;
    border: 0.5px solid #e920a7;
    border-radius: 5px;
}

.input_search::placeholder{
    color: #e920a7;
}

.shop_search_icon {
    color: #e920a7;
}

.input_search:focus {
    outline: none;
}

.logo-img {
    width: 100%;
    height: auto;
    display: block;
}

.text-one {
    font-size: 56px;
}

.text-two {
    font-size: 24px !important;
    text-align: center !important;
}

.max-width {
    max-width: 1140px !important;
}

.bg-color {
    background-color: #461E59;
}

.main_nav {
    background-color: #fa84d3;
    /* background-image: linear-gradient(to bottom,#e1d5de 10%,#f8c2e7 90%); */
}

.nav-link {
    color: #3A0256 !important;
    font-size: 18px !important;
}

.social-links-top-right {
    justify-content: end;
}

.link-fb:hover {
    color: rgb(0, 0, 255) !important;
}

.link-yt:hover {
    color: rgb(234, 19, 19) !important;
}

.hero-heading-style {
    color: #00FFBA !important;
}

/*----------------------------------
|           quick shop             |
---------------------------------- */

.product_img {
    display: block;
    /* max-width: 230px;
    max-height: 230px;
    width: 100%;
    height: 100%; */
    transition: all 1s ease-in-out;
}

.product_img:hover {
    scale: 1.2;
}

.product_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.purchase_btn {
    background-color: #fa84d3;
    transition: all 1s ease-in-out;
}

.purchase_btn:hover {
    background-color: #e920a7;
}

.search_button {
    padding: 0.25rem 0.75rem;
    background-color: #e920a7;
    color: white;
    font-weight: 500;
    border-radius: 3px;
}

.cart_sign {
    color: #e920a7;
}

.quick_cart_close{
    background-color: #e920a7;
    color: #fff;
    border: 1px solid #e920a7;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
}

.product__linethrough__text{
    font-weight: 300;
    font-size: 14px;
}
/*----------------------------------
|              footer              |
---------------------------------- */

footer {
    background-image: linear-gradient(180deg, #363643 0, #110e17 100%);
}

.footer-logo {
    width: 60%;
}

.footer-text {
    color: #d1cfcf;
    text-align: start;
}

.footer-link {
    color: #d1cfcf;
    display: block;
    font-weight: 500;
    line-height: 25px;
}

@media (max-width: 992px) {
    .text-one {
        font-size: 45px;
    }

    .text-two {
        font-size: 20px !important;
        text-align: justify !important;
    }

    .hero-description {
        text-align: justify;
    }

    .custom-padding {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .social-links-top-right {
        justify-content: center;
    }

    .custom-btn {
        margin-top: 1.5rem;
    }

    .footer-elements {
        padding-top: 3rem;
        padding-left: 3rem;
    }

    .footer-logo {
        width: 30%;
    }

    .footer-text {
        max-width: 70%;
    }

    .main_nav {
        background-color: #fff;
        /* background-image: linear-gradient(to bottom,#e1d5de 10%,#f8c2e7 90%); */
    }
}

@media (max-width: 576px) {
    .text-one {
        font-size: 28px;
    }

    .text-two {
        font-size: 18px !important;
        text-align: justify !important;
    }

    .custom-btn {
        margin-top: 0.5rem;
    }

    .footer-logo {
        width: 60%;
    }

    .footer-text {
        max-width: 100%;
        text-align: justify;
    }
}
