/* Dancing Script */
@font-face {
    font-family: 'Dancing Script';
    src: url('../fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 700;
    /* full range for variable font */
    font-style: normal;
    font-display: swap;
}

/* Lato Regular */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lato Bold */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Slabo 27px */
@font-face {
    font-family: 'Slabo 27px';
    src: url('../fonts/Slabo_27px/Slabo27px-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
    transition: 0.5s ease;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

body {
    font-family: 'Lato';
}

/* navBar */

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important
}

.header-top-wrapper {
    background-color: #9C858C;
    font-size: 14px;
    font-weight: bold;
}

.navbar-brand {
    color: #3B252C !important;
    font-family: "Slabo 27px", serif;
    font-size: 27px;
    font-weight: bolder;
}

.font-vladimir {
    position: relative;
    bottom: 2px;
    margin: 0 0.125rem;
    font-family: "Dancing Script", serif !important;
    font-size: 23px !important;
}

.nav-item {
    text-transform: capitalize;
    margin: 0.5rem 1rem;
    color: #3B252C;
    font-size: 12px;
}

.headerBtn-1 {
    border: 1px solid #3B252C;
    color: white;
    background-color: #3B252C;
    margin: auto 0.25rem;
    padding: 0.5rem 1rem !important;
    height: fit-content;
    text-transform: capitalize;
    font-size: 12px;
    transition: .5s ease-in-out;

}

.headerBtn-2 {
    border: 1px solid #3B252C;
    color: #3B252C;
    background-color: transparent;
    margin: auto 0.25rem;
    padding: 0.5rem 1rem !important;
    height: fit-content;
    text-transform: capitalize;
    font-size: 12px;
    transition: .5s ease-in-out;

}

.headerBtn-1:hover {
    border: 1px solid #3B252C;
    color: #3B252C;
    background-color: transparent;
}

.headerBtn-2:hover {
    border: 1px solid #3B252C;
    color: #fff;
    background-color: #3B252C;
}

.profile-list {
    background-color: white;
    width: 200px;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    right: 1rem;
    z-index: 99;
}

.lang-list {
    background-color: white;
    width: 200px;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    right: 1rem;
    z-index: 99;
}

/* index */
.hero-bg {
    background-size: cover;
    height: 90vh;
    padding-top: 0.5rem;
    background-position: center;
}

.hero-section {
    height: -webkit-fill-available;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-para {
    text-align: left;
    font-size: 20px;
}

.modal-para {
    text-align: left;
    font-size: 14px;
}

.learnMore {
    border: 4px solid white;
    border-radius: 6px;
    color: white;
    padding: 1rem 1.5rem;
    width: 50%;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.learnMore:hover {
    color: #3B252C;
    background-color: white;
}

.sec1-learnmore {
    border: 2px solid #3B252C;
    border-radius: 6px;
    color: #3B252C;
    padding: 0.5rem 2rem;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.sec1-learnmore:hover {
    color: white;
    background-color: #3B252C;
}

.sec-1_content p {
    font-size: 20px;
    font-weight: 500;
}

.review-card {
    border: 1px solid #3B252C;
    border-radius: 24px;
}

.index-comments .arrow-left,
.index-comments .arrow-right {
    background-color: #EDEBEC;
}

.arrow-left {
    background-color: #EDEBEC;
    font-size: 24px;
    color: #3B252C;
    border: 1px solid #3B252C;
    border-radius: 12px;
    line-height: normal !important;
    transition: .5s ease-in-out;
}

.arrow-left:hover {
    background-color: #3B252C;
    color: white;
}

.sec-3-imgs {
    border-radius: 8px;
}

.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s, top 0.3s, left 0.3s;
}

.content:hover .content-details {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.content-details svg {
    width: 50% !important;
    height: auto !important;
    color: #fff;
}

.content-details .upload-icon {
    transform: rotate(180deg);
}

.package-card {
    border: 4px solid #3B252C;
    border-radius: 10px;
    color: #3B252C;
    font-size: 12px;
    background-color: white;
}

/* .package-card .btn ,.package-card-gray .btn{
    font-size: 12px;
} */
.package-card-gray {
    border: 4px solid #3B252C;
    border-radius: 10px;
    color: #fff;
    background-color: #3B252C;
    font-size: 12px;
}

.package-card .feature-container,
.package-card-gray .feature-container {
    display: flex;
}

.package-card .feature-container .feature-icon,
.package-card-gray .feature-container .feature-icon {
    display: block;
}

.package-btn-gray {
    background-color: #3B252C;
    color: #fff;
    width: 100%;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;

}

.package-btn-gray:hover {
    background-color: white;
    color: #3B252C;
    border: 2px solid #3B252C;

}

.package-price {
    font-size: 46px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.package-price .strike-price {
    font-size: 28px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.package-btn-white {
    background-color: #fff;
    color: #3B252C;
    width: 100%;
    border: 2px solid #3B252C;
    transition: 0.3s ease-in-out;
}

.package-btn-white:hover {
    background-color: #3B252C;
    color: #fff;
    width: 100%;
    border: 2px solid #fff;
}

.btn-reverse-pink {
    background-color: #fff;
    color: #3B252C;
    border: 2px solid #3B252C;
}

.text-gray {
    color: #3B252C;
}

.au-fit {
    background-color: #3B252C;
    text-align: end;
}

/* blog */
.blog_img {
    width: 100% !important;
    height: 400px !important;
}

.blog_img_home {
    width: 100% !important;
    height: 200px !important;
}

.blog-detail {
    /* width: 75%;
    overflow: hidden;
    height: 35vh; */
}

.blog-detail h2 a {
    font-size: 32px;
    font-weight: bold;
    color: #3B252C;
    text-decoration: none;
}

.blog-detail h2 a:hover {
    color: #3B252C;
    text-decoration: underline;
}

.blog-detail p {
    font-size: 16px;
}

.blog-sec h2 {
    font-size: 32px;
    font-weight: bold;
}

.blog-sec p {
    font-size: 16px;
}

.uppercase {
    text-transform: uppercase;
}

.blog-btn {
    border: 2px solid #3B252C;
    border-radius: 8px;
    font-size: 14px;
    background-color: transparent;
    color: #3B252C;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    transition: .5s ease-in-out;
}

.blog-btn:hover {
    border: 2px solid #fff;
    background-color: #3B252C;
    color: #fff;
}

/* contact page */

.btn-submit {
    background-color: #3B252C;
    color: white;
    font-size: 18px;
    z-index: 10;
    border: 2px solid #3B252C;
    border-radius: 6px;
    transition: .5s ease-in-out;
}

.btn-submit:hover {
    background-color: #fff;
    color: #3B252C !important;
    border: 2px solid #3B252C !important;
}

.fliter-badge {
    background-color: #F0EBD9;
    color: #3B252C;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1rem;
    margin: 1rem;
    border: 2px solid transparent;
    transition: .5s ease-in-out;
}

.fliter-badge:hover {
    background-color: #F0EBD9;
    color: #3B252C;
    border: 2px solid #3B252C;
}

.fliter-badge_active {
    background-color: #F0EBD9;
    color: #3B252C;
    border: 2px solid #3B252C;
    transition: .5s ease-in-out;

}

/* signin */
.form-container {
    border: 4px solid #3B252C;
    border-radius: 24px;
    /* height: 900px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wrapper {
    border: 3px solid #3B252C;
    border-radius: 14px;
    padding: 0.25rem 0.35rem;
}

.signin-btn,
.signup-btn {
    width: 100%;
    border-radius: 10px;
    padding: 0.1rem 0.75rem;
    box-shadow: none;
    outline: none;
}

.btn-active {
    background-color: #3B252C;
    color: #fff !important;
}

.submit-btn-signin {
    background-color: #3B252C;
    color: white;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: .5s ease-in-out;
}

.submit-btn-signin:hover {
    background-color: #fff;
    color: #3B252C;
    border: 2px solid #3B252C;

}

.forgot-pass {
    color: #3B252C;
}

.togglePassword {
    position: absolute;
    right: 20px;
    top: 73%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    font-size: large;
}

.togglePassword-order {
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    font-size: large;
}

.profile-heading {
    padding-left: 5rem;
    font-size: 48px;
}

.auth {
    background-color: #FCF8F7;
}

.auth form input {
    border-radius: 10px;
}

.auth form label {
    font-size: 16px;
    color: #3B252C;
}

.mail_link {
    color: #3B252C;
}

.mail_link:hover {
    color: #3B252C;
    text-decoration: underline;
}

/* home */
.home-heading h1 {
    font-size: 56px;
    font-weight: bolder;
    text-transform: capitalize;
    margin: 2rem 0 4rem 0;
}

.home-heading p {
    font-size: 16px;
    padding: 0.25rem;
}

.cta-btn {
    background-color: #3B252C;
    color: #fff;
    border: 2px solid transparent;
    transition: .5s ease-in-out;
}

.cta-btn:hover {
    background-color: #fff;
    color: #3B252C;
    border: 2px solid #3B252C;
}

.cmfu h2 {
    font-size: 42px;
    font-weight: bolder;
    text-transform: capitalize;
}

.cmfu p {
    font-size: 16px;
    text-align: justify;
}

.library-img-sec {
    position: relative;
    height: 500px;
    /* -webkit-filter: grayscale(100%); */
}

.library-img-sec h2 {
    position: absolute;
    top: 65%;
    left: 30%;
    font-size: 140px;
    color: #3B252C;
    font-weight: bolder;
}

.library-detail-sec h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3B252C;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.library-detail-sec h2::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 75%;
    /* Adjust this value to change the length of the underline */
    height: 2px;
    /* Adjust this value to change the thickness of the underline */
    background-color: #3B252C;
}

.library-detail-sec p {
    font-size: 17px;
    color: #3B252C;
}

.library-btn {
    border: 2px solid #3B252C;
    border-radius: 8px;
    font-size: 17px;
    background-color: transparent;
    color: #3B252C;
    text-transform: uppercase;
    transition: .5s ease-in-out;
}

.library-btn:hover {
    border: 2px solid white;
    background-color: #3B252C;
    color: #fff;
}

.library-btn i {
    font-size: 24px;
    position: relative;
    top: 5px;
    font-weight: lighter;
}

.poster_img {
    width: auto;
    height: 400px;
}

.video-detail p {
    font-size: 16px;
}

.video-detail h2 {
    font-size: 32px;
}

.color-palette-container h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.color-palette-details {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0rem 0.75rem;
    padding: 0.5rem 0.75rem;
    color: #fff;
    font-weight: bold;
}

.product-card-container h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
}

.product-card-detail h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.product-link {
    color: #3B252C;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1px;
}

.card-title {
    font-size: 36px;
    font-weight: bold;
}

.card-text {
    font-size: 16px;
}

.subscribe-container h2 {
    font-size: 40px;
    font-weight: bold;
}

.subscribe-input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #3B252C;
    border-radius: 0 !important;
    outline: none;
    color: #3B252C !important;
}

/* === Input Fields === */
.form-floating>.form-control {
    background-color: transparent;
    border: 1.5px solid #4b3b3b;
    /* dark brown border similar to your button */
    border-radius: 6px;
    color: #2b2b2b;
    font-size: 1rem;
    padding: 1.2rem 1rem 0.5rem 1rem;
    height: auto;
    line-height: 1.4;
}

.form-floating>.form-control:focus {
    border-color: #4b3b3b;
    box-shadow: none;
    outline: none;
}

/* === Floating Labels === */
.form-floating>label {
    color: #a49d9d;
    font-size: 0.9rem;
    padding: 0.8rem 1rem;
    transition: all 0.2s ease;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    font-size: 0.8rem;
    color: #6b5a5a;
    transform: translateY(-0.6rem);
}

.page-heading {
    font-size: 48px;
    font-weight: bold;
    text-transform: capitalize;
}

.bg-light-gray {
    background-color: #EDEBEC;
    /* background-color:gray; */
}

.closeButton_popup {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* filter */
.filtercard-content {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.filtercard-content .filtercard-content-overlay {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s;
}

.filtercard-content-details {
    position: relative;
    padding: 0 1rem;
    /* padding-left: 1em;
    padding-right: 1em; */
    width: 100%;
    /* top:52%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%); */

}

.filtercard-content-details h4 {
    font-size: 18px;
}

.filtercard-content-details p {
    font-size: 12px;
}

.filtercard-btn {
    width: 100%;
    border: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}

.filtercard-btn:hover {
    border: 3px solid #fff;
    background-color: #fff;
    color: #3B252C;
}

/* payment */
.payment-heading-btn {
    background-color: #3B252C;
    color: white;
    border-radius: 10px;
    opacity: 1 !important;
    font-size: 16px;
    text-transform: uppercase;
}

.payment-input {
    border-radius: 10px;
    border: 1px solid #A7A7A7 !important;
    padding: 12px;
    background-color: transparent;
}

.payment-input:focus {
    box-shadow: none;
    /* border-color: #A7A7A7!important; */
    border: 1px solid black !important;
    /* background-color: red; */
}

.payment-input::placeholder {
    border-radius: 10px;
    color: black !important;
    font-size: 16px;
    opacity: 1 !important;
    text-transform: uppercase;
}

option,
.form-select {
    text-transform: capitalize;
}

.reserve-btn {
    background-color: #F9A000;
    color: #fff;
    border: none;
    border-radius: 6px;
}

.btn-order {
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    padding: 0.25rem 2rem;
    background-color: #A7A7A7;
    color: #fff;
}

.order-history p {
    margin: 0 !important;
}

.save-info-btn {
    margin: auto;
    width: 60%;
    border-radius: 10px;
    padding: 0.5rem 0;
}

/* orderhistory */
.orderhistory-container {
    border: 4px solid #3B252C;
    border-radius: 24px;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* footer */
footer {
    /* background-color: #3B252C; */
    color: #231F20;
    /* padding: 4rem 10rem; */
}

.bottom-footer {
    background-color: #231F20;
    color: white;
    /* padding: 4rem 10rem; */
}

footer .nav-link {
    margin: 0;
    text-transform: capitalize !important;
    text-decoration: underline;
    color: #231F20;

}

.footer-input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid white;
    border-radius: 0 !important;
    outline: none;
    color: white !important;
}

.footer-input::placeholder {
    color: white;
}

.footer-input:focus {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid white;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
}

.rights-reserved {
    background-color: #3B252C;
    color: white;
    padding: 0.5rem 10rem;
    margin-bottom: 8rem;
    text-transform: uppercase;
}

.rights-reserved p {
    padding-left: 12rem;
}

.footer-end {
    background-color: white;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.btn-close {
    margin-left: auto;
    margin-right: 10px;

}

#closeButton_popup {
    filter: invert(1);
    opacity: 0.7 !important;
}

.footer-end p {
    display: flex;
    align-items: center;
    margin: 0;
    /* width: 95%; */
}

.footer-end .btn-footer-end {
    margin-right: 10.5rem;
    background-color: #3B252C;
    color: white;
    transition: .5s ease-in-out;
    height: fit-content;
}

.footer-end .btn-footer-end:hover {
    background-color: white;
    color: #3B252C;
    border: 1px solid #3B252C;
}

.mr-10rem {
    margin-right: 10rem;
}

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

.download-btn {
    font-size: x-large;
    font-weight: 400;
}

.download-wrapper p {
    font-size: 20px;
    color: #3B252C;
}

.download-wrapper h2 {
    font-size: 38px;
    font-weight: bold;
    color: #3B252C;
}

.playstorlink {
    margin-top: 10rem;
    margin-bottom: 1rem;
}

.availability-wrapper {
    position: absolute;
    right: 10rem;
    margin-top: 15rem;
    text-align: end;
}

.availability-wrapper h2 {
    font-size: 96px;
    font-weight: 300;
}

.full-screen-loader {
    position: fixed;
    /* or 'absolute' */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    /* Optional: background color */
    z-index: 1000;
    /* Ensure it's above other content */
}

/* Loader Styles */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid;
    border-color: #000 #0000;
    animation: l1 1s infinite;
}


@keyframes l1 {
    to {
        transform: rotate(.5turn);
    }
}

@media only screen and (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        background: #EDEBEC;
        width: 100%;
        right: 0px;
        z-index: 10;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 1rem !important;
    }

}

.footer-end .btn-footer-end {
    margin-right: 0;
    /* margin-left: 2rem  !important; */
}

.mr-10rem {
    margin-right: 0rem;
}

.rights-reserved p {
    padding: 0rem;
}

.contact-detail h2 {
    font-size: 48px;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.form-control {
    background-color: transparent;
}

.form-control:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

/* .modal-dialog{
    width: 55% !important;
    margin: auto;
} */
.modal-lable {
    font-size: small;
    color: #A7A7A7;
    padding: 1rem 0.5rem;
    line-height: normal;
}

.play-icon {
    opacity: 0.7;
    position: absolute;
    /* left: 45%;
    top: 35%; */
    cursor: pointer;
    z-index: 99;
}

.newslatter_video {
    width: 100%;
    height: 400px !important;
    display: none;
}

.essayages_video {
    width: 100%;
    height: 250px !important;
    display: none;
}

.newslatter_video::poster {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.essayages_video::poster {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.profile-form .form-control {
    border-radius: 10px;
    border: 1px solid #A7A7A7 !important;
    padding: 12px;
    background-color: transparent;
}

.profile-form .form-control:focus {
    box-shadow: none;
}

.essayages-upgrade-btn {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: auto;
    font-size: 12px;
    text-align: center;
    background-color: white;
    color: #3B252C;
    border: 2px solid #3B252C;
    transition: 0.5s ease;
}

.essayages-upgrade-btn:hover {
    background-color: #3B252C;
    color: white;
    border: 2px solid #3B252C;
}

.essayages-para {
    font-size: 12px;
    text-align: left;
}

.consultation-package-sec p,
.consultation-package-sec button {
    font-size: 16px;
}

#header-ul .nav-item {
    border-radius: 4px;
    transition: 0.5s ease;
    color: #282224;
    font-weight: bold;
    border: 1px solid #EDEBEC;
}

#header-ul .nav-item:hover,
#header-ul .nav-item.active {
    background-color: #EAD7DD;
    color: #282224;
    border: 1px solid #EAD7DD;
}


@media only screen and (min-width: 992px) and (max-width: 1293px) {

    #header-ul .nav-item .nav-link {
        font-size: 10px;
    }

    .headerBtn-1 {
        font-size: 9px;
        margin: 0 5px;
        padding: 0.25rem 0.5rem !important;
    }

    .headerBtn-2 {
        font-size: 9px;
        margin: 0 5px;
        padding: 0.25rem 0.5rem !important;
    }

    #header-ul .nav-item {
        margin: 0.25rem 0.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1117px) {
    /* #navbarSupportedContent{
        display: block !important;
        text-align: center;
    }
    #header-ul{
        justify-content: center;
    } */
}

@media only screen and (max-width: 1100px) {
    .library-img-sec h2 {
        position: absolute;
        top: 75%;
        left: 28%;
        font-size: 100px;
        color: #3B252C;
        font-weight: bolder;
    }
}

.package-head-sec {
    height: 115px;
    display: contents;
}

.package-price-sec {
    height: 170px;
}

/* @media only screen and (min-width: 576px){
.modal-dialog{
        max-width: 55%;
        margin: auto;
    }
} */
.hanger-img-left {
    width: 100px;
    height: 100px;
    left: 3.5rem;
    z-index: 1;
}

.hanger-img-right {
    top: 65%;
    right: 3.5rem;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    z-index: 1;
}

.halfwidth {
    width: 60%;
}

@media only screen and (max-width: 678px) {

    .package-head-sec,
    .package-price-sec {
        height: auto !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .navbar-collapse {
        position: absolute;
        background: #EDEBEC;
        width: 100%;
        right: 0px;
    }

    .header-top {
        /* display: none !important; */
        flex-direction: column !important;
    }

    .hero-para {
        text-align: justify !important;
        font-size: 14px;
    }

    .learnMore {
        color: white;
        padding: 0.8rem 1.5rem;
        width: 80%;
        font-size: 18px;
    }

    footer {
        /* background-color: #3B252C;
        color: white; */
        /* padding: 3rem 1rem; */
    }

    .footer-end,
    .btn-footer-end {
        font-size: 12px;
    }

    .footer-end .btn-footer-end {
        margin-left: 0 !important;
        padding: 0.5rem;
        width: 170px;
        margin-right: 1rem;
    }

    footer .navbar-nav {
        margin: 0 !important;
        padding-top: 1rem;
    }

    .rights-reserved {
        display: none !important;
    }

    .profile-heading {
        padding-left: 0;
        text-align: center;
    }

    .navbar-brand {
        color: #3B252C !important;
        font-family: 'Amasis Mt Std Black', 'serif';
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    .font-vladimir {
        position: relative;
        bottom: 1.5px;
        margin: 0 0.125rem;
        font-family: "Dancing Script", serif !important;
        font-size: 15px !important;
    }

    .hero-bg {
        background-position: center;
    }

    .library-img-sec {
        display: flex;
        align-items: center;
        height: 350px;
    }

    .library-img-sec h2 {
        top: 75%;
        font-size: 65px;
        left: 25%;
    }

    .library-detail-sec h2 {
        font-size: 18px;
        word-break: break-word;
    }

    .library-detail-sec p {
        font-size: 12px;
    }

    .library-detail-sec .text-small {
        font-size: 12px !important;
        text-align: left !important;
    }

    .library-btn {
        font-size: 10px;
    }

    .library-btn i {
        font-size: 16px;
        top: 2px;
    }

    .home-heading h2 {
        font-size: 32px;
    }

    .home-heading p {
        font-size: 18px;
        padding: 0.5rem 1.25rem;
        margin-bottom: 0;
    }

    .cmfu h2 {
        font-size: 30px;
        padding: 0 !important;
    }

    .cmfu p {
        font-size: 20px;
    }

    .video-detail {
        text-align: center;
    }

    .color-palette-details {
        padding: 0 0.5rem;
    }

    .color-palette-details h3 {
        font-size: 14px;
    }

    .color-palette-details a {
        padding: 0;
        font-size: 16px;
    }

    .card-title {
        font-size: 32px;
        text-align: center;
    }

    .subscribe-container h2 {
        font-size: 32px;
        padding: 0px 2rem;
    }

    .au-fit {
        text-align: start;
    }

    .au-fit h2 {
        font-size: 24px;
    }

    .au-fit p {
        font-size: 10px;
    }

    .des-questions h2 {
        font-size: 24px;
    }

    .des-questions p {
        font-size: 10px;
    }

    .library-detail-sec h2::after {
        width: 100%;
    }

    .page-heading {
        font-size: 32px;
    }

    .blog-sec h2 {
        font-size: 32px;
    }

    .blog-btn {
        font-size: 16px;
        padding: 0.5rem 2rem;
    }

    .fliter-badge {
        font-size: 8px;
        padding: 0.5rem;
        margin: 0.15rem;
    }

    .blog-detail {
        width: 100%;
    }

    .blog-detail h2 {
        font-size: 32px;
    }

    .blog-detail p {
        font-size: 16px;
    }

    .filtercard-content-details {
        top: 70%;
    }

    .orderhistory-container,
    .form-container {
        border: none;
        height: auto !important;
    }

    .togglePassword {
        right: 20px !important;
        top: 73% !important;
    }

    /* .modal-dialog{
        width: 80% !important;
        margin: auto;
    } */
    .modal-para {
        text-align: center;
        font-size: 12px;
        padding: 0;
    }

    .modal-lable {
        font-size: xx-small;
        color: #A7A7A7;
        padding: 1rem 0.5rem;
        line-height: normal;
    }

    .availability-wrapper {
        position: relative;
        right: 0;
        margin-top: 1rem;
        text-align: center;
    }

    .availability-wrapper h2 {
        font-size: 32px;
        font-weight: 300;
    }

    .store-link {
        width: 30%;
    }

    .playstorlink {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .download-wrapper p {
        font-size: 14px;
        color: #3B252C;
        text-align: center;
    }

    .availability-bg {
        border-radius: 20px;
        height: 35vh;
    }

    .play-icon {
        opacity: 0.7;
        position: absolute;
        left: 40%;
        top: 35%;
        cursor: pointer;
        z-index: 99;
        width: 15%;
    }

    .newslatter_video {
        width: 100%;
        height: auto !important;
    }

    .essayages_video {
        width: 100%;
        height: auto !important;
    }

    .poster_img {
        width: 100%;
        height: auto;
    }

    .essayages-upgrade-btn {
        position: relative;
        margin: auto;
        left: auto;
        top: auto;
        margin-top: 1rem;
    }

    ol {
        text-align: left !important;
    }

    .hanger-img-left {
        width: 60px;
        height: 60x;
        left: 2.5rem;
        z-index: 1;
    }

    .hanger-img-right {
        top: 60%;
        right: 2.5rem;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        z-index: 1;
    }

    .halfwidth {
        width: 100%;
    }

}

.active-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.filter-pill {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
}

.filter-pill span {
    margin-right: 5px;
}

.filter-pill .close-pill {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #666;
}

.filter-pill .close-pill:hover {
    color: #000;
}


@media (max-width: 1100px) {
    .essayages-filter-container label {
        font-size: small;
    }

    .bootstrap-select .dropdown-menu li a,
    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: x-small !important;
    }

    .bootstrap-select>.dropdown-toggle.bs-placeholder {
        font-size: x-small !important;
        padding: 3px 10px;
    }

    .filter-pill {
        font-size: x-small;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.text-pink {
    color: #3B252C;
}

.text-muted {
    color: #635B5B !important;
}