/*@font-face {
    font-family: Rosebay;
    src: url('RosebaySlabRoundedRegular.otf'),
    

}*/
@font-face {
    font-family: Timesnewroman;
    src: url('timesnewroman.ttf'),
    

}


/*@font-face {
    font-family: Rosebay;
    src: url('RosebaySlabRoundedRegular.ttf'),
    

}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: .025em;
    color: #000;
}

.section-title h2 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 55px;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title .iconimage {
    position: absolute;
    width: 5%;
    top: 20%;
    right: 48%;
}

/* Base button styles */
.category_filter .btn-demo {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

/* Hover state */
.category_filter .btn-demo:hover {
    background-color: #776b5d;
    color: #fff;
    border-color: #776b5d;
}

/* Active state */
.category_filter .btn-demo.active {
    background-color: #776b5d;
    color: #fff;
    border-color: #776b5d;
}

/* Optional: active state on click */
.category_filter .btn-demo:active {
    background-color: #776b5d;
    color: #fff;
    border-color: #776b5d;
}

/* top background image  */
.title_page {
    position: relative;
}

.title_page .title_page_image {
    background-image: url('images/pexels-photo-189333.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 0;
    text-align: center;
    position: relative;
    /* height: 300px; */

}

.title_page_image::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    top: 0px;
    background: rgb(69, 65, 62, .6);
    height: 100%;
}

.title_page_image h2 {
    position: relative;
    z-index: 1;
    color: white;
    margin: 10px 0px;
    animation: slideInDown 1s;
}

.title_pages {
    position: relative;
}

.title_pages .title_page_images {
    /* background-image: url('images/pexels-photo-189333.webp'); */
    background-size: cover;
    background-position: center center;
    /* Ensure the image starts from the bottom */
    background-repeat: no-repeat;
    padding: 10px 0;
    text-align: center;
    position: relative;
    /* height: 300px; */

}

.title_page_images::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    top: 0px;
    background: rgb(69, 65, 62, .6);
    height: 100%;
}

.title_page_images h2 {
    position: relative;
    z-index: 1;
    color: white;
    margin: 15px 0px;
    animation: slideInDown 1s;
}
@keyframes slideInDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* top background image  */
.product-icon h2 {
    margin-bottom: 70px;
}

.product-icon {
    position: relative;
}

.product-icon .iconimage {
    position: absolute;
    width: 5%;
    top: 105%;
    right: 48%;
}

/* .blog-posts {
    background: #d1d1d1;
} */
#product-icon {
    background: #d1d1d1;
}

#product-icon .brand {
    border: 3px solid #fff;
}

.nav-link.active {
    background-color: #B0A695;
    color: #000 !important;
    border-radius: 8px;
}

.nav-link:hover {
    background-color: #B0A695 !important;
    color: #000 !important;
    border-radius: 8px;
}

.page-content .product-image-gallery img {
    margin-bottom: 5px;
    border: 1px solid #000 !important;
}

#myForm h4 {
    font-size: 20px;
}

.header-right .wishlist a,
p,
i .icon-whatsapp {
    margin-right: 10px;
}

header div.header-whatsapp {
    position: absolute;
    right: 200px;
    width: 3%;
}

/* .about-text img {
    border: 10px solid #b0a695;
    float: right;
    width: 25%;
    padding: 10px 10px;
    margin-left: 25px;
} */

/* .product-main-image {
    height: 400px;
    object-fit: fill;
} */

/* .product-main-image img {
    padding: 5px;
    height: 386px;
    object-fit: fill;
} */

.portfoliyobg .gallery-box {
    padding-top: 50px;
}

.portfoliyobg .gallery-box .portfolio-overlay {
    box-shadow: 0px 0px 10px 0px #fff;
    border: 3px solid #fff;
}

/* .geeks {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
} */

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.5);
}

.category-btn {
    margin-left: 17px;
}

.category-btn .bg-btn {
    color: #fff;
    background-color: #55342b;
}

