﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f4f4f4;
    font-family: 'abel-regular';
    text-align: center;
    position: relative;
    overflow-x: hidden;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


    input[type="number"],
    button {
        padding: 10px;
        margin: 10px;
        background-color: #3498db;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-family: Arial, sans-serif;
        outline: none;
        cursor: pointer;
    }


a {
    text-decoration: none;
    font-family: 'abel-regular';
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

@font-face {
    font-family: 'abel-regular';
    src: url('../font_family/abel-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'dancingscript-bold';
    src: url('../font_family/dancingscript-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'dancingscript-medium';
    src: url('../font_family/dancingscript-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'dancingscript-regular';
    src: url('../font_family/dancingscript-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'dancingscript-semibold';
    src: url('../font_family/dancingscript-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'dancingscript-variablefont_wght';
    src: url('../font_family/dancingscript-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'lobster-regular';
    src: url('../font_family/lobster-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'pacifico-regular';
    src: url('../font_family/pacifico-regular.ttf') format('truetype');
}

li {
    list-style: none;
}
/*  header css start */

header {
    width: 100%;
    float: left;
}

.w_header {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    justify-content: space-between;
}

.l_to_r1 {
    width: 20%;
    float: left;
    text-align: left;
}

.l_to_r2 {
    width: 25%;
    float: left;
}

.in_to {
    width: 75%;
    float: left;
}

.nav_menu_i {
    display: none;
}

.l_to_r1 img {
    width: 233px;
}

.in_to li {
    list-style: none;
    float: left;
}

.in_to a {
    padding: 6px 12px;
}

.in_to ul {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.l_to_r2 button, .l_to_r2 a {
    padding: 8px 16px;
    font-weight: 600;
    background: linear-gradient(90deg,#00b5e6 20%,#8f42ec);
    /*background: linear-gradient(90deg,#ff4a9e,#00b5e6 50%,#8f42ec);*/
    border-radius: 5px;
    color: #fff;
    margin: 10px;
}

.main {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.in_to a:hover {
    background: #000;
    color: #fff;
}
.active_header {
    color: white !important;
    background: #000;
}

/* header css end  */

/* Footer css start */
hr {
    width: 100%;
    float: left;
    background-color: #000;
}


footer {
    width: 100%;
    float: left;
    background: #fff;
}

.full_footer {
    width: 100%;
    float: left;
}

.footer_c4 {
    width: 25%;
    float: left;
}

    .footer_c4 h3 {
        font-family: 'dancingscript-bold';
    }

footer li {
    font-family: 'abel-regular';
    font-size: 16px;
}

.cont {
    padding: 0;
}

footer li a {
    font-family: 'abel-regular';
    font-size: 16px;
    font-weight: 400;
}

.bottom_footer {
    width: 100%;
    float: left;
}

.bmenu_f {
    width: 50%;
    float: left;
}

.bottom_footer2 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    margin-bottom: 16px;
}

.bmenu_f p {
    padding: 0;
    margin: 0;
    font-family: 'abel-regular';
    font-size: 16px;
}

.bmenu_f ul {
    margin: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .bmenu_f ul a {
        padding: 8px 16px;
    }

ul {
    margin: 0;
    padding: 0;
}

/* Footer css end */

/* baner css */

.baner {
    width: 100%;
    float: left;
}

    .baner img {
        width: 100%;
        height: 650px;
    }

    .baner p {
        color: #fff;
        font-family: 'dancingscript-variablefont_wght';
        font-size: 60px;
    }

    .baner h5 {
        color: #fff;
        font-family: 'lobster-regular';
        font-size: 60px;
    }

    .baner .carousel-dark .carousel-control-next-icon, .baner .carousel-dark .carousel-control-prev-icon {
        display: none;
    }

    .baner .carousel-indicators [data-bs-target] {
        width: 30px;
        height: 30px;
    }

    .baner .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #fff;
    }

    .baner .carousel-caption {
        bottom: 6.25rem;
    }

    .baner a {
        padding: 8px 16px;
        background: #fff;
    }
/* baner css */


/* main css start */

main {
    width: 100%;
    float: left;
    padding: 20px 15px;
}

section {
    width: 100%;
    float: left;
}

main section {
    padding: 10px 0px;
}

h2 {
    font-family: 'dancingscript-semibold';
    font-size: 45px;
}

#w_delop {
    margin-top: 20px;
}

img {
    width: 100%;
    float: left;
}

/**/
.devlop {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.lr_d {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center;
}

    .lr_d p {
        font-family: 'abel-regular';
        font-size: 20px;
        margin: 0;
    }

    .lr_d h6 {
        font-family: 'lobster-regular';
        font-size: 20px;
    }

    .lr_d ul {
        text-align: left;
    }

        .lr_d ul li {
            list-style: disc;
        }
.basic_information svg {
    color: green;
    margin-right: 10px;
}
.basic_information ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px;
}


/* Team */
.team_box_f {
    width: 100%;
    float: left;
}

.team_box {
    width: 25%;
    float: left;
    padding: 20px;
}

fieldset {
    border: 10px solid #ccc;
    padding: 15px;
    border-image: linear-gradient(to right, #00b5e6, #8f42ec) 1;
}

legend {
    float: inherit;
    padding: 8px 12px;
    width: auto;
    background: #fff;
    font-family: 'dancingscript-semibold';
    font-weight: 600;
    font-size: 24px;
}

.mamber_box {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_box {
    float: left;
    width: 100%;
}

    .m_box img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        float: initial;
        object-fit: cover;
    }

    .m_box a {
        font-family: 'lobster-regular';
        font-size: 26px;
        font-weight: 400;
    }

.icon_t i {
    margin-left: 10px;
}

.menu_toggle {
    width: 80%;
    float: left;
}
/*  team css  */

/*  Product box css   */

.all_product {
    padding: 15px;
}

.all_product .product-item {
    min-height: 450px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}

    .all_product .product-item .product {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .all_product .product-item .product img {
            width: 100%;
            height: 100%;
            /*object-fit: cover;*/
        }

        .all_product .product-item .product .icons .icon {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.6s ease;
            transform: rotate(180deg);
            cursor: pointer;
        }

            .all_product .product-item .product .icons .icon:hover {
                background-color: #b71c1c;
                color: #fff;
            }

            .all_product .product-item .product .icons .icon:nth-last-of-type(3) {
                transition-delay: 0.2s;
            }

            .all_product .product-item .product .icons .icon:nth-last-of-type(2) {
                transition-delay: 0.15s;
            }

            .all_product .product-item .product .icons .icon:nth-last-of-type(1) {
                transition-delay: 0.1s;
            }

    .all_product .product-item:hover .product .icons .icon {
        transform: translateY(-60px);
    }

    .all_product .product-item .tag {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 500;
        position: absolute;
        top: 10px;
        left: 20px;
        padding: 0 0.4rem;
        font-family: 'dancingscript-semibold';
    }
.product_box {
    width: 20%;
}
    .product_box a{
        width:100%;
        float:left;
    }
    .product_box a:hover{
        color:#000;
    }

    .all_product .product-item .title {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
.list-unstyled {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

    .all_product .product-item .fa-star {
        font-size: 0.65rem;
        color: goldenrod;
    }

    .all_product .product-item .price {
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600;
    }

.all_product .fw-800 {
    font-weight: 800;
}

.all_product .bg-green {
    background-color: #208f20 !important;
    color: #fff;
}

.all_product .bg-black {
    background-color: #1f1d1d;
    color: #fff;
}

.all_product .bg-red {
    background-color: #bb3535;
    color: #fff;
}
/*  Product box css End  */
/* Serch box */
#searchBox {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.search-dropdown {
    border: 1px solid #ddd;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    z-index: 10;
    border-radius: 5px;
}

.search-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

    .search-item:hover {
        background: #f5f5f5;
    }

.search-icon {
    margin-right: 10px;
}

.search-type {
    font-size: 12px;
    color: gray;
}


.serch_boxitem input {
    padding: 8px;
    margin-bottom: 5px;
    max-width: 100%;
    width: 50%;
    float: left;
    border: 1px solid #ccc;
}

.serch_boxitem button {
    padding: 8px;
}

.category-dropdown {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    height: 320px;
    overflow-y: auto;
    z-index: 1000;
    top: 41px;
}
.category-option a {
    width: 100%;
    float: left;
}

.category-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: white;
    transition: background 0.3s;
}

    .category-option:hover {
        background: #f0f0f0;
    }

.sub-option {
    padding-left: 20px;
    font-size: 14px;
}

.serch_boxitem .icon {
    margin-right: 10px;
}

.serch_boxitem {
    text-align: center;
    width: 100%;
    float: left;
}
    .serch_boxitem h6 {
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 22px;
    }
.search_list_box {
    position: relative;
    width: 65%;
    float: left;
    text-align: left;
}
.download_app {
    float: right;
    width: auto;
}
    .download_app a {
        padding: 8px 18px;
        float: left;
        /*border: 1px solid #ccc;*/
        background: #fff;
        border-radius: 4px;
        background: linear-gradient(90deg,#00b5e6 20%,#8f42ec);
        color: #fff;
    }
/* End Serch box */

/*   Account Page css */
.Verify_section input {
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.Verify_section form {
    width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin: 46px auto;
}

.Verify_section button {
    padding: 8px 16px;
    font-weight: 600;
    background: linear-gradient(90deg,#00b5e6 20%,#8f42ec);
    border-radius: 5px;
    margin-top: 20px;
}

#loginForm form {
    width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin: 20px auto;
}
#loginForm label {
    width: 100%;
    text-align: left;
}

.input-group-append {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
}

#loginForm input {
    max-width: 100%;
}
.checkbox {
    text-align: left;
}
.register_section form {
    width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin: 20px auto;
}
.register_section input {
    max-width: 100%;
}
.register_section label {
    width: 100%;
    float: left;
    text-align: left;
}

/*   Account Page */

/* header css  */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.6s ease-in-out;
}
header {
    z-index: 9;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    transition: top 0.6s ease-in-out;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.1);
}
.google_map {
    height: 550px;
    overflow: hidden;
}

.gmap_iframe {
    width: 100% !important;
    height: 470px !important;
    border-radius: 10px;
}

/* end header css  */
/*  all_category_box css  */
.all_category {
    width: 98%;
    margin: auto;
}
.all_category_box {
    width: 16.6%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
    .all_category_box img {
        width: 80px;
        margin: auto;
        float: inherit;
        border-radius: 4px;
    }
    .all_category_box p {
        width: 100%;
        float: left;
        margin: 0;
        margin-top: 10px;
    }
    .all_category_box a {
        padding: 15px 5px;
        box-shadow: 0 0 20px #cdcddd;
        border-radius: 4px;
        width: 100%;
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.lr_d img {
    height: 500px;
}
/* end all_category_box css  */

/*  Help page css   */
.help_box {
    width: 50%;
    float: left;
    text-align: left;
    height: 340px;
}
/*  Help page css End   */
/*  Post_box css  */
.post_box {
    width: 25%;
    float: left;
    padding: 20px;
    height: 600px;
    overflow: hidden;
}

.allpost_box {
    width: 100%;
    float: left;
}

.post_bg {
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEFC;
    border-style: solid;
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
}

.post_data {
    padding: 30px 20px 20px 20px;
    width: 100%;
    float: left;
    text-align: left;
}

    .post_data h2 {
        font-size: 28px;
    }

.post_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .post_user svg {
        margin-right: 5px;
    }
.post_user span{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_data h3 {
    border-color: #E8E8E8;
    font-family: "Kanit", Sans-serif;
    font-size: 23px;
    font-weight: 800;
    margin-top: 7px;
}

.post_cat {
    padding: 2px 10px 2px 10px;
    color: #FFFFFF;
    background: linear-gradient(90deg,#00b5e6 20%,#8f42ec);
    border-color: #E8E8E8;
    border-radius: 2px 2px 2px 2px;
}

.post_bg img {
    height: 240px;
    /* object-fit: cover; */
}



/* end Post_box css  */

/* review css  */
.Reviews {
    width: 100%;
    float: left;
    text-align: center;
}

.review-box h4 {
    margin-bottom: 0;
}

.review-list {
    width: 100%;
    float: left;
}

.review-cardone {
    width: 25%;
    float: left;
    padding: 10px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}

.review-card {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    width: 100%;
    float: left;
    overflow: scroll;
    height: 200px;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.all-reviews-btn {
    margin-top: 10px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.review-box {
    width: 100%;
    float: left;
    text-align: left;
}

.review-list {
    max-height: 225px; /* Initial height */
    overflow: hidden; /* Hide extra content */
    transition: max-height 0.3s ease-in-out;
}

.expanded {
    max-height: 100%; /* Expand to full height */
    overflow: auto; /* Allow scrolling when expanded */
}

.show-more-btn {
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    background: linear-gradient(90deg,#00b5e6 20%,#8f42ec);
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition-duration: 0.3s;
    padding: 7px 45px 7px 45px;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}

/* end review css  */
.gallery-item {
    width: 20%; /* Set image thumbnail size */
    cursor: pointer;
    padding: 10px;
}

/* main css end */
/* responcive  */
@media only screen and (max-width:1180px) {
    .baner img {
        height: 550px;
    }

    .team_box {
        width: 50%;
    }
}

@media only screen and (max-width:1024px) {

    .l_to_r2 button, .l_to_r2 a {
        margin: 10px 2px;
    }
}

@media only screen and (max-width:920px) {

    .devlop {
        display: block;
    }

    .lr_d {
        width: 100%;
    }

    .menu_toggle {
        display: none;
        position: fixed;
        margin: auto;
        z-index: 9;
        height: 100%;
        width: 95%;
        left: 25px;
        top: 29px;
    }

        .menu_toggle::after {
            content: "";
            background: #00000091;
            height: 100%;
            width: 107%;
            top: -30px;
            position: absolute;
            left: -29px;
        }

        .menu_toggle div {
            z-index: 1;
            position: relative;
        }

    .nav_menu_i {
        display: block;
        cursor: pointer;
        float: right;
    }

    .w_header {
        padding: 4px 15px;
    }

    .in_to {
        width: 100%;
        float: left;
        background: #fff;
        padding: 20px;
    }

    .l_to_r2 {
        width: 100%;
        background: #fff;
        padding: 20px;
    }

        .l_to_r2 button, .l_to_r2 a {
            float: left;
            width: 100%;
        }

    .in_to ul {
        display: block;
    }

    .in_to li {
        width: 100%;
    }

    .in_to a {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {

    .search_list_box {
        width: 100%;
    }
    .Verify_section form {
        width: 80%;
    }
    .lr_d img {
        height: 200px;
    }
    .register_section form {
        width: 80%;
    }
    #loginForm form {
        width: 80%;
    }
    .all_category_box {
        width: 50%;
    }
    .gallery-item {
        width: 50%;
    }
    .review-cardone {
        width: 50%;
    }
    .post_box {
        width: 50%;
    }
    .d-md-block {
        display: block !important;
    }

    .baner h5 {
        font-size: 40px;
    }

    .baner p {
        font-size: 40px;
    }

    .baner img {
        height: 245px;
    }

    .baner a {
        padding: 6px 12px;
    }
    .baner .carousel-caption {
        bottom: 4.25rem;
    }
    .baner .carousel-indicators [data-bs-target] {
        width: 25px;
        height: 25px;
    }
    #location-input {
        width: 100% !important;
    }
    .mobile_set_input {
        width: 100%;
    }
    #heading {
        height: 48px;
    }

    .menu_toggle {
        left: 2%;
    }

        .menu_toggle::after {
            width: 109%;
        }

    .footer_c4 {
        width: 50%;
        padding: 10px;
    }
    .product_box {
        width: 50%;
    }
    .help_box {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }


}

@media only screen and (max-width:600px) {
    .post_details_left2 h2 {
        font-size: 25px;
    }
    .Verify_section form {
        width: 100%;
    }
    .register_section form {
        width: 100%;
    }
    #loginForm form {
        width: 100%;
    }
    .all_category_box {
        width: 100%;
    }
    .gallery-item {
        width: 100%;
    }
    .post_box {
        width: 100%;
    }
    .review-cardone {
        width: 100%;
    }
    .team_box {
        width: 100%;
    }

    .footer_c4 {
        width: 100%;
    }

    .bmenu_f {
        width: 100%;
        padding: 8px 0;
    }

    .bottom_footer2 {
        display: block;
    }

    .baner p {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .menu_toggle::after {
        width: 115%;
    }
    .post_data h3 {
        font-size: 18px;
    }
    .post_details_left h3 {
        font-size: 22px !important;
    }

}
@media only screen and (max-width:600px) {
    .product_box {
        width: 100%;
    }
}
