.navbar_box_shadow {
    background: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .h-xl-xxl-35 {
        height: 35px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    .bg-libary-img {
        height: 40vh;
    }

    .h-xl-30 {
        height: 30px;
    }
}


@media (max-width: 576px) {
    .h-xs-30 {
        height: 30px;
    }

    .w-xs-100 {
        width: 100%;
    }

    .bg-libary-img {
        height: 40vh;
        background-size: unset !important;
    }

}

/* navbar css */

.navbar-text-link {
    color: var(--color-black);
    font-size: var(--font-15) !important;
    font-weight: 400 !important;
    font-family: "Poppins";
}

.sign-in_btn {
    background-color: var(--color-red) !important;
    font-size: var(--font-15) !important;
    color: var(--color-white) !important;
    border-radius: 22px;
    font-weight: 600;
    font-family: "Poppins" !important;
}

.sign-in_btn:hover {
    background-color: var(--color-red) !important;
    opacity: .7;
}


.bg-libary-img {
    background-image: url("../img/png/unsplash_2JIvboGLeho.png");
    height: 37vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* ends here .. */

.opacity-text {
    font-size: var(--font-16);
    color: var(--color-white);
    opacity: .7;
    font-weight: normal;
    font-family: "Poppins";
}

.filter-box-shadow {
    background: var(--color-white);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.filter-text {
    font-family: "Poppins";
    font-weight: 600;
    font-size: var(--font-15);
    color: var(--color-black);
}

.cursor-pointer {
    cursor: pointer;
}

.b-b-red {
    border-bottom: 2px solid #c2190e;
}



.placeholder-input-text::placeholder {
    font-size: var(--font-16);
    color: #a1a1a1;
    font-weight: normal;
    font-family: "Poppins";
    opacity: .6;
}

.placeholder-input-text {
    font-size: var(--font-16);
    color: var(--color-black);
    font-weight: normal;
    font-family: "Poppins";

}



.select-text {
    font-size: var(--font-16);
    color: var(--color-black);
    font-weight: normal;
    font-family: "Poppins";
    opacity: .7;
}

.age-text-style {
    font-size: var(--font-16);
    font-weight: 400;
    color: var(--color-black);
    font-family: "Poppins";
}


.datepicker-input input {
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 4px;
}



.position-relative {
    position: relative;
}


.bucket-icon {
    position: absolute;
    right: 3px;
    top: 8px;

}

.bucket-icon2 {
    position: absolute;
    right: 3px;
    top: 14px;
}

input:focus {
    outline: unset;
}



.border-red-btn {
    border: 1px solid #CDCDCD;
    border-radius: 16px;
    font-family: "Poppins";
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    background: var(--color-white);
}

.active-red-btn {
    border: 1px solid var(--color-red) !important;
    color: var(--color-red) !important;
}


.border-red-btn:hover {
    border: 1px solid var(--color-red);
    border-radius: 16px;
    font-family: "Poppins";
    color: var(--color-red);
    ;
    font-size: 14px;
    font-weight: normal;
    background: var(--color-white);
}


.dc-cam-wrapper {
    background: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 14px 18px;
}

.br-bottom-grey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.black-bold-text {
    color: var(--color-black);
    font-family: "Poppins";
    font-weight: 500;
}

.form-small-text {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    font-family: "Poppins";
    font-size: var(--font-16);
}


.read-more-text {
    color: var(--color-red);
    cursor: pointer;
    font-size: var(--font-16);
    font-weight: 400;
}

.rotate-direction-180 {
    transform: rotate(180deg);
}



.active-pagnation-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-red);
    padding: 10px 18px;
    font-family: "Poppins";
    border-radius: 50%;
}


.cursor-pointer {
    cursor: pointer;
}

.pagenation-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
    font-family: "Poppins";
}

.copyright-text {
    color: var(--color-black);
    opacity: .5;
    font-size: var(--font-15);
    font-family: "Poppins";
}