/* heading font */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');
/* .ovo-regular {
    font-family: "Ovo", serif;
    font-weight: 400;
    font-style: normal;
  } */

/* .dancing-script-<uniquifier> {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */

/* paragrapg fonts */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* .raleway-<uniquifier> {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  } */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* // <uniquifier>: Use a unique and descriptive class name
  // <weight>: Use a value from 300 to 800 */

/* .open-sans-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  } */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/* .titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
   */
.avtive {
    display: block;
    ;
}

:root {
    --bachgorundColor: #ffbe33;
    --paragraphColor: rgb(24, 36, 55);
    --btnColor: #ffbe33;
    /* --btnColor: #b27805; */
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* universal css */
a {
    color: white;
    text-decoration: none;
}

a:link {
    /* background-color: var(--bachgorundColor); */
    color: white;
}

a:hover {
    /* background-color: var(--bachgorundColor); */
    color: rgb(2, 104, 29);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Ovo", serif;
    color: #d3d3d3;
}

h2 {
    font-family: "Dancing Script", cursive;
    font-size: 34px;
    font-weight: 600;
    color: #222831;
}

p {
    font-family: "Open Sans", sans-serif;
}

.error {
    color: red;
}

.btn {
    padding: 7px 15px;
    background-color: var(--btnColor) !important;
    font-family: 'Open Sans';
}

a:hover 
{
    text-decoration: none;
    /* background-color: rgb(29, 30, 50); */
    color: white;
}

ul li {
    list-style-type: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #834a0429;
}

::selection {
    background-color: var(--bachgorundColor);
    color: black;
}

/* .container-all {
    max-width: 1200px;
    min-width: 80%;
    margin: 0px auto;
} */

/* body css */
body {
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: var(--btnColor); */
}

/* ***********************************header section css*********************************** */
.header-section {
    background-color: var(--paragraphColor);
}

/* ***************header top css*************** */
.header-top {
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(274.41% 48.8% at 48.8% 60%, #835E37 0%, #FADD93 100%);
    /* background: linear-gradient(var(--paragraphColor), var(--bachgorundColor), var(--paragraphColor)); */
}

.header-top .container {
    display: flex;
    height: 100%;
    justify-content: space-between !important;
    align-items: center;
}

.header-top .header-left {
    height: 100%;
}

.header-top .header-left .text {
    line-height: 50px;
    color: white;
}

.header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-right .contact-num {
    margin-right: 10px;
}

.header-right .contact-num a {
    text-decoration: none;
    color: white;
}

.header-right .social-media {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-right .social-media .media-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--bachgorundColor);
    font-size: 15px;
    color: black;
    transition: all 1s ease-in;
}

.header-right .social-media .media-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: all 1s ease-in-out;
}

.header-right .social-media .media-icon a:hover {
    border: 2px solid var(--btnColor);
}

.header-right .social-media .media-icon:hover {
    background-color: #b27805 !important;
    color: white;
}

.header-right .social-media .media-icon:not(:last-child) {
    margin-right: 7px;

}

.header-right .user-hamblog {
    display: none;
}


/* ****************header botton css**************** */

.header-botton {
    position: relative;
    height: 500px;
}

.navigation-section {
    height: 100px;
    background-color: var(--paragraphColor);
    position: relative;
    width: 100%;
    z-index: 11;
}

.cart-added-alert-btn {
    position: fixed;
    right: -300px;
    top: 75px;
    background-color: green;
    height: 50px;
    width: 300px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.cart-added-alert-btn p {
    color: white;
}

.navigation-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: white;
}

/* .navigation-section .container .logo{
    margin-bottom: 0px;
} */
.navigation-section .container .logo a img {
    height: 60px;
    width: 90px;
}

.navigation-section .container .nav-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 90px;
}

.right-sideHamb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;

}

.userDropDown-icon {
    display: none;
    position: absolute;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /* border: 1px solid white; */
    text-align: center;
    line-height: 40px;
    /* background-color: black; */
    cursor: pointer;
}

.sign-login {
    display: none;
    position: relative;
    width: 210px;
    padding: 31px;
    right: 105px;
    background-color: var(--paragraphColor);
    border-radius: 10px;
}

.hambargar-icon,
.profile-icon {
    display: none;
}

.hambargar-icon .hambar-logo,
.profile-icon .user-logo {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: black; */
    border-radius: 50%;
}

.hambargar-icon .hambar-logo i,
.profile-icon .user-logo i {
    font-size: 25px;
}

.hambargar-icon .hambar-logo .close {
    display: none;
    color: white;
}

.nav-bar .nav-content .items {
    margin-right: 10px;
    background-color: transparent;
    height: 100%;
    line-height: 100px;
}

.nav-bar .nav-content .nav-profile {
    display: none;
}

.nav-bar .nav-content .items a {
    height: 100%;
    line-height: 100px;
    padding: 0px 25px;
}

.nav-bar .nav-content .items a:hover {
    background-color: transparent !important;
    color: pink;
}

.apnt-btn a {
    border: none;
    outline: none;
    padding: 8px 10px;
    border-radius: 15px;
    background-color: var(--bachgorundColor);
    color: white;
}

.apnt-btn a:hover {
    background-color: var(--paragraphColor);
    box-shadow: 0px 0px 15px var(--bachgorundColor);
}

.nav-bar .nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 15px;
    height: 100%;
}