/* ////////////////////////////////////////////////////////////////////////// */
.main .intro-slide .intro-subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    padding-left: 50px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.main .intro-slide .intro-title {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-left: 50px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.main .intro-slide .intro-descripation {
    font-size: 18px;
    padding-left: 50px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.main .intro-slide .intro-descripation p {
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
}

.main .intro-slide .readmore {
    padding-left: 40px;
    text-transform: capitalize;
}

/* ////////////////////////////////////////////////////////////////////////////////// */
.icon-boxes-container {
    display: block;
    /* background: #cdbba7; */
}

/* .icon-boxes-container .section-title {
    margin-bottom: 50px;
} */

.icon-boxes-container .section-title h2 {
    color: #fff;
}

.icon-boxes-container .icon-box {
    height: 190px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30) inset;
    border: 1px solid #e1e1e1;
    padding: 25px;
    margin-bottom: 20px;
}

.icon-boxes-container .icon-box:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30) inset;
}

.icon-boxes-container .icon-box i {
    color: #fff;
}

.icon-boxes-container .icon-box .icon-box-content h3 a {
    color: #fff;
}

.icon-boxes-container .icon-box .icon-box-content p {
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-gradient-ishaaak {
    background-image: linear-gradient(to right, #eceeef, #eef0f0, #f0f2f2, #f2f3f3, #f4f5f5);
}




/* ///////////////////////////////////////////////////////////////////////////// */
#gallery {
    background: #fff7ef;
}

#gallery .grid img {
    width: 100%;
    border-radius: 5px;
}

#gallery .grid {
    margin-bottom: 30px;
}

#gallery .grid2 {
    width: 100%;
    height: 264px;
    object-fit: cover;
    /* margin-top: 30px; */
}

#gallery .grid1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#gallery .grid2 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* #gallery .grid3 {
    margin-top: 30px;
} */

#gallery .grid3 img {
    width: 100%;
}

#gallery .grid4 img {
    width: 100%;
    height: 544px;
    object-fit: cover;
}

/* #gallery .grid5 img {
    width: 100%;
    height: 250px;
} */

#gallery .grid6 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#gallery .grid7 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#gallery .grid8 img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

#gallery .grid h2 {
    color: #000;
    font-size: 15px;
    text-align: center;
    padding: 5px 0px;
}

/* #gallery .portbtn{
    color: #fff;
    background: #bc9a72;
} */
/* width: 60%;
    height: 70px;
    background: #fae6cf;
    box-shadow: 0px 0px 10px 15px #e2bf97; */

/* padding: 1.1rem 0rem 0.6rem 6rem; */

#gallery .grid {
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.5);
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

#gallery .grid:hover .overlay {
    opacity: 1;
}

#gallery .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#gallery .grid:hover .overlay {
    border-radius: 5px;
    background-color: rgba(20, 20, 20, 0.5);
}

#gallery .text a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: rgb(188, 154, 114, 0.5);
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////// */
.featured-banner-one {
    padding-left: 6%;
    width: 85%;
    /* margin-top: 9rem; */
    background: #1e4173;
    border-top-right-radius: 340px 50%;
    border-bottom-right-radius: 340px 50%;
    min-height: 450px;
}

/* //////////////////////////////////////////////////////////////////////////////// */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 600px;
    padding: 10px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    /* background-color: #3abae0; */
    color: white;
    padding: 5px 5px;
    border: none;
    cursor: pointer;
    width: 22%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: #3abae0;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */
/* .btn {
    color: #fff;
    background-image: linear-gradient(90deg, #fae6cf, #fae6cf, #eaaaaa, #e11adc, #a0a00f, #3e56a7, #14accc);
    background-size: 400%;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-shadow: 0 0 .5em rgba(255, 255, 255, 0.8);
    animation: animate 3s ease-out infinite;
}

.btn:before {
    content: "";
    background: rgb(188 154 114);
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
}

@keyframes animate {
    0% {
        background-position: 0%;
        box-shadow: 0 0 .6em #04acff;
    }

    50% {
        background-position: 60%;
        box-shadow: 0 0 .6em #e11adc;
    }

    100% {
        background-position: 100%;
        box-shadow: 0 0 .6em #3e56a7;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        margin-bottom: 30px;
    }
} */

