@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    box-sizing: border-box;
}

body{
    padding: 0;
    margin:0;
    font-family: "Open Sans", serif;
    min-height:100%;
    height: 100%;
}
html{
    height:100%;
}

ul,li{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

/*Typography*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{  font-family: "Open Sans", serif;  margin-bottom: 0;}

h1, .h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 60px;
    color: #2c2c2c;
}
h2, .h2{
    font-size:36px; 
    font-weight: 700;
    line-height: 52px;
    color: #2c2c2c;
}
h3, .h3{
    font-size:24px;
    font-weight: 700;
    line-height: 28px;
    color: #2c2c2c;
}
h4, .h4{font-size:22px;}
h5, .h5{font-size:20px;}
h6, .h6{font-size:18px;}

p{
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", serif;
    margin-bottom: 0;
    color: #2c2c2c;
}

a {
    font-family: "Open Sans", serif;
     -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* header-css-start */
.header_section {
    padding: 15px 10px;
}

.header_section .navbar {
    padding: 0;
}
.menu_link {
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
    padding-left: 16px;
}   
.menu_link:hover{
    color: #9b6cbc;
}
.active {
    color: #9b6cbc;
}

/* header-css-end */
.logo_wrp a img {
    width: 100%;
    max-width: 100px;
}
.search_section {
    margin: 40px 0;
}
.searchBar {
    width: 100%;
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}
#searchQueryInput {
    width: 100%;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 26px;
    padding: 12px 10px 12px 56px;
    font-size: 16px;
}
#searchQuerySubmit {
    width: 3.5rem;
    height: 48px;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #9b6cbc;
    border-radius: 0  26px 26px 0;
}
#searchQuerySubmit:hover {
    cursor: pointer;
}
.second_main_wrap {
    /*display: flex;*/
    /*background: linear-gradient(82deg, rgba(195,161,223,1) 0%, rgba(213,191,232,1) 22%, rgba(234,223,244,1) 60%);*/
    /*align-items: center;*/
    /*gap: 20px;*/
    /*padding: 20px 28px 20px 28px;*/
    border-radius: 30px;
    /*font-size: 16px;*/
}
/*.pahia_welcome_wrap {*/
/*    width: 70%;*/
/*}*/
/*.pahia_welcome_img {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.pahia_welcome_img img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}

.pahia_welcome_wrap p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 15px;
}
.third_main_wrap{
    padding: 16px 0 0;
}
.see_all_wrap{
    font-size: 20px;
    line-height: 32px;
    color: #2c2c2c;
    font-weight: 600;
}
.see_all_wrap:hover {
    color: #9b6cbc;
}
.mySwiper_2 {
    padding: 0 50px;
}
.mySwiper_2 .swiper-button-next:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    background: #9b6cbc;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10px;
    position: absolute;
}
.mySwiper_2 .swiper-button-prev:after {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    background: #9b6cbc;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -9px;
    position: absolute;
}
.categories_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 20px;
}
.categori_item_1{
    display: flex;
}
.categori_product_1 img {
    padding: 12px;
    width: 100%;
    max-width: 70px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(202, 171, 227, 1) 0%, rgba(211, 188, 231, 1) 27%, rgba(234, 223, 244, 1) 77%);
}
.categori_product_1 p {
    font-size: 18px;
    line-height: 32px;
    color: #2c2c2c;
    padding-top: 14px;
}
.categori_item_1 {
    display: flex;
    gap: 60px;
}
.categori_product_1 {
    text-align: center;
}
.client_img img {
    width: 100%;
    max-width: 80px;
    border-radius: 50%;
}
.near_by_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #bbbabb;
    padding: 20px 15px;
    border-radius: 12px;
}
.near_by_wrap:hover {
    background: #f2f2f2;
}
.client_km img {
    width: 100%;
    max-width: 40px;
}
.client_km {
    text-align: right;
    width: 20%;
}
.client_img {
    width: 8%;
}
.client_data {
    width: 92%;
}
.near_inner_1 {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 80%;
}
.product_inner_img {
    width: 30%;
}

.product_back_btn {
    width: 70%;
    display: flex;
    justify-content: end;
}


.fourth-section {
    margin-top: 20px;
}
.client_data p {
    padding-top: 5px;
}
.client_img img {
    width: 100%;
    max-width: 70px;
    border-radius: 50%;
    height: 70px;
    object-fit: cover;
}

.client_km p {
    font-size: 15px;
    line-height: 20px;
    color: #2c2c2c;
    padding-top: 12px;
}
.fourth-section{
    padding-bottom: 100px;
}
.categories_slider {
    margin: 20px 0 0px 0;
}
.categories_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}


/* foooter-css-start */

.footer {
    background-color: #f5f5f5;
    padding: 80px 0 20px;
}
.footer_logo img{
    width: 100%;
    max-width: 140px;
}
.footer_menu ul li {
    display: block;
    margin-bottom: 10px;
}

.footer_logo {
    line-height: 1;
    margin-bottom: 25px;
}
.footer .footer-about p {
    font-size: 14px;
    color: #2c2c2c;
    width: 100%;
    max-width: 380px;
}
.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #2c2c2c;
    font-size: 16px;
    color: #2c2c2c;
    margin-right: 10px;
    transition: 0.3s;
}
.footer .social-links a:hover {
    color:#9b6cbc;
    border-color:#9b6cbc;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer_menu ul i {
    margin-right: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    color: #9b6cbc;
}
.footer .footer_menu ul a {
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    display: inline-block;
    line-height: 1;
}
.footer .footer_menu ul a:hover {
    color: #9b6cbc;
}
.footer .footer-contact p {
    margin-bottom: 5px;
}
/* foooter-css-end */
.product_details_section {
    padding: 80px 0 30px;
}
.product_outer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_inner_img img{
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.product_back_btn a {
    background: #f2f2f2;
    border: 1px solid #bbbabb;
    padding: 10px 26px;
    border-radius: 50px;
    display: block;
    text-align: center;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.product_back_btn a:hover {
    color: #ffffff;
    background: #9b6cbc;
    border: 1px solid #9b6cbc;
    transition: all 0.3s ease-in-out;
}
.product_client_details {
    margin-top: 20px;
}
.product_client_details h4 {
    margin-bottom: 10px;
}
.product_client_details p {
    padding-top: 4px;
    font-size: 16px;
    line-height: 24px;
}
.product_links_wrap {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}


.link_inner_wrap a {
    background: linear-gradient(191deg, rgba(195,161,223,1) 0%, rgba(213,191,232,1) 31%, rgba(234,223,244,1) 68%);
    padding: 12px 30px;
    display: block;
    border-radius: 50px;
    color: #2c2c2c;
}
.link_inner_wrap a i {
    padding-right: 10px;
}

.menu_main_wrap ul li {
    display: block;
}
.menu_items_section {
    border-top: 1px solid #bbbabb;
    padding-top: 20px;
    padding-bottom: 80px;
}

.menu_main_wrap ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
}
.menu_main_wrap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: #2f2f2f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.categories_items_inner_wrp {
    margin-bottom: 60px;
}
.categori_product_1.categori_layout {
    border: 1px solid #bbbabb;
    padding: 30px 15px;
    display: block;
    padding: 20px 10px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.categori_product_1.categori_layout:hover {
    background: #f2f2f2;
}
ul.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px 0;
}


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #9b6cbc;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #9d70bc;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #9b6cbc;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #9b6cbc;
    --bs-pagination-active-border-color: #9b6cbc;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}


.page-link:focus {
    z-index: 3;
    color: #9b6cbc;
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: none;
}