.right-sideHamb .cart {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.cart .profile .prof-icon,
.wiselist .prof-icon {
    /* margin-left: 10px; */
    height: 50px;
    width: 50px;
    background-color: var(--bachgorundColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.login-name {
    display: block;
    margin-top: 6px;
}

.cart .profile {
    position: relative;
}

.after-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart .profile .form-sign_login .signup a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.frm-sign .email-details {
    width: 100%;
}

.email-details {
    width: 100%;
}

#logFrm .password {
    width: 80%;
}

.logIn-frm a {
    text-align: center;
}

.cart .profile .form-sign_login .login a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}

.cart .profile .form-sign_login {
    display: none;
    position: absolute;
    background-color: var(--paragraphColor);
    top: 60px;
    left: -150px;
    width: 180px;
    border-radius: 15px;
    overflow: hidden;
}

.cart .profile .form-sign_login li {
    border-radius: 15px;
}

.cart .profile .prof-icon:hover,
.wiselist .prof-icon:hover {
    background-color: var(--paragraphColor);
    box-shadow: 0px 0px 15px var(--btnColor);
}

.cart-iten {
    background-color: #ffbe33;
    height: 50px;
    width: 150px;
    /* display: flex; */
    align-content: space-around;
    border-radius: 50px;
}

.cart-iten a:hover {
    background-color: var(--paragraphColor);
    box-shadow: 0px 0px 15px var(--btnColor);
}

.cart-iten .cart-dropdown h4 {
    font-size: 15px;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.cart-dropdown p {
    text-align: center;
    margin-bottom: 10px;
    background-color: gray;
    padding: 8px 0px;
}

.cart-dropdown .cartitems li {
    margin-bottom: 10px;
    background-color: gray;
    padding: 8px 0px;
}

.cart-dropdown .cartitems li h4 {
    margin-bottom: 0;
}

.order-cartdetails {
    min-width: 320px;
    padding: 15px;
    position: absolute;
    right: 7px;
    top: 50px;
    opacity: 0;
    /* display: block; */
    visibility: hidden;
    background-color: var(--paragraphColor);
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    z-index: 55555;
    border: 2px solid var(--btnColor);
    transition: all 0.5s ease-in-out;
}

.cart-iten:hover .order-cartdetails {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}

.order-cartdetails .cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

#view-page {
    background-color: var(--bachgorundColor);
    width: 36%;
}

.cart-iten a sup {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 20px;
    margin: 0px 15px;
}

.cart-iten a {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    /* margin: 0px 31px; */
    text-align: center;
    border-radius: 50px;
}

.cart-iten .header-cart i {
    height: 100%;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-right: -30px;
    background-color: white;
    color: black;
}

.cart .item:not(:last-child) {
    margin-right: 10px;
}

.slider-section {
    height: 500px;
    position: absolute;
    width: 100%;
}

.slider-section .carousel {
    height: 100%;
}

.slider-section .carousel .carousel-inner {
    height: 100%;
}

.slider-section .carousel .carousel-inner .active {
    height: auto !important;
}

/* --------------------------------------------lightBox section-------------------------------------------- */
.lgBox {
    height: 100%;
    width: 100%;
    background-color: rgba(21, 52, 58, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    /* display: none; */
}

.lgBox .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lgBox .inner .lb-container {
    padding: 35px;
    border-radius: 20px;
    background-color: rgb(24, 36, 55);
    /* width: 60%; */
    height: auto;
    position: relative;
}

.lgBox .inner .lb-close {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: black;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.lgBox .inner .lb-close:hover {
    background-color: rgb(86, 86, 86);
    color: white;
}
/* ----------------------------------------------------------------- */
.lgBox2 {
    height: 100%;
    width: 100%;
    background-color: rgba(21, 52, 58, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    /* display: none; */
}

.lgBox2 .inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lgBox2 .inner .lb-container {
    padding: 35px;
    border-radius: 20px;
    background-color: rgb(24, 36, 55);
    /* width: 60%; */
    height: auto;
    position: relative;
}

.lgBox2 .inner .lb-close {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: black;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.lgBox2 .inner .lb-close:hover {
    background-color: rgb(86, 86, 86);
    color: white;
}

/* ***********************************lightBOx section end*********************************** */

/* *************************************form section css start************************************* */
.signUp-frm {
    display: none;
}

.frm-sign {
    /* width: 60%; */
    margin: auto;
}

.frm-sign h4 {
    text-align: center;
    margin-bottom: 32px;

}

/* ::placeholder{
    margin-left: 50px;
} */
.sub-label {
    display: block;
    margin: 10px 0px;
    position: relative;
    height: 35px;
    border-radius: 30px;
    /* background-color: rebeccapurple; */
    outline: none;
    border: none;
    margin-bottom: 17px;
    /* width: 50%; */
}


.signup-icon {
    position: absolute;
    /* width: 100%; */
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 0px 0px 25px;
    z-index: 1;
}

.sign-name,
.sign-email,
.pswd,
#submit {
    height: 90%;
    width: 100%;
    border-radius: 36px !important;
    outline: none;
    border: 1px solid var(--btnColor) !important;
    padding: 0px 0px 0px 50px !important;
}

.submitfrm-heading {
    margin-bottom: 10px;
}

.sub-subbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

#user-input {
    display: block;
    height: 32px;
}

.submitbtn p {
    text-align: center;
    margin-top: 10px;
}

.cap-generator-refresh {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}

#image {
    display: inline-block;
    background-color: var(--bachgorundColor);
    color: white;
    padding: 5px 15px;
    text-decoration: line-through;
}

.refresh {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: gray;
    cursor: pointer;
    color: white;
}

#singUp-btn {
    padding: 10px 38px;
    border: none;
    background-color: var(--btnColor);
    border-radius: 22px;
    font-weight: bold;
    margin-top: 20px;
}

#singUp-btn::before {
    border-radius: 22px !important;
}

/* logIn form start */
.frm-log {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login-icon {
    position: absolute;
    /* width: 100%; */
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 0px 0px 25px;
}

.log-email {
    height: 100%;
    width: 100%;
    border-radius: 36px !important;
    outline: none;
    border: 1px solid var(--btnColor) !important;
    padding: 0px 0px 0px 50px !important;
}

#logIn-btn {
    padding: 10px 38px;
    border: none;
    background-color: var(--btnColor);
    border-radius: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.log-submitbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.log-submitbtn input {
    margin-bottom: 10px;
}

/* login form end */


/* book appointment start */
.booking_apnt {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 350px;
}

.booking_apnt h4 {
    text-align: center;
    margin-bottom: 32px;
}

.bookApnt {
    margin-bottom: 20px;
    width: 100%;
}

.bookApnt label {
    width: 100%;
    position: relative;
    height: 35px;
}

.bookApnt label .bok-apnt-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 25px;
}

.bookApnt label input {
    width: 100%;
    padding-left: 50px;
    border-radius: 36px !important;
    outline: none;
    border: 2px solid var(--btnColor);
}