/* /////////////////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width:390px) {
    .about-text img {
        width: 100%;
        margin-bottom: 20px;
    }

    .logo {
        width: 240%;
        margin-left: 50px;
        display: block;
        margin-top: -44px;
        margin-bottom: 0px;
        flex-shrink: 0;
        min-height: 25px;

    }

    .logo img {
        position: relative;
        right: -175px;
        width: 100%;
    }

    header div.header-whatsapp {
        margin-top: -5px;
        right: 8px;
        width: 8%;
    }


    .header-intro-clearance .header-bottom .header-right p {
        font-size: 10px;
    }

    .main .intro-slide .intro-subtitle {
        color: #000;
        font-weight: 600;
        font-size: 25px;
        padding-left: 20px;
        padding-bottom: 0px;
        text-transform: capitalize;
    }

    .main .intro-slide .intro-title {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        text-transform: capitalize;
    }

    .main .intro-slide .readmore {
        padding-left: 20px;
        text-transform: capitalize;
    }

    .intro-slider-container, .intro-slide {
        height: 135px !important;
        background-color: #f5f6f9;
    }

    .product-image {
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .banner-content {
        left: 30px;
        padding-top: 65px;
    }

    .main .intro-slide .intro-subtitle {
        font-size: 17px;
    }

    .main .intro-slide .intro-title {
        font-size: 12px;
    }

    .product-title a {
        font-size: 15px;
    }
}

.owl-carousel .owl-item img:hover {
    border-radius: 5px;
    background-color: rgba(20, 20, 20, 0.5);
}

/* category active class */

.active-category {
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

/* category active class */
/* contact page  css */
.contact_box {
    color: #fff;
    margin-bottom: 30px;
    background: #776b5d;
    padding: 40px;
    font-family: PredatorBold;
    font-size: 15px;
}
.contact_box a{
    color: #fff;
}
form.contact-form.mb-3 {
    padding: 40px;
    background: rgb(176 166 149);
}


/* contact page  css */
#trending-product .owl-nav {
    position: absolute;
    top: -22px;
    right: 0;
}

#trending-product .owl-carousel .owl-nav .owl-carousel button.owl-dot {
    height: 40px;
    background: #bc9a72;
    color: inherit;
    border: none;
    margin: 2px;
    width: 42px;
    padding: 5px !important;
    font: inherit;
}

#trending-product .owl-dots {
    display: none;
}

.intro-slider-container p {
    text-align: justify;
}

.featured-banner-one p {
    text-align: justify;
}

.abouts .des {
    text-align: justify;
}

.abouts p {
    font-size: 15px;
    text-align: justify;
}

.product-details-top p {
    text-align: justify;
}

.page_title_section {
    font-size: 28px;
    font-weight: 800;
}

.mobile_menu {
    display: block;

}

.mobile_menu .navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.mobile_menu .dropdown-submenu {
    position: relative;
}

.mobile_menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.mobile_menu .dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media screen and (max-width:768px) {
    .logo {
        width: 131%;
        margin-left: 83px;
        display: block;
        margin-top: -35px;
        margin-bottom: 0px;
        flex-shrink: 0;
        min-height: 25px;
    }

    .header-4 .header-middle .header-right {
        margin-top: 5px;
    }

    .header-intro-clearance .header-middle .header-right p {
        font-size: 15px;
        padding-right: 20px;
    }

    header div.header-whatsapp {
        margin-top: -5px;
        right: 150px;
        width: 8%;
   }
    .header-bottom .header-right {
        margin-top: 11px !important;
        flex: 0 0 calc((117% + 4px) / 2) !important;
        max-width: calc((235% + 20px) / 4);
    }
    .about-text img {
        width: 100%;
    }
   

    .about-text {
        padding: 20px;
    }

    .title_page_image h2 {
        font-size: 25px;
    }

    .page-content {
        padding: 10px;
    }

    .order-lg-first {
        margin-bottom: 30px;
    }
}

/* phone css */

.header-right .wishlist a {
    text-decoration: none;
}

.header-right .wishlist a:hover {
    text-decoration: none;
}

.header-right .wishlist a p {
    margin: 0;
    display: flex;
    align-items: center;
    color: #333;
}

.header-right .wishlist a p i {
    margin-right: 5px;
}