.book-label {
    height: 35px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.book-subbtn input[type='submit'] {
    padding: 10px 20px;
    border-radius: 20px;
    background-color: var(--bachgorundColor);
    outline: none;
    border: none;
}


/* book appointment end */
/* ***********************************form section css end*********************************** */

/* *************************************main section css************************************* */
/* ********search button css******** */
.search-btn {
    z-index: 11;
    position: relative;
    height: 50px;
    width: 500px;
    /* background-color:aqua; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    margin: -25px auto 0px auto;
}

.search-btn .search-icon,
.sr-btn {
    position: absolute;
}

.search-btn .search-icon {
    margin-left: 30px;
    z-index: 11;
}

.search-btn input[type="search"] {
    border-radius: 30px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 70px;
    border: 2px solid var(--btnColor);
}

/* **************search content css************** */
.src-content {
    height: 450px;
    /* background-color: yellowgreen; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

/* search content left */
.src-content .src-left {
    height: 75%;
    display: grid;
    grid-template-columns: 150px 150px 150px 150px;
    width: 60%;
    grid-gap: 10px;
    margin-right: 7px;
    margin-left: 0;
}

/* .src-content .src-left .sr-left-items {
    border-radius: 20px;
    border: 2px solid #ffad00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 133px;
    cursor: pointer;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin-bottom: 55px;

} */
.src-content .src-left .sr-left-items {
    border-radius: 20px;
    border: 2px solid #ffad00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 133px;
    cursor: pointer;
    padding: 10px 0px 0px 0px;
    position: relative;
    margin-bottom: 55px;
    background: linear-gradient(0.5turn, #ad6f41, #dcc76b);

}

.src-content .src-left .sr-left-items:hover {
    box-shadow: 0px 0px 10px gray;
}

/* .src-content .src-left .sr-left-items h5 {
    position: absolute;
    border: none;
    outline: none;
    margin: 10px 0px;
    color: var(--paragraphColor);
    font-size: 16px;
    padding: 0px 19px;
    text-align: center;
    bottom: 16px;
} */

.src-content .src-left .sr-left-items h5 {
    font-weight: bold;
    position: absolute;
    border: none;
    outline: none;
    margin: 10px 0px;
    color: #212529;
    font-size: 13px;
    padding: 0px 19px;
    text-align: center;
    bottom: 25px;
    font-weight: 600;
    /* font-size: 34px; */
}

.src-content .src-left .sr-left-items h5 a:hover {
    color: white;
}

.src-content .src-left .sr-left-items .sr-img-container {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    top: -50px;
    border: 2px solid #ffad00;
    overflow: hidden;
    transition: all 0.5s ease;
    position: absolute;
}

.src-content .src-left .sr-left-items .image {
    position: absolute;
    bottom: 10px;
    width: 70%;
    opacity: 0.3;
}

.src-content .src-left .sr-left-items:hover .cat-ser-img {
    scale: 120%;
}

.search-carousal .carousel .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
}

.search-carousal .carousel .carousel-inner .carousel-item a img {
    height: 100%;
    width: 100%;
}

.src-content .src-left .sr-left-items .sr-img-container img {
    height: 100%;
    width: 100%;
}

/* search content left end */
/* search content right start */
.src-content .src-right {
    height: 75%;
    width: 40%;
    margin: 20px 0px;
}

.src-right .search-carousal {
    height: 100%;
    width: 100%;
}

.src-right .search-carousal .carousel {
    height: 100%;
    width: 100%;
}

.src-right .search-carousal .carousel .carousel-inner {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.search-carousal .carousel .carousel-inner .active {
    height: 100%;
    width: 100%;

}

/* search content right end */
/* sale section start */
/* plagins css */

/* #testimonial_area {
    padding: 10% 0;
} */

.service-box-area {
    /* padding: 30px; */
    position: relative;
    display: block;
    background: var(--paragraphColor);
    color: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    margin: 40px 0;
    /* border: 4px solid var(--btnColor); */
    border-radius: 20px;
}

.service-tab_content {
    overflow: hidden;
}

.box-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area span {
    color: white;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area .content {
    color: white;
}

.service-box-area .service-img-area {
    width: 100%;
    height: 250px;
    /* position: absolute; */
    /* top: -40px; */
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid var(--btnColor);
    border-radius: 0px 0px 0px 120px;
    overflow: hidden;
    /* box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5); */
}

.service-box-area .service-img-area img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.service-box-area .content {
    padding: 10px 30px;
}

.service-icon {
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}

.service-icon i {
    margin: 0 10px;
    color: var(--bachgorundColor);
    font-size: 18px;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: var(--bachgorundColor);
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
}



/* plagins css end */
.top-sale-section .service-heading {
    text-align: center;
    margin: 60px 0px;
}

.top-sale-section .container {
    border: 4px solid var(--btnColor);
    border-radius: 20px 20px 70px 70px;
    overflow: hidden;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
    height: 750px;
}

.top-sale-section .container .top-saleBtn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fndbtn {
    position: absolute;
    width: 100%;
    z-index: 5555;
    bottom: 6%;
    display: none;
}

.sale-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}

/* .sale-details .left #top{
    
} */
.sale-details .left {
    cursor: pointer;
}

.sale-details .sale-items:hover {
    background-color: var(--bachgorundColor);
    box-shadow: 5px 5px 10px rgba(24, 24, 60, 0.5) !important;
}

.sale-details .sale-items {
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    box-shadow: 5px 5px 10px rgba(24, 24, 60, 0.5) !important;
    transition: box-shadow .3s ease !important;
    cursor: pointer !important;
    border-radius: 24px;
    color: var(--paragraphColor);
}

.sale-details .left #top {
    background-color: var(--bachgorundColor);
    box-shadow: 5px 5px 10px rgba(24, 24, 60, 0.5) !important;
}

.sale-details .sale-items.active {
    background-color: var(--bachgorundColor);
    box-shadow: 5px 5px 10px rgba(24, 24, 60, 0.5) !important;
}


.sale-details .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-details .right .sale-items:not(:last-child) {
    margin-right: 10px;
}

.topContent,
.productContent,
.traningContent,
.popularContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
}

.top-saleContent {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.sale-item {
    background-color: var(--paragraphColor);
    border-radius: 0px 0px 20px 20px;
    min-width: calc(100% /4);
    margin-right: 5px;
}

/* .sale-item:not(:last-child) {
    margin-right: 5px;
} */

.sale-item .sale-image {
    border: 4px solid var(--btnColor);
    border-radius: 0px 0px 0px 140px;
    overflow: hidden;
    /* box-shadow: 0px 5px 5px black; */
}

.sale-item .details-img {
    padding: 8px 20px
}

.sale-item .details-img h5 {
    margin-bottom: 10px;
}

.sale-item .sale-image img {
    width: 100%;
    height: 260px;
}


.sale-item .sale-image img:hover {
    width: 120%;
}

.service-tab_content {
    display: none;
}

.service-tab_content.active {
    display: block;
}

.tab_content {
    position: absolute;
}

.cart-option {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.cart-option h6 {
    line-height: 40px;
}

.cart-option a {
    height: 40px;
    width: 40px;
    background-color: var(--bachgorundColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.cart-option a i {
    color: white;
}

.cart-number {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: -14px;
    left: -8px;
}

.cart-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 45px;
}

/* sale section css end */


/* member ship section start */
.membership-section .container {
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    margin-top: -150px;
    /* background-color: rgba(0, 255, 255, 0.5); */
}

.membership-section .container .gold-plan,
.membership-section .container .silver-plan {
    width: 38%;
    background-color: var(--paragraphColor);
    height: 65%;
    border-radius: 70px;
    padding: 60px;
    border: 4px solid var(--btnColor);
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.membership-section .container .gold-plan {
    background: -webkit-linear-gradient(left, rgb(19, 29, 47), rgb(214, 125, 0));
}

.membership-section .container .silver-plan {
    background: -webkit-linear-gradient(left, rgb(19, 29, 47), rgb(170, 168, 166));
}

.membership-section .container .gold-plan a,
.membership-section .container .silver-plan a {
    padding: 7px 15px;
    border-radius: 20px;
    background-color: var(--bachgorundColor);
    width: 40%;
    text-align: center;
}

.membership-section .container .gold-plan h3 {
    background: -webkit-linear-gradient(right, rgb(166 166 166), rgb(255 149 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.membership-section .container .gold-plan h3,
.membership-section .container .silver-plan h3 {
    margin: 10px 0px;
}

/* membership section end */

/* testimonial section start */
/* #testimonial_area {
    padding: 10% 0;
} */

#testimonial_area .container h2 {
    color: var(--paragraphColor);
    text-align: center;
    margin-bottom: 46px;
    font-size: 50px;
}

.box-area {
    padding: 30px;
    position: relative;
    display: block;
    background: var(--paragraphColor);
    color: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    margin: 40px 0;
    border: 4px solid var(--btnColor);
    border-radius: 20px;
}

.box-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-top: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area span {
    color: white;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area .content {
    color: white;
}

.box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border: 5px solid var(--btnColor);
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area .img-area img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.socials {
    margin-top: 30px;
}

.socials i {
    margin: 0 10px;
    color: var(--bachgorundColor);
    font-size: 18px;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    background: var(--bachgorundColor);
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }

    .membership-section .container .gold-plan a,
.membership-section .container .silver-plan a {
    
    width: 85%!important;
    
}
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
}

/* testimonial section end */

/* why choose us section start */
.choose-us {
    margin-bottom: 50px;
}

.choose-us .container h2 {
    text-align: center;
    margin-bottom: 50px;
}

.choose-us .container .benifit-choose {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    /* height: 300px; */
    grid-gap: 5px
}

.choose-us .container .benifit-choose .reason {
    background-color: var(--paragraphColor);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 200px;
}

.choose-us .container .benifit-choose .reason h4 {
    margin-bottom: 10px;
    color: var(--bachgorundColor);
}

.choose-us .container .benifit-choose .reason {
    padding: 10px;
}

/* why choose us section end */

/* service reeach section start */
/* .reach-section {} */

.reach-section .container {
    height: 300px;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.reach-section hr {
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 444;
    background-color: var(--bachgorundColor);
}

.reach-section .container .our-reach-content {
    width: 70%;
    background-color: var(--paragraphColor);
    height: 80%;
    border-radius: 60px;
    position: absolute;
    z-index: 99999;
    border: 4px solid var(--btnColor);
    display: flex;
    justify-content: space-around;
}

textarea::placeholder {
    color: rgb(220, 220, 220);
    opacity: 1;
}

.our-reach-content .reach-text textarea {
    background-color: transparent;
    outline: none;
    border-radius: 40px;
    padding: 20px 0px 0px 20px;
    color: rgb(222, 222, 222);
}

.our-reach-content .reach-text,
.reach-heading {
    padding-top: 20px
}

.clint-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.clint-details span {
    color: var(--bachgorundColor);
    font-weight: bold;
}

.clint-details::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: var(--bachgorundColor);
    left: 56%;
    transform: translateX(-50%);
}

.our-reach-content .reach-text button {
    margin: 10px 0px 0px 20px;
}

/* service reach section end */

/* subscribe section start */
.subscribe-section .container {
    height: 200px;
}

.subscribe-section .container .subscribefrm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subscribe-section .container .subs {
    position: relative;
    width: 400px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
}

.subs .subs-icon {
    position: absolute;
    z-index: 222;
    height: 100%;
    width: 60px;
    text-align: center;
    line-height: 50px;
    background-color: var(--bachgorundColor);
    color: white;
    transition: all 1s ease;
}

.subs .subs-icon:hover {
    background-color: var(--paragraphColor);
    box-shadow: 5px 0px 0px rgb(88, 88, 88);
    /* color: var(--btnColor); */
}

.subscribe-section .container input[type="email"] {
    position: absolute;
    width: 400px;
    height: 50px;
    padding-left: 70px;
}

.subscribe-section .container input[type="submit"] {
    padding: 18px 50px;
    transition: all 1s ease-in-out;
    border: none;
    outline: none;
}

label {
    margin-bottom: 0px;
}

.subscribe-section .container input[type="submit"]:hover {
    background-color: var(--paragraphColor) !important;
}

/* subscribe section end */
/* *****************************************service page css start***************************************** */
/* ======================================================================================================== */
/* *****************************************service page css start***************************************** */
#service-left-container {
    height: 620px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    scrollbar-color: var(--bachgorundColor) rgba(0, 0, 0, 0.10) ;
    border-radius: 10px;
    /* scrollbar-track-color: red; */
}

#service-left-container::-webkit-scrollbar {
    width: 10px;
}

#service-left-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

#service-left-container::-webkit-scrollbar-button {
    border-radius: 20px;
}

#service-left-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-corner {
    background: var(--bachgorundColor);
}
.service-product-details
{
    padding: 0 10px!important;
}
.service-product-details ul {
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.service-product-details li {
    list-style-type: circle !important;
}

.service-product-details li strong {
    color: white !important;
}

#service-left-container h4 {
    position: sticky;
    top: 0;
    z-index: 6666;
    /* position: relative; */
}

.badge-pill {
    border-radius: 0%;
}

.service-content-heading {
    width: 100%;

}

.service-content-heading-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}

.service-content-heading-right .cart-items {
    padding: 7px;
    width: 95%;
    box-shadow: 0px 0px 10px gray;
    border-radius: 20px;
    margin-top: 10px;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cart_item_quantity{
    color: #212529!important;
    font-weight: 600; 
}
#cart-added-items .cart_item_price{
    color: #212529!important;
    font-weight: 600;
}

.service-content-heading-right .cart-add {
    overflow-x: hidden;
    /* overflow-y: scroll; */
    position: relative;
    height: auto;
    /* top: 30px; */
    width: 100%;
    margin-bottom: 60px;
}

.trigger {
    position: absolute;
    bottom: -8px;
}

.cart-content-details {
    width: 100%;
    height: 620px;
    /* overflow-x: hidden;
    overflow-y: scroll; */
    scrollbar-color: var(--bachgorundColor), var(--paragraphColor);
}

.service-content-heading .row {
    margin-right: 5px;
}

.sazjo-promise {
    width: 95%;
    margin: 20px 0px 20px 10px;
    padding: 30px;
    box-shadow: 0px 0px 10px gray;
    height: 210px;
    border-radius: 20px;
    /* display: flex; */
    gap: 56px;
}

.promise .details-heading p {
    color: var(--paragraphColor);
    font-size: 16px;
}

.sazjo-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sazjo-right img {
    height: 100px;
    width: 100px;
}

.promise .icon i {
    color: green;
    font-size: 18px;
}

.sazjo-promise h4 {
    color: var(--paragraphColor);
    margin-bottom: 20px;
    /* text-align: center; */
    font-weight: bold;
}

.promise {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.promise h5 {
    color: var(--paragraphColor);
}

/* .service-content-heading h4::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: var(--bachgorundColor);
    left: 0;
    bottom: 0px;
    transform: scaleX(0);
}

.service-content-heading h4:hover::after {
    transform: scaleX(1);
    transition: .5s ease;
} */

.service-categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.mt-3,
.my-3 {
    margin-top: 0 !important;
}

.service-categories-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    border: 4px solid rgba(128, 128, 128, 0.1);
    padding: 10px;
}

.service-categories-container .service-content {
    height: 150px;
    width: 124px;
    /* background-color: var(--paragraphColor); */
    /* border-radius: 25px; */
    border: 1px solid #0000002e;
    overflow: hidden;
    position: relative;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 10px;
}

.service-cat-heading {
    margin-bottom: 5px;
    position: relative;
}

.service-cat-heading p {
    color: #212529;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;

}

.service-categories-container .service-content .service-cat-img {
    height: 70%;
    width: 87%;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}

.service-cat-img:hover img {
    scale: 120%;
}

.service-categories-container .service-content .service-cat-img img {
    height: 100%;
    width: 100%;
}

.product .p-img-heading {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    min-height: 154px;
}

.product .p-img-heading h5 {
    /* width: 50%; */
    /* text-align: center; */
    margin-bottom: 0;
}

/* .service-categories-container .service-content:not(:last-child){
    margin-right: 5px;
} */
/* .service-cat-heading::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: var(--bachgorundColor);
    left: 0;
    bottom: 0px;
    transform: scaleX(0);
} */

.service-categories-container .service-content:hover {
    cursor: pointer;
}

.service-cat-heading:hover::after {
    transform: scaleX(1);
    transition: .5s ease;
}

.service-categories h2 {
    margin: 30px 0px;
    text-align: center;
    color: var(--paragraphColor);
    font-size: 36px;
}

/* service categories cart css start */
.product-name {
    font-weight: 700;
    /* text-decoration: underline; */
}

.product-price,
.cart_item_price {
    font-style: oblique;
    font-family: cursive;
}

.product-img {
    max-width: 100px;
    margin: 10px 0px 0px;
    height: 100px;
    border-radius: 20px;
}

.card {
    border-top: 2px solid var(--btnColor);
    border-bottom: 2px solid var(--btnColor);

   background-color: #fff0;
    border-radius: 5px;


}
.service-content-heading .card-title{
color: #212529!important;
}
.service-content-heading .card-text{
    color: #ffb300!important;
    }
.service-product-details ul li{
    color: #495057;
}
.bottom-mob-view .card{
    border: 2px solid var(--btnColor); 
    background-color:  var(--btnColor);
    border-radius: 5px;
}
.bottom-mob-view p{
    color: #212529; 
}

.bottom-mob-view a{
    padding: 10px;
   font-weight: 600;
    color: #212529!important;
}
.product-div .reviews{
    
    color: #343a40;
}

.text-info {
    color: white;
}

.text-success {
    color: white !important;
}

.service-containe .containe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-container .heading {
    display: flex;
    justify-content: space-between;
}

.service-top {
    margin-bottom: 50px;
}

.service-container .container {
    display: flex;
    margin-bottom: 50px;
    height: 745px;
}

.service-container .container .left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
}

.service-container .container .left .service-heading {
    margin-bottom: 40px;
    width: 100%;
    background-color: var(--btnColor);
    font-size: 30px;
    border-radius: 20px;
    height: 35px;
    color: #222831;
    font-family: "Dancing Script", cursive;
}
.service-container .container .left h2 {
    margin-bottom: 40px;
    width: 100%;
    background-color: var(--btnColor);
    font-size: 30px;
    border-radius: 20px;
}

.empty-cart {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.empty-cart p {
    color: black;
    font-size: 18px;
    margin-top: 15px;
}

.empty-cart img {
    height: 100px;
    width: 100px;
}

.service-container .container .right h2 {
    height: fit-content;
    margin-bottom: 40px;
    width: 100%;
    background-color: var(--btnColor);
    font-size: 30px;
    border-radius: 20px;
}

.card-body .btn {
    border-radius: 10px;
    font-size: 10px;
}

.edit-package {
    position: relative;
    
   
}

.view-details {
    position: relative;
    
}
.cart-image{
    min-width: 110px;
     height:75px;
     border-radius: 20px;
     padding: 5px;
}

.service-container .container .right {
    width: 70%;
    display: flex;
    margin-left: 25px;
    justify-content: center;
    /* margin-left: 100px; */
    height: fit-content;
}

.service-heading {
    /* background-color: var(--bachgorundColor); */
    width: 100%;
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
}

.service-container .heading .cart-heading {
    width: 30%;
}

.btn:disabled {
    opacity: 0.5;
}

/* h4 {
    font-family: cursive;
} */

.cart_item_name {
    font-weight: 700;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(192, 192, 192, 0.1);
    font-family: cursive;
    font-size: xx-large;
    cursor: wait;
    letter-spacing: 0.05em;
    text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.paypal {
    display: none;
}

/* service categories css end */


/* =======================================
    Service edit package css start
======================================= */

.pro-edit-details-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    width: 500px;
    /* height: 40%; */
    /* overflow-y: scroll; */

    margin: auto;
}

.pro-edit-detailes-content {
    overflow-y: scroll;
    height: 400px;
}

.pro-edit-details-heading {
    height: 100px;
    /* background-color: pink; */
}

.pro-edit-details-heading h2 {
    line-height: 100px;
    color: white;
}

.pro-edit-addToCart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: rgb(128, 128, 128, 0.5);
    border-radius: 10px;
    margin-top: 20px;
}

.pro-edit-addToCart .pro-price {
    padding: 15px;
}

.pro-edit-addToCart .pro-addToCart-btn {
    padding: 15px;
}

.pro-details .content .sub-content {
    display: flex;
    margin-bottom: 5px;
}

.pro-details {
    margin-bottom: 5px;
    /* background-color: aqua; */
}

.pro-details .content {
    height: auto;
}

.pro-details .heading {
    margin-bottom: 10px;
}

.sub-content label {
    margin-right: 15px;
}

.sub-content label input[type="checkbox"] {
    height: 30px;
    width: 30px;
    accent-color: yellow;
}

/* view details css start */

.view-details-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    width: 500px;
    /* height: 70%; */
    /* overflow-y: scroll; */

    margin: auto;
}
.view-details-content{
    overflow-y: scroll;
    height: 500px;
}
.view-detailes-content {
    overflow-y: scroll;
}

.view-details-heading {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: pink; */
}

.view-details-heading h2 {
    color: white;
}

.view-details-addToCart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: gray;
    border-radius: 10px;
    margin-top: 20px;
    opacity: 0;
}
.view-details-heading-color{
    color: white;
}
.view-details-addToCart .view-price {
    padding: 15px;
}

.view-details-addToCart .view-addToCart-btn {
    padding: 15px;
}

.view-details .content .sub-content {
    display: flex;
    margin-bottom: 20px;
}


.view-details-image {
    width: 95%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    /* margin-right: 20px; */
}

.view-details-image img {
    width: 100%;
    height: 100%;
}
.view-details-sub{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view-details-sub h3{
    color: white;
}
.view-details-p-img{
    height: 100px;
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.view-details-p-img img{
    height: 100%;
    width: 100%;
}
.view-details-p-inc-btn{
    width: 30%;
    margin-right: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-inc-btn {
    position: relative;
    /* text-align: center; */
    height: 40px;
    display: flex;
    width: 100px;
    position: relative;
    bottom: 20px;
    justify-content: center;
}

.top {
    height: 80%;
    width: 60px;
    background-color: var(--bachgorundColor);
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 22;
    border-radius: 10px;
    cursor: pointer;

}
.button1 {
    border-radius: 10px;
    height: 80%;
    width: 60px;
    background-color: var(--bachgorundColor);
    color: white;
    line-height: 30px;
    text-align: center;
    /* line-height: 50px; */
    position: absolute;
    display: flex;
    justify-content: space-between;
}
.inc-btn {
    width: 100%;
    display: flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--bachgorundColor);
    line-height: 50px;
    color: white;
    border-radius: 10px;
}
.product-inc-btn .btn1 {
    /* padding: 10px 15px; */
    color: white;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
}
.user-review{
    display: none;
}
.r-btn-active{
    background-color: var(--bachgorundColor);
}
.user-review.active{
    display: block;
}
.otherwise-details{
    width: 30%;
    background-color: rgba(112, 110, 110, 0.8);
    padding: 20px;
    border-radius: 10px;
}
.product-heading .text-info{
    color: white !important;
}
.accordion-button:not(.collapsed){
    color: var(--paragraphColor) !important;
}
/* view details css end */
/* =======================================
    Service edit package css end
======================================= */


.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
    left: -22px;
}

.wrapper i:last-child {
    right: -22px;
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 7) - 10px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    margin: 72px 0px;
    scroll-snap-align: start;
    height: auto;
    list-style: none;
    background: transparent;
    cursor: pointer;
    padding-bottom: 5px;
    flex-direction: column;
    border-radius: 15px;
    position: relative;
}