/* phone css */
.featured-banner-one {
    width: 85%;
    margin-top: 9rem;
    background: #3f8684;
    border-top-right-radius: 340px 50%;
    border-bottom-right-radius: 340px 50%;
    min-height: 550px;
}

.featured-banner-one img,
.featured-banner-two img {
    left: 77px;
    position: relative;
    top: -120px;
    border-bottom-right-radius: 340px 0%;
    border-bottom-left-radius: 340px 0%;
    overflow: hidden;
}

.collection p.new {
    border-radius: 10px;
    font-size: 15px;
    font-family: 'PredatorBold';
    color: #fff;
    left: 27px;
    top: 10px;
    position: absolute;
    background: #1e0342;
    padding: 4px 22px;
}


.demo {
    background: #f3eeea;
}

.testimonial {
    background: #B0A695;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
}

.testimonial:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #776B5D;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.5;
    z-index: -1;
}

.testimonial .title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonial .description {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #fff;
}

.testimonial .pic {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    /* border-radius: 50%; */
    margin-right: 15px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .content {
    display: inline-block;
    margin: 10px 0;
}

.testimonial .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.testimonial .post {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.testimonial .rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial .rating li {
    display: inline-block;
    color: #151515;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #151515;
}

@media only screen and (max-width: 479px) {
    .testimonial .testimonial-content:after {
        content: "";
    }
}

.intro-slider-container .owl-theme .owl-controls {
    margin-top: -25px;
}

.abouts {
    position: relative;
    background: #F3EEEA;
}

.abouts img.image {
    width: 100%;
    /* height: 399px; */
    border: 5px solid #fff;
    z-index: 99;
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
}
.abouts .Abouts_dec {
    padding: 10px;

}


/* ////////////////////////////////////////////// */
/* #about img {
    width: 100%;
    height: 165px;
    object-fit: cover;
} */
#category-box {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin: 0; */
    font-family: Timesnewroman;
    /* font-family: "Abril Fatface", cursive !important; */
}
@media only screen and (max-width:768px) {
    .banner {
        display: none;
    }
    .abouts img.image {
        /* height: 300px; */
        border: 5px solid #fff;
        z-index: 99;
        box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    }
    .section-title .iconimage {
        width: 13%;
        top: -2%;
        right: 44%;
    }
}
@media only screen and (max-width:390px) {
    .banner {
        display: none;
    }
    .abouts img.image {
        /* height: 230px; */
        border: 5px solid #fff;
        z-index: 99;
        box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    }
    .section-title .iconimage {
        width: 19%;
        top: 12%;
        right: 41%;
    }
}

#icons .text-darks {
    margin-top: 4%;
    margin-right: 30%;
}

/* #abouts .Abouts_dec h3.about-title {
    margin-top: 70px;
} */

#formModal button {
    /*border-start-end-radius: 15px;*/
    background-color: #776b5d;
}
    /* .gallery-item {
        position: relative;
        padding: 15px;
    }
    .gallery-item img {
        border-radius: 5px;
        transition: transform 0.3s ease;
    }
    .gallery-item img:hover {
        transform: scale(1.05);
    }
    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    } */
.port {
    background-color: #f3eeea;
}

.custom-checkbox .click-arow a:after {
    color: #333;
    content: '\f110';
    display: block;
    font-family: 'molla';
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 9px;
    right: 1.6rem;
    margin-top: -.7rem;
}

.product-gallery-vertical .product-main-image {
    border: 8px solid #776b5d;
}
.gallery-item {
    cursor: pointer;
}
div#footer-icon ul {
    display: flex;
}

#footer-icon ul li {
    font-size: 20px;
    margin: 0px 5px;
}
.title_page_image h6 {
    position: relative;
    z-index: 1;
    color: white;
    margin: 10px 0px;
    animation: slideInDown 1s;
}
div#prodmancat p {
    text-align: justify;
}
#product-content ul, ol {
    padding-left: 40px;
    list-style: disc;
}
#product-content ol, ul {
    padding-left: 0px;
}
.Abouts_dec h2 {
    font-size: 22px;
}
.Abouts_dec h2 {
    margin-top: 8px;
    font-size: 22px;
}
.abouts p {
    margin-bottom: 5px;
    font-size: 15px;
    text-align: justify;
}