/* .carousel .card:hover img{
    scale: 120px;
} */
.carousel .card .img {
    background: var(--bachgorundColor);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    top: -50px;
}

.card .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffad00;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0 5px 0;
    position: relative;
    top: -20px;
}

.carousel .card span {
    width: 70%;
    opacity: 0.3;
    position: relative;
    top: -10px;
}

@media screen and (max-width: 1000px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 4) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 48%;
    }
}

/* service top slider css end */

/* *****************************************service page css end***************************************** */
/* ======================================================================================================== */
/* *****************************************service page css end***************************************** */

/* *******************************************View cart css start******************************************* */
/* ========================================================================================================= */
/* *******************************************View cart css start******************************************* */

.view-cart-heading {
    width: 100vw;
    height: 400px;
    position: relative;
}

.viewCart-image {
    width: 100%;
    height: 90%;
}

.viewCart-image img {
    width: 100%;
    height: 100%;
}

.view-cart-heading h2 {
    position: absolute;
    /* z-index: 444; */
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-view-cart-ul {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-view-cart-ul li a {
    color: white;
    ;
}

.viewCart-container {
    overflow: hidden;
}

.home-view-cart-ul li a:hover {
    color: white;
}

.home-view-cart-ul li:last-child {
    color: var(--paragraphColor);
}

.cartItem-section {
    height: auto;
    margin-bottom: 185px;
    /* overflow-y: scroll;
    overflow-x: hidden; */
}

.cartItem-section h4 {
    text-align: center;
    color: var(--paragraphColor);
}

.cartItem-section .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 600px;
    gap: 10px;
}

.cartItem-section .container .cart-list {
    width: 60%;
    height: 800px !important;
    margin-top: 200px;
    overflow: scroll;
    /* border: 2px solid rgba(128, 128, 128, 0.4); */
    margin-bottom: 50px;
}

.cartItem-section .container .cart-details {
    width: 40%;
    height: 100%;
}

.view-cart-details {
    height: 150px;
    display: flex;
    background-color: var(--paragraphColor);
    align-items: center;
    margin-bottom: 10px;

}

.view-cart-details .view-item-img {
    height: 134px;
    width: 180px;
    margin-right: 20px;
    margin-left: 8px;
    /* box-shadow: 0px 0px 10px var(--bachgorundColor); */
}

.quentity {
    display: flex;
}

.view-item-img img {
    height: 100%;
    width: 100%;
}

.cart-details-heading {
    color: white !important;
    text-align: left !important;
}

.cartVal {
    background-color: white;
    color: black;
    height: 30px;
    width: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}

.incbtn,
.decbtn {
    height: 30px;
    width: 50px;
    background-color: var(--bachgorundColor);
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.delevery-address {
    padding: 30px;
    background-color: var(--paragraphColor);
}

.delevery-address h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.location h4 {
    color: white !important;
    text-align: left;
    position: relative;
}

.location h4::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    display: block;
}

.locationbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.add-location {
    text-align: center;
    outline: none;
    border: none;
    background-color: var(--bachgorundColor);
    padding: 10px 20px;
    transition: all 0.5s ease;
    /* width: 100%; */
    border: 2px solid var(--btnColor);
}

.add-location:hover {
    background-color: var(--paragraphColor);
    border: 2px solid var(--btnColor);
    color: white;
}
.basic-btn {
    text-align: center;
    outline: none;
   
    background-color: var(--bachgorundColor);
    padding: 10px 20px;
    transition: all 0.5s ease;
    /* width: 100%; */
    border: 2px solid var(--btnColor);
}

.basic-btn:hover {
    background-color: var(--paragraphColor);
    border: 2px solid var(--btnColor);
    color: white;
}
.basic-btn-click{
    text-align: center;
    padding: 10px 20px;
    transition: all 0.5s ease; 
    background-color: var(--paragraphColor);
    border: 2px solid var(--btnColor);
    color: white;
}
.booked-btn{
    text-align: center;
    padding: 10px 20px;
    transition: all 0.5s ease; 
    background-color: var(--paragraphColor);
    border: 2px solid rgb(240, 7, 7);
    color: white; 
}


/* location form css start */

.delivary-location {
    display: none;
}

.locationFrm h4 {
    text-align: center;
    margin-bottom: 20px;
}

.locationFrm input[type="text"],
.locationFrm input[type="number"],
.locationFrm input[type="email"] {
    width: 100%;
    border-radius: 20px;
    outline: none;
    border: 2px solid var(--btnColor);
    /* margin-bottom: 15px; */
    padding-left: 25px;
}

.user-locationBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-locationBtn input[type='submit'] {
    padding: 10px 36px;
    border-radius: 25px;
    background-color: var(--bachgorundColor);
    outline: none;
    border: none;
    margin-bottom: 10px;
    color: white;
    border: 2px solid var(--btnColor);
}

.user-locationBtn input[type='submit']:hover {
    background-color: var(--paragraphColor);
    border: 2px solid var(--btnColor);
}

/* location form css end */

/* payment summary css start */
.payment input[type="radio"] {
    accent-color: var(--bachgorundColor);
}

.payment-summary {
    background-color: var(--paragraphColor);
    margin-top: 10px;
    padding: 30px;

}
.coupon-area {
    background-color: var(--paragraphColor);
    margin-top: 10px;
    padding: 30px;

    
}
.coupon-area p{
    color: white;
    font-size: 14px;
}
.coupon-area .heading{
    position: relative;
    margin-bottom: 5px;
   
}
.avail-coupon{
    border: 2px solid white;
    padding: 10px;
    border-radius: 20px;
}
.avail-coupon img{
    border-radius: 20px;
}
.coupon-area .heading::before{
    position: absolute;
    content: "";
    margin-top: 27px;
    width: 50%;
    border-bottom: 1px solid white;
}

.payment-summary h4 {
    color: white;
    margin-bottom: 10px;
}

.sub-total,
.deli-fee,
.grand-total {
    display: flex;
    justify-content: space-between;

}

.place-order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.place-order button {
    outline: none;
    padding: 10px 20px;
    background-color: var(--bachgorundColor);
    color: white;
    border: 2px solid var(--bachgorundColor);
}

.place-order button:hover {
    background-color: var(--paragraphColor);
}

/* payment summary css end */

/* *******************************************View cart css end******************************************* */
/* ========================================================================================================= */
/* *******************************************View cart css end******************************************* */



/* ****************************************contact page css start**************************************** */
/* ***************************************************=*************************************************** */
/* ****************************************contact page css start**************************************** */
.contact-container {
    background-image: url('../sazjo/salon-banner4.png');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.loca {
    margin-bottom: 10px;
}

.contact-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 21, 41, 0.5);
}

.contact-container .contact-ul {
    display: flex;
    position: relative;
    /* z-index: 5555; */
    color: white;

}

.contact-heading h2 {
    color: white;
    position: relative;
    /* z-index: 55555; */
}

.contact-map {
    width: 50%;
    border: 4px solid var(--btnColor);
}

.contactfrm-right {
    width: 50%;
    /* margin-top: 15px; */
}

.contactfrm-section .container {
    height: 500px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin: 80px 0px;
    position: relative;
    margin: 80px auto;
}

.contact-map iframe {
    height: 100%;
}

.contact-form {
    display: flex;
    padding-top: 15px;
    /* justify-content: center; */
    padding: 0px 40px;
    align-items: center;
}

.contactfrm-heading {
    position: relative;
    padding-top: 15px;
}

.contactfrm-heading h3 {
    position: relative;
    color: var(--paragraphColor);
}

.contactfrm-heading h3::after {
    content: "";
    display: block;
    height: 4px;
    width: 20%;
    background-color: var(--bachgorundColor);
}

.contactfrm-heading P {
    color: var(--paragraphColor);
}

.form {
    padding: 30px 40px;
}

.form-group input {
    width: 100%;
    height: 40px;
    height: 50px;
    padding: 0px 0px 0px 15px;
}

.form .form-group textarea {
    height: 100px;
}

.form .btn {
    width: 100%;
    height: 50px;
    line-height: 35px;
}

.contact-check {
    margin-right: 10px;
    accent-color: var(--btnColor);
    height: 20px;
    width: 20px;
}

.checkbox-inline {
    display: flex;
    align-items: center;
}

.contact-info {
    margin-bottom: 50px;
}

.single-info {
    background: var(--paragraphColor);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    color: white;
    margin-right: 15px;
}

.single-info::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #ffbe33;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.single-info .content h3 {
    font-size: 20px;
    margin-left: -37px;
}

.single-info .content h3 i {
    color: var(--bachgorundColor);
    font-size: 25px;
}

.contact-cart {
    padding: 0px;
}

.single-info:hover {
    box-shadow: 0px 10px 50px rgba(213, 112, 10, 0.4);
    margin-top: -8px;
}

.contactfrm-section .container .contactfrm-right {
    box-shadow: 5px 0px 5px #22283136;
}

/* ****************************************contact page css end**************************************** */
/* ***************************************************=*************************************************** */
/* ****************************************contact page css end**************************************** */

/* ==========================================
about section css start
========================================== */
.about-container {
    background-image: url('../sazjo/make-up.jpg');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.about-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 21, 41, 0.5);
}

.about-container .about-ul {
    display: flex;
    position: relative;
    /* z-index: 5555; */
    color: white;
}

.about-heading h2 {
    color: white;
    position: relative;
    /* z-index: 55555; */
}

.about-desc {
    margin: 60px 0PX;
}

.about-desc .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 25px;
}

.about-left h4,
.about-right h4 {
    margin-bottom: 10px;
    position: relative;
    left: 15px;
}

.about-left h4::before,
.about-right h4::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    display: block;
    background-color: var(--bachgorundColor);
    left: -15px;
    top: 2px;
}

.about-left,
.about-right {
    box-shadow: 0px 0px 10px gray;
    padding: 25PX;
    background-color: var(--paragraphColor);
}

/* ==========================================
about section css end
========================================== */

/* footer section start */
.footer .footer-top {
    background-color: var(--paragraphColor) !important;
}

.footer .footer-top a:hover {
    background-color: var(--bachgorundColor);
}

#myBtn {
    display: block;
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 36px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--bachgorundColor);
    color: white;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    line-height: 23px;
    scroll-behavior: smooth;
    /* border-radius: 4px; */
}

#myBtn:hover {
    background-color: #555;
}

.f-cart-iocn {
    position: relative;
}

.foter-cart-icon {
    position: absolute;
    height: 15px;
    width: 15px;
    background: red;
    line-height: 15px;
    border-radius: 50%;
    font-size: 13px;
    top: 10px;
    right: 8px;
}

/* footer section end */


#wrapper {
    width: 100%;
    margin-top: 50px;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background: #F3F3F3;

}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 10px;
    min-height: 1050px;
}

.pad-top {
    padding-top: 15px;
}

/*==============================================
    MENU STYLES    
    =============================================*/

.sidebar-collapse .nav {
    padding: 0;
    padding-top: 50px;
}

.sidebar-collapse>.nav>li>a {
    /* padding: 15px 10px; */
    color: #214761;
    font-weight: 900;
    font-size: 16px;
}

.sidebar-collapse>.nav>li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
    width: 100%;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {

    background: #F3F3F3;
    outline: 0;
}

.navbar-side {
    border: none;
    background-color: #fff;

}

.navbar-inverse {

    background-color: #214761;
    border-color: #F0F0F0;
    min-height: 80px;
}


.nav>li>a>i {
    margin-right: 10px;
}

.logout-spn {
    float: right;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    margin: 20px;
    margin: 10px 25px 10px 50px;
}

.logout-spn a {
    text-decoration: none;
}

.active-link {
    background-color: #f3f3f3;
}

/* ===========================================
    order history page css start
=========================================== */
.order-list {
    background-color: #4e3e3e34;
}

.order-list .container {
    display: flex;
    height: auto;
}

.order-list .container .sidebar {
    margin-right: 30px;
    width: 25%;
    background-color: white;
    padding: 20px;
}

.main-order {
    width: 75%;
    height: 100vh;
    background-color: white;
    padding: 20px;
}

.main-order h2 {
    margin: 20px 0px;
}

.orderUl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.orderUl .left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.order-search-date {
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderUl .left a {
    color: var(--paragraphColor);
}

.order-date {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-container {
    margin-top: 20PX;
}

.order-container .order-history tr {
    height: 60px;
}

.orderLi a {
    color: var(--paragraphColor);
}

.orderLi a:hover {
    color: rgb(17, 1, 1);
}

.order-container .order-history th,
td {
    /* padding: 10px 20px; */
    width: auto;
}

.order-history {
    border-top: 4px solid var(--bachgorundColor);
    border-bottom: 4px solid var(--bachgorundColor);
}

/* .order-container .order-history tr:nth-child(odd){
    background-color: rgba(128, 128, 128, 0.148);
} */
.order-container .order-history tbody tr,
th,
td {
    border: none;
}

.order-container .order-history tr,
th,
td {
    /* border: 2px solid var(--btnColor); */
    text-align: center;
    line-height: 60px;
}

.order-searach {
    margin-right: 15px;
}

.order-history img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.order-searach input[type='search'] {
    padding-left: 20px;
    outline: none;
    border-radius: 30px;
}

.order-history input[type='checkbox'] {
    height: 20px;
    width: 20px;
    accent-color: var(--btnColor);
}

/* .order-id {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.order-status {
    color: rgb(0, 168, 28);
}

.orderMenuLi {
    display: none;
}

.orderMenuLi li {
    padding: 10px 20px;
}

.order-list .container .respon-bar {
    display: none;
}

.navOrder-icon span i {
    font-size: 40px;
}

/* ===========================================
    order history page css end
=========================================== */

/*==============================================
    DASHBOARD STYLES    
    =============================================*/
.div-square {
    padding: 5px;
    border: 3px double #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 5px;

}

.div-square>a,
.div-square>a:hover {
    color: #808080;
    text-decoration: none;
}

/* ============================================
    product cetagory css start
=========================================== */

.p-cetagory-container {
    background-image: url('../offer/product-banner.jpg');
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.p-cetagory-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 21, 41, 0.5);
}

.p-cetagory-container .p-cetagory-ul {
    display: flex;
    position: relative;
    /* z-index: 5555; */
    color: white;
}

.p-cetagorys {
    margin-bottom: 50px;
}

.p-cetagory-heading h2 {
    color: white;
    position: relative;
}

.pro-heading h2 {
    text-align: center;
    margin: 50px 0px;
    position: relative;
}

.pro-heading h2::before {
    content: "";
    position: absolute;
    width: 15%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    bottom: -15px;
    background-color: var(--bachgorundColor);
    border-radius: 10px;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.search input[type='search'] {
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 50px 0px 0px 50px;
    padding-left: 40px;
}

.search .search-pro-btn {
    height: 40px;
    outline: none;
    padding: 0px 10px;
    border-radius: 0px 50px 50px 0px;
    background-color: var(--bachgorundColor);
}

.pro-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    margin-bottom: 50px;
}

.p-cetagory-items-list {
    width: 23%;
    margin: 15px 0px;
    position: relative;
    transition: all 0.5s ease;
    border: 2px solid #ffad00;
    padding: 5px;
    background-color: #ffc10778;
    border-radius: 5px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p-content-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.p-content-btn button {
    text-align: center;
    padding: 10px 40px;
    border-radius: 4px;
    background-color: var(--bachgorundColor);
    color: white;
    transition: all .5s ease;
    border: none;
    outline: none;
}

.p-content-btn button:hover {
    background-color: var(--paragraphColor);
}

.p-cetagory-items-list .items-img {
    position: relative;
    height: 56%;
    width: 100%;
}

.p-cetagory-items-list .items-img .p-items-img {
    display: block;
    height: 100%;
    width: 100%;
}

.p-items-img a {
    height: 100%;
    display: block;
    width: 100%;
}

.p-cetagory-items-list .items-img .p-items-img img {
    height: 100%;
    width: 100%;
}

.p-cetagory-items-list:hover {
    transform: translateY(-20px);
}

.p-cetagory-items-list .items-img .p-items-btn {
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 130px;
    border-radius: 4px 0px 0px 4px;
    background-color: var(--paragraphColor);
    padding: 5px 0px;
    font-size: 16px;
    color: white;
}

.p-cetagory-items-list .p-items-details {
    padding: 10px;
    height: 44%;
}

.p-items-details a h3 {
    margin: 15px 0px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
   
    font-size: 20px;
}

.p-items-details p {
    font-family: "Open Sans", sans-serif;
}

.p-items-details a h3,
.p-items-details p {
    color: var(--paragraphColor);
}

/* ============================================
    product cetagory css end
=========================================== */

/* ================================================
    Product items css start
============================================== */

.p-items-container {
    background-image: url('../offer/product-item-banner.jpg');
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.p-items-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 21, 41, 0.5);
}

.p-items-container .p-cetagory-ul {
    display: flex;
    position: relative;
    /* z-index: 5555; */
    color: white;
}

.p-main-items .p-items-content {
    height: 100%;
    display: flex;
    align-items: center;
    width: 49%;
    box-shadow: 0px 0px 10px gray;
    /* background-color: var(--paragraphColor); */
    /* background-image: linear-gradient(to right, var(--bachgorundColor), var(--paragraphColor)); */
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
    border-radius: 8px;
}

.p-main-items .p-items-content:hover img {
    scale: 120%;
}

.p-main-items {
    margin: 50px 0px;
}

.p-items-heading h2 {
    color: white;
    position: relative;
}

.p-items-ul {
    display: flex;
    position: relative;
}

.p-items-ul li a {
    color: white;
}

.p-main-items .p-items-img {
    width: 150px;
    height: 90%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    overflow: hidden;
    border-radius: 4px;
}

.p-items-price a {
    /* margin-right: 15px; */
    text-align: center;
    padding: 5px 11px;
    width: 120px;
    border-radius: 20px 0px 0px 20px;
    /* margin-right: 15px; */
    background-color: #171025c4;
}

.p-main-items .p-items-img img {
    height: 100%;
    width: 100%;
}

.p-main-items .p-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 165px;
    flex-wrap: wrap;
}

.p-items-top p {
    color: rgb(0, 0, 0);
}

.p-items-top h4,
.p-items-price h4 {
    color: rgb(0, 0, 0);
}

.p-items-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-p-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.search-p-items input[type='search'] {
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 50px 0px 0px 50px;
    padding-left: 40px;
}

.search-p-items .item-search-btn {
    height: 40px;
    outline: none;
    padding: 0px 10px;
    border-radius: 0px 50px 50px 0px;
    background-color: var(--bachgorundColor);
}

/* ================================================
    Product items css end
============================================== */

/* ============================================
    product items description css start
============================================ */
.p-description-section {
    background-image: url('../images/inner/product_banner.png');
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.p-description-section .container {
    height: 100%;
}

.p-description-container {
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: row;
    position: relative;
}

.p-description-section::before {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    background-color: rgba(23, 21, 41, 0.5);
}

.product-desc-image {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 3px solid var(--btnColor);
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.product-desc-image img {
    height: 100%;
    width: 100%;
}

.p-desc-ul {
    display: flex;
    position: relative;
}

.p-desc-ul li a {
    color: white;
}

.pro-fulldesc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
    position: relative;
}

.pro-fulldesc h2 {
    position: relative;
}

.pro-fulldesc h2::before {
    content: "";
    height: 3px;
    width: 60%;
    background-color: var(--bachgorundColor);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.p-full-desc .description {
    margin-bottom: 50px;
}

.p-full-desc .description p {
    color: var(--paragraphColor);
    font-size: 20px;
}

/* ============================================
    product items description css end
============================================ */

/*==============================================
    FOOTER STYLES     
    =============================================*/
.footer {
    background-color: #214761;
    width: 100%;
    color: #fff;
    /* padding:20px 50px 20px 50px;
     padding-left:20px; */
}


.footer>a,
.footer>a:hover {

    color: #fff;
}

.product-div{
    min-height: 330px;
}
.service_total_price{
    font-weight: 600;
    font-size: 18px;
}
.order-history-div{
    height: 950px!important;
    overflow: hidden!important;
}
/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media(min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 15px 30px;
        min-height: 1050px;

    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;

    }


}
@media (max-width:992px){
    .slider .single-slider .button{
        margin-top: 60px!important;
    }
}
.desc-border{
    width: 64%; height: calc(100% - 15px)
}
.details_steps_img{
    height: 300px; width: 90%; border-radius: 10px; overflow: hidden;
     margin-bottom: 10px   ;
    margin-top:10px;
}