@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* End Fonts */

:root {
    --main-color: #f7c52d;
    --sec-color: #54595F;
    --thr-color: #FF9945;
    --four-color: #997a1c;
    --dark-color: #000000;
    --bg-color: #FFF4E6;
    --font-body: 'Poppins';
    --font-p: 'Nunito Sans';
    --bg-color2: #fcf6f0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    background: #fff;
    text-align: start;
    /* height: auto !important; */
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
    /* z-index: 3; */
}

p {
    margin: 0;
    font-size: 15px;
    /* font-family: var(--font-p); */
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 18%);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    padding: 14px 0;
    /* text-align: center; */
    border-bottom: 1px var(--bg-color) solid;
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #848282;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--main-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #fff;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    /* width: auto; */
    /* height: auto; */
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
End Search Popup
====================================================================

***/

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    gap: 1rem;
}

header.sticky {
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 1.375rem 2rem;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: var(--main-color);
    display: table;
    margin: 0 0 30px;
    margin-inline-start: auto;
    font-size: 18px;
    cursor: pointer;
    width: 40.37px;
    height: 40.37px;
    border-radius: 50%;
    border: 0.47px solid var(--main-color);
    line-height: 40.37px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    color: var(--sec-color);
    text-decoration: underline;
    font-size: 16px;
    line-height: 27.04px;
    text-transform: capitalize;
    font-weight: 400;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    color: #fff;
    text-decoration: underline;
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.callNow {
    direction: ltr;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: var(--main-color);
    font-size: 22.63px;
    font-weight: 600;
    line-height: 42.4px;
    gap: 21px;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

.header-med .head-inner ul li a {
    color: var(--dark-color);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--main-color);
}

.header-top .row {
    align-items: center;
    -webkit-align-items: center;
}

.header-top {
    padding: 16px 0 20px;
}

.logo-h a {
    display: block;
    max-height: 52px;
}

.head-top-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.item.res-menu {
    display: none;
}

.head-top-left .img {
    max-width: 301px;
    margin-inline-start: auto;
    height: 73.77px;
    overflow: hidden;
    border-radius: 16px;
    overflow: hidden;
    border: 0.74px solid #E1E1E1;
}

.head-inner {
    /* padding: 3px 25px; */
    /* padding-inline-start: 45px; */
    /* background: rgb(255 255 255 / 80%); */
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* border-radius: 8px; */
    justify-content: space-between;
    /* backdrop-filter: blur(20px); */
}

.header-med {
    /* margin-bottom: 58px; */
    transition: all .4s;
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 48px;
}

.lang-h u {
    text-decoration: none;
}

.search-box-btn.search-box-outer {
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

header.sticky.active .header-med {
    /* position: fixed; */
    top: 0;
    right: 0;
    left: 0;
    /* padding: 10px 0; */
    /* margin: 0; */
}

.item.res-menu {
    margin-inline-start: auto;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: var(--main-color);
    font-size: 24px;
}

.item.res-menu i {
    font-weight: 300;
}

.search-sidebar {
    margin-bottom: 30px;
}

.search-sidebar form {
    display: flex;
    justify-content: space-between;
}

.search-sidebar form input {
    width: 100%;
    background: #f0f0f0;
    border: none !important;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px var(--green-color) solid;
}

.search-sidebar form button {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: var(--main-color);
    border: none !important;
    background: transparent;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-menu .menu-box .navigation li:first-child {
    padding-top: 0;
}

.mobile-menu .menu-box .navigation li:last-child {
    padding-bottom: 0;
    border: none;
}

.logo-h a img {
    max-height: 52px;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li .sub-menu {
    top: 180%;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 30px 0 rgba(223, 178, 139, 0.4);
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .215s ease-in-out;
    margin-top: 0;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}

.header-med .head-inner ul li:hover .sub-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 0.875rem;
    line-height: 1.381;
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0.563rem 1rem;
    display: block;
    border-radius: 90px;
}

.header-med .head-inner ul li .sub-menu li a:hover {
    background-color: var(--bg-color2);
    color: var(--main-color);
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    margin-top: 0.125em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
}

.info-top ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.header-med .head-inner .info-top ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.header-med .head-inner .info-top ul li a span {
    width: 10rem;
    margin: 0 20px 0 10px;
}

.header-med .head-inner .info-top ul li:last-child a {
    flex-direction: column;
    text-align: center;
}

.header-med .head-inner .info-top ul li:last-child a span {
    width: auto;
}

.head-inner .menu-left .icons-menu {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 0.5rem;
}

.head-inner .menu-left .icons-menu .search-box-btn.search-box-outer,
.head-inner .menu-left .icons-menu a {
    padding: 0.594rem;
    border-radius: 100%;
    background: #ffffff;
    transition: all 0.215s ease;
    box-shadow: 0 20px 30px 0 rgba(223, 178, 139, 0.4);
    width: 41px;
    height: 43px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    position: relative;
    color: var(--dark-color);
}

.head-inner .menu-left .icons-menu a .cart-count {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    top: -2px;
    right: -2px;
}

.head-inner .menu-left .icons-menu .search-box-btn.search-box-outer:hover,
.head-inner .menu-left .icons-menu a:hover {
    background: var(--bg-color2);
    color: var(--sec-color);
}

.head-inner .menu-left .icons-menu .search-box-btn.search-box-outer:hover svg path,
.head-inner .menu-left .icons-menu a:hover svg path {
    stroke: var(--main-color);
}

.head-inner .menu-left .icons-menu .search-box-btn.search-box-outer svg path,
.head-inner .menu-left .icons-menu a svg path {
    stroke: var(--dark-color);
}

/* End Header */

/* Start Banner-h */

.banner-h {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 220px 0px 27px 0px;
    background-image: url(../images/blob-2-2.png);
    background-position: 0% 20%;
    background-repeat: no-repeat;
    background-size: 10% auto;
}

.overlay-bg {
    inset: 0;
    position: absolute;
    z-index: -1;
}

.banner-h .overlay-bg {
    background-image: url(../images/Vector.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.img-banner {
    margin: -100px 0px 0px;
    margin-inline-end: -190px;
}

.text-banner h1 {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 20px;
}

.text-banner h1 span {
    color: var(--main-color);
}

.text-banner p {
    color: #1D1D1F;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.7em;
    margin: 20px 0;
}

.btn {
    color: #fff;
    min-width: 209px;
    padding: 0.7em 1.764em;
    text-align: center;
    border-radius: 90px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    transition: all .45s;
    background: linear-gradient(120deg, var(--four-color) 0%, var(--main-color) 100%);
    box-shadow: 0 20px 30px 0 rgb(208 172 72 / 40%);
    border: none;
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.text-banner .btn {
    margin-top: 25px;
}

.btn:hover {
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 20px 30px 0 rgb(208 172 72 / 80%);
}

header.sticky.active {
    background: #fff;
    position: fixed;
    box-shadow: 0 0 30px #0000000f;
    padding: 10px 0;
}

.icon-bee {
    display: flex;
    justify-content: center;
    margin-top: 111px;
}

.icon-bee img {
    max-width: 192px;
}

/* End Banner-h */

/* Start Working-h */

.working-h {
    background-image: url(../images/circel.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70px auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 45px 0px 0px 0px;
}

.work-block {
    box-shadow: 0px 1px 60px 30px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 43px 43px 43px 43px;
    border-radius: 40px;
    text-align: center;
    background: #ffff;
}

.working-h .icon {
    max-width: 42px;
    margin: 0 auto 20px;
}

@media (min-width: 1400px) {

    .who-h .container,
    .team-h .container,
    .working-h .container,
    .products-h .container {
        max-width: 1140px;
    }

}

.work-block .details h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.work-block .details span {
    color: #787878;
    font-size: 17px;
    font-weight: 600;
}

.work-block .details span a {
    padding: 0px 0px 9px 0px;
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: var(--main-color);
    color: #787878;
    font-size: 17px;
    line-height: 1;
}

.work-block .details span a:hover {
    color: var(--main-color);
}

/* End Working-h */

/* Start About-h */
.about-h {
    background-image: url(../images/Vector2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 21% auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
    margin-bottom: 0px;
}

.img-about {
    margin-inline-start: -3%;
    padding: 10px;
}

.title {
    margin-bottom: 30px;
    position: relative;
}

.title .sub-title {
    margin-bottom: 20px;
    display: inline-block;
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.title h3 {
    font-size: 58px;
    font-weight: 800;
    color: var(--dark-color);
    margin: 0;
}

.text-about p {
    color: #1D1D1F;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 20px;
    font-family: var(--font-p);
}

.text-about {
    margin-inline-end: -3%;
    padding-inline-start: 3%;
}

.about-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.text-about .btn {
    margin-top: 30px;
}

/* End About-h */

/* Start Who-h */

.who-h {
    background: var(--bg-color);
    padding: 0 0 100px;
    margin-top: 230px;
}

.who-h::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/zigzag.png);
    height: 230px;
    margin-top: -230px;
    background-size: contain;
    background-position: center top;
    width: 100%;
    background-size: cover;
}

.title.title-center {
    text-align: center;
}

.who-block {
    box-shadow: 0px 1px 60px 30px rgba(223, 177.99999999999997, 139.00000000000003, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 43px 43px 27px 43px;
    background: #fff;
    margin-top: 20px;
    border-radius: 40px;
    text-align: center;
    height: calc(100% - 20px);
}

.who-block .icon {
    max-width: 120px;
    margin: 0 auto 20px;
}

.who-block .details h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.who-block .details p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-p);
}

.title .icons {
    position: absolute;
    left: 0;
    top: 0;
    margin-inline-start: 13%;
}

.title .icons img {
    max-width: 200px;
}

.title p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7em;
    max-width: 525px;
    margin-top: 20px;
}

.title.title-center p {
    margin: 20px auto 0;
}

/* End Who-h */

/* Start Counter-h */

.overlay-dots {
    position: absolute;
    bottom: -91px;
    right: 12px;
}

.overlay-dots img {
    max-width: 153px;
}

.counter-h {
    background-image: url(../images/dots.png);
    background-position: 3% 40%;
    background-repeat: no-repeat;
    background-size: 6% auto;
    padding-top: 5em;
}

.counter-block {
    text-align: center;
    border-inline-end: 1px #E5E5E5 solid;
}

.counter-block h4 {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.counter-item {
    direction: ltr;
}

.counter-block .counter-item {
    color: var(--main-color);
    font-size: 65px;
    font-weight: 800;
    line-height: 1.4em;
}

.counter-h .col-md-4:nth-child(2) .counter-block h4,
.counter-h .col-md-4:nth-child(2) .counter-block .counter-item {
    color: #dd8c3f;
}

.counter-h .col-md-4:nth-child(3) .counter-block h4,
.counter-h .col-md-4:nth-child(3) .counter-block .counter-item {
    color: #e55f4d;
}

.counter-h .row {
    margin: 0;
    padding-bottom: 50px;
    border-bottom: 6px solid var(--bg-color);
}


/* End Counter-h */

/* Start Team-h */

.team-h {
    /* background-color: #FFFFFF; */
    background-image: url(../images/shape3.png);
    background-position: 97% 7%;
    background-repeat: no-repeat;
    background-size: 200px auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px;
}

.team-h .overlay-bg {
    background-image: url(../images/blob-2-2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 150px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.team-block {
    padding: 10px;
    margin: 10px 0;
}

.team-block .img {
    border-radius: 60px;
    overflow: hidden;
    height: 333px;
    position: relative;
}

.team-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-block .details {
    margin: 0 5%;
    margin-top: -100px;
    box-shadow: 0px 1px 60px 30px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 40px;
    text-align: center;
}

.team-block .details h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: var(--dark-color);
}

.team-block .details .icon {
    max-width: 42px;
    margin: 0 auto 20px;
}

.team-block .details span {
    color: #787878;
    font-size: 15px;
    font-weight: 600;
}

.btn-center {
    text-align: center;
    margin-top: 80px;
}

/* End Team-h */

/* Start Products-h */

.products-h {
    margin: 150px 0;
    background: var(--bg-color2);
    /* clip-path: ellipse(130% 100% at 50% 0%); */
}

.products-h::before,
.products-h::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    background: var(--bg-color2);
    clip-path: ellipse(130% 100% at 50% 0%);
    position: absolute;
    z-index: -1;
}

.products-h::before {
    clip-path: ellipse(53% 100% at 50% 100%);
    top: -150px;
}

.products-h::after {
    bottom: -150px;
    clip-path: ellipse(53% 100% at 50% 0%);
}

.pro-block {
    box-shadow: 4px 12px 20px 6px rgba(0, 0, 0, 0.09);
    background: #fff;
    margin: 2rem 0;
    text-align: center;
    background: #fff;
    transition: all 0.215s ease-out;
    overflow: visible;
    padding: 2rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 15px;
    position: relative;
}

.products-slider .item {
    padding: 20px;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.pro-block .img {
    height: 272px;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    /* position: relative; */
}

.pro-block .img img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.pro-block .details h3 {
    color: var(--dark-color);
    padding: 1.5rem 0 .5rem 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.25;
    margin: 0;
}

.pro-block .details .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
    margin: 0.5rem auto 1rem auto;
    color: var(--main-color);
}

.price-h {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    font-weight: 800;
    color: var(--dark-color);
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.price-h .price-old {
    opacity: .5;
    text-decoration: line-through;
    margin-inline-end: 10px;
}

.btn-block {
    margin: 15px auto 0;
}

.btn.btn-border {
    border: 1px var(--main-color) solid;
    background: transparent;
    color: var(--main-color);
    gap: 10px;
    box-shadow: none;
}

.pro-block .img .icon-sale {
    background-color: transparent;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 0.75rem;
    position: absolute;
    top: 0;
    right: 0;
    margin: -1rem -0.75rem 0 0;
}

.pro-block .img .icon-sale svg .onsale-g path {
    fill: var(--main-color);
}

/* End Products-h */

/* Start Cart-h */

.cat-h {
    padding: 100px 0;
    background-image: url(../images/shape5.png);
    background-position: center 87%;
    background-repeat: no-repeat;
    background-size: 51%;
}

.cat-h .overlay-bg {
    background-image: url(../images/shape4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 200px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.title .icons.icons2 {
    right: 0;
    left: auto;
    margin-inline-end: 13%;
}

.cat-block {
    margin: 30px 0;
    box-shadow: 0px 1px 60px 30px rgba(223, 177.99999999999997, 139.00000000000003, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 60px;
    overflow: hidden;
    height: 330px;
}

.cat-block .img,
.cat-block .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cat-block .details {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    padding: 50px;
    height: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.cat-block .details h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
}

.cat-block .details p {
    color: #1D1D1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: var(--font-p);
    /* margin-bottom: 40px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.cat-block .details .learnMore {
    margin-inline-start: auto;
    margin-top: 40px;
}

.learnMore {
    display: table;
    padding: 0px 0px 9px 0px;
    border-style: dashed;
    border-width: 0px 0px 2px 0px;
    border-color: var(--main-color);
    color: var(--main-color);
    font-size: 18px;
    line-height: 1;
}

/* End Cart-h */

/* Start Blogs-h */
.blogs-h {
    clip-path: ellipse(147% 100% at 50% 100%);
    background-color: var(--bg-color);
    padding: 150px 0;
    margin-top: 50px;
    background-image: url(../images/shape3.png);
    background-position: 97% 96%;
    background-repeat: no-repeat;
    background-size: 12% auto;
}

.blogs-h .overlay-bg {
    background-image: url(../images/shape.png);
    background-position: 90% 16%;
    background-repeat: no-repeat;
    background-size: 11% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.blogs-slider .item {
    padding: 30px 20px;
}

.blog-block {
    box-shadow: 4px 12px 20px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
}

.blog-block .img {
    height: 240px;
    overflow: hidden;
}

.blog-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-block .details {
    padding: 2rem;
}

.blog-block .details h3 {
    font-weight: bold;
    font-size: 24px;
    -webkit-line-clamp: 2;
    max-height: 2.5em;
    margin-bottom: 1rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--dark-color);
    min-height: 60px;
}

.blog-block .details .blog-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 51px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: #fafafa;
    margin-top: 1.25rem;
    position: relative;
    font-weight: 500;
    margin-bottom: 1.25rem;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #6d7c90;
    text-transform: capitalize;
}

.blog-block .details .blog-type::before {
    content: '\2756';
    width: 18px;
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--main-color);
    margin-inline-end: 0.25rem;
}

.blog-block .details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5rem;
    font-size: 16px;
}

/* End Cart-h */

/* Start Test-h */

.test-h {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 135px 0px 0px 0px;
    background-image: url(../images/shape3.png);
    background-position: 97% 7%;
    background-repeat: no-repeat;
    background-size: 14% auto;
}

.test-h .overlay-bg {
    background-image: url(../images/blob-2-2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 150px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.test-block {
    margin: 30px auto 80px;
    padding: 80px;
    background-color: #FFFFFF;
    border-radius: 60px 60px 60px 60px;
    box-shadow: 0px 35px 60px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
}

.test-block .text-block {
    max-width: calc(100% - 350px);
}

.test-block .text-block .user-name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.test-block .text-block .user-name h3 {
    font-family: var(--font-p);
    color: #000000;
    font-size: 262.5%;
    text-shadow: none;
    line-height: 1.2;
    margin-bottom: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600;
}

.test-block .text-block .user-name span {
    background: RGBA(255, 255, 255, 0);
    opacity: 1;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 0px;
    font-family: var(--font-p);
    color: var(--main-color);
    font-size: 131.25%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600;
}

.test-block .text-block .user-comment {
    background: var(--bg-color);
    opacity: 1;
    padding: 30px 30px 30px 30px;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    border-radius: 30px;
}

.test-block .text-block .user-comment p {
    font-family: var(--font-p);
    color: #000000;
    font-size: 112.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

.test-block .img-block {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
}

.test-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.test-block .text-block .user-name .icon {
    max-width: 65px;
}

.test-slider .slick-arrow {
    width: 53px;
    height: 53px;
    background: var(--main-color);
    border-radius: 50%;
    color: #ffff;
}

.test-slider .slick-arrow::before {
    font-family: 'Font Awesome 6 Pro';
    opacity: 1;
}

.test-slider .slick-arrow:hover {
    box-shadow: 0px 20px 30px 0px RGBA(223, 178, 139, 0.4);
}

/* End Test-h */

/* Start Footer */

svg#footer-wave {
    margin-top: -1px;
    margin-bottom: -2px;
}

.f-bg-wave {
    fill: var(--bg-color);
}

footer {
    background: var(--bg-color);
}

footer {
    margin-top: 200px;
    /* overflow: hidden; */
}

footer .overlay-bg {
    margin-top: -125px;
}

.bg-footer {
    position: absolute;
    inset: 0;
}

.bg-footer svg#bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.6;
}

footer .footer-top,
footer .footer-bottom {
    position: relative;
    z-index: 2;
}

.foot-block h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--dark-color);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    font-family: inherit;
    letter-spacing: 0.5px;
}

.foot-block h3::before {
    content: '\2756';
    width: 18px;
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--main-color);
}

.link-f li {
    margin-bottom: 1rem;
}

.link-f li a {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 17px;
    color: var(--dark-color);
    letter-spacing: 0.5px;
}

.link-f li a:hover,
.info-f li a:hover {
    color: var(--main-color);
}

.info-f li {
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.info-f li,
.info-f li a {
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-color);
}

.info-f li a {
    font-weight: bolder;
}

.info-f {
    margin-bottom: 50px;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.s-h a {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background-color: var(--main-color);
    transition: all 0.215s ease;
    display: flex;
    justify-content: center;
    color: var(--bg-color);
    align-items: center;
    -webkit-align-items: center;
    font-size: 18px;
    transition: all .4s;
}

.s-h a:hover {
    background: var(--thr-color);
    transform: scale(1.1);
}

.form-subsribe {
    display: flex;
    flex-wrap: wrap;
}

.form-subsribe input {
    width: 64%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 60px 30px rgba(223, 178, 139, 0.15);
    border-radius: 90px;
    padding: 12px 25px;
    text-overflow: ellipsis;
    border: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
    height: 51px;
}

.form-subsribe .btn {
    width: calc(100% - 57%);
    min-width: auto;
    margin-inline-start: -7%;
}

.form-subsribe p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
    width: 100%;
    font-style: italic;
}

.subscribe-h {
    max-width: 348px;
}

.footer-top {
    padding-bottom: 40px;
}

.footer-bottom {
    /* padding: 30px 0; */
}

.footer-bottom .row {
    margin: 0;
    border-top: 1px solid #0000001a;
    padding: 30px 0;
}

.footer-bottom .row .col-md-12 {
    padding: 0;
}

.copy-right {
    text-align: center;
}

.copy-right p {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: var(--dark-color);
}


/* End Footer */

/* Start About-page */

.breadcrumb-h {
    padding: 180px 0 95px;
    background: var(--bg-color);
}

.breadcrumb-h .overlay-bg {
    z-index: auto;
}

.breadcrumb-h .overlay-bg svg#bg-header {
    /* position: absolute; */
    /* inset: 0; */
    width: 100%;
    height: 100%;
}

.breadcrumb-h .container {
    position: relative;
    z-index: 2;
}

.text-bread {
    text-align: center;
}

.text-bread h1 {
    text-align: center;
    margin: 0 0 0.75em 0;
    font-weight: 700;
    font-size: 54px;
    line-height: 61px;
    letter-spacing: normal;
}

.text-bread ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.text-bread ul li a,
.text-bread ul li span {
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Nunito Sans", arial, sans-serif;
}

.text-bread ul li a {
    padding: 5px 12px;
    border-radius: 20px;
    color: #ffffff;
    background-color: var(--main-color);
    transition: all .45s;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    right: -9px;
    color: #000;
    top: 7px;
}

.text-bread ul li {
    position: relative;
    margin: 0 5px;
}

.about-h.about-page {
    margin: 0;
    padding: 100px 0;
    background-position: left 20%;
}

.techno-h.about-page {
    padding: 100px 0 0;
    background: var(--bg-color);
}

.techno-video {
    border-radius: 60px;
    box-shadow: 0px 2px 80px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-width: 945px;
    margin: 0 auto -150px;
    height: 475px;
}

.techno-video a {
    display: block;
    width: 100%;
    height: 100%;
}

.techno-video a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.counter-h.about-page {
    margin-top: 150px;
}

.spcial-h.about-page {
    padding: 50px 0 0;
}

.spcial-block {
    margin: 10px 0;
    text-align: center;
}

.spcial-block .icon {
    width: 104px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 20px;
}

.spcial-block .details h3 {
    font-size: 21px;
    font-weight: bold;
}

/* End About-page */

/* Start Single-page */
.num-block {
    /* float: left; */
    /* width: 100%; */
    padding: 8px 24px;
    border: 1px solid #e4e5e7;
    border-radius: 50px;
    margin-inline-end: 30px;
}

.skin-1 .num-in {
    display: flex;
    width: 94px;
    align-items: center;
    -webkit-align-items: center;
}

.skin-1 .num-in span {
    display: block;
    float: left;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.skin-1 .num-in span.dis:before {
    background-color: #ccc !important;
}

.skin-1 .num-in input {
    float: left;
    width: 32px;
    height: 32px;
    border: none !important;
    border-radius: 5px;
    color: #000;
    text-align: center;
    padding: 0;
}

.skin-1 .num-in span.minus:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--main-color);
    top: 50%;
    left: 0;
}

.skin-1 .num-in span.plus:before,
.skin-1 .num-in span.plus:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 15px;
    height: 2px;
    background-color: var(--main-color);
    top: 50%;
}

.skin-1 .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.body-inner {
    padding: 100px 0;
}

.single-all-details-inner {
    background-color: #ffffff;
    padding: 3rem 1rem 1rem;
    border: none;
    margin: 0;
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
}

.single-imgs .img-big {
    height: 427px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.slider-single-for {
    margin-bottom: 2rem;
}

.single-imgs .img-small {
    padding: 5px;
    height: 80px;
    opacity: .5;
    transition: all .5s;
}

.img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-imgs .item.slick-current .img-small {
    opacity: 1;
}

.single-details {
    border-inline-start: 2px dashed #fce0bb;
    padding-inline-start: 30px;
}

.zigzag-line {
    height: 6px;
    background-color: var(--main-color);
    mask: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 7'><g><g><path d='M81,7c-2.5,0-3.8-1.7-4.9-3.2S74,1,72,1s-3,1.4-4.1,2.8S65.5,7,63,7s-3.8-1.7-4.9-3.2S56,1,54,1s-3,1.4-4.1,2.8S47.5,7,45,7s-3.8-1.7-4.9-3.2S38,1,36,1s-3,1.4-4.1,2.8S29.5,7,27,7s-3.8-1.7-4.9-3.2S20,1,18,1s-3,1.4-4.1,2.8S11.5,7,9,7,5.2,5.3,4.1,3.8,2,1,0,1V0C2.5,0,3.8,1.7,4.9,3.2S7,6,9,6s3-1.4,4.1-2.8S15.5,0,18,0s3.8,1.7,4.9,3.2S25,6,27,6s3-1.4,4.1-2.8S33.5,0,36,0s3.8,1.7,4.9,3.2S43,6,45,6s3-1.4,4.1-2.8S51.5,0,54,0s3.8,1.7,4.9,3.2S61,6,63,6s3-1.4,4.1-2.8S69.5,0,72,0s3.8,1.7,4.9,3.2S79,6,81,6s3-1.4,4.1-2.8S87.5,0,90,0V1c-2,0-3,1.4-4.1,2.8S83.5,7,81,7Z'/></g></g></svg>") repeat-x 100% 0;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
}

.single-details .zigzag-line:first-child {
    margin-top: 0;
}

.single-details .review-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 0.85rem;
    gap: 4px;
}

.stars {
    font-size: 16px;
    color: #eee;
}

.single-details .review-h a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--main-color);
}

.single-details .price-h {
    padding: 0;
    justify-content: start;
    margin-top: 0;
    margin-bottom: 2rem;
    color: var(--dark-color);
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 1px;
    gap: 12px;
    font-family: var(--font-p);
}

.single-details .des {
    width: 100%;
    margin: 0;
    display: inline-block;
    border-radius: 8px;
    background: var(--bg-color);
    padding: 2rem 2rem 1rem 2rem;
}

.single-details .des p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-color);
}

.single-details .quantity-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 2rem 0;
}

.single-details .quantity-h .btn {
    box-shadow: none;
}

.single-details .single-meta span {
    align-items: center;
    display: block;
    position: relative;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    -webkit-align-items: center;
}

.single-details .single-meta span::before {
    content: '\2756';
    width: 16px;
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--main-color);
    margin-inline-end: 0.25rem;
}

.single-details .single-meta span a {
    padding: 3px 8px;
    border-radius: 20px;
    margin: 0 6px;
    background-color: var(--bg-color);
    margin-bottom: 7px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 1px;
    transition: all .45s;
    color: var(--main-color);
}

.single-review .nav.nav-tabs {
    border: none !important;
    margin-bottom: 0.5rem;
}

.single-review .nav.nav-tabs .nav-item .nav-link {
    display: inline-block;
    padding: 1rem 0 1.5rem;
    font-weight: 600;
    color: var(--main-color);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    border: none !important;
    box-shadow: none !important;
    font-family: var(--font-p);
}

.single-review .nav.nav-tabs .nav-item {
    margin-inline-end: 1em;
}

.single-review .nav.nav-tabs .nav-item .nav-link.active {
    color: var(--dark-color);
}

.single-review .nav.nav-tabs .nav-item .nav-link::before {
    content: '\2756';
    width: 18px;
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--main-color);
    margin-inline-end: 0.25rem;
    opacity: 0;
    transition: all .4s;
}

.single-review .nav.nav-tabs .nav-item .nav-link.active::before {
    opacity: 1;
}

.tab-inner {
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-color: #ffffff;
    padding: 1rem 3rem 2rem 3rem;
    border: none;
    position: relative;
    margin-bottom: 4rem;
}

.tab-inner h3 {
    margin: 2rem 0 1.5rem;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: var(--dark-color);
}

.tab-inner .tab-text p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.tab-inner .tab-text table {
    width: 100%;
}

.tab-inner .tab-text table tr td,
.tab-inner .tab-text table tr th {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    font-size: 1rem;
    font-weight: 400;
}

.tab-inner .tab-text table tr th {
    width: 150px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

.tab-inner .tab-text table tr td {
    margin: 0;
    line-height: 1.5;
}

.tab-inner .tab-text table tr:nth-child(even) th,
.tab-inner .tab-text table tr:nth-child(even) td {
    background: #f2f4f5;
}

.all-review .review-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.all-review .review-item .img {
    margin-top: 2rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.all-review .review-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.all-review .review-item .details {
    width: calc(100% - 50px);
    order: unset;
    padding: 2rem;
    background: var(--bg-color);
    border-radius: 8px;
}

.all-review .review-item .details .user-name {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 1rem;
}

.all-review .review-item .details .user-name h3 {
    margin: 0;
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.all-review .review-item .details .user-name span {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--main-color);
}

.all-review .review-item .details .user-name .stars {
    margin-inline-start: auto;
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.all-review .review-item .details .comment-p p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-color);
}

.add-review {
    border-top: 1px solid #e4e5e7;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.title-with-icon h3 {
    border-radius: 1.125rem;
    width: 100%;
    margin: 2rem 0 1.5rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    font-family: var(--font-p);
}

.title-with-icon h3::before {
    content: '\2756';
    width: 18px;
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--main-color);
    margin-inline-end: 0.25rem;
}

.before-login p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-color);
}

.before-login p a {
    color: var(--main-color);
}

.sidebar-single-product {
    padding-inline-start: 1.5rem;
}

.sidebar-single-product .sidebar-item {
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-color: #ffffff;
    padding: 32px;
    border: none;
    position: relative;
    margin: 0 0 2rem;
    margin-inline-start: 0.5rem;
}

.sidebar-single-product .sidebar-item::before {
    content: '';
    background-color: var(--main-color);
    -webkit-mask: url('data:image/svg+xml;utf8, <svg viewBox="0 0 24 27" xmlns="http://www.w3.org/2000/svg"><path d="M12.1429 0L23.5249 6.57143V19.7143L12.1429 26.2857L0.760809 19.7143L0.760809 6.57143L12.1429 0Z"/></svg>') no-repeat 100% 0;
    mask: url('data:image/svg+xml;utf8, <svg viewBox="0 0 24 27" xmlns="http://www.w3.org/2000/svg"><path d="M12.1429 0L23.5249 6.57143V19.7143L12.1429 26.2857L0.760809 19.7143L0.760809 6.57143L12.1429 0Z"/></svg>') no-repeat 100% 0;
    width: 105px;
    height: 105px;
    position: absolute;
    right: -18px;
    background-size: contain;
    top: -18px;
    z-index: -1;
}

.sidebar-single-product .sidebar-item .title-with-icon h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: var(--dark-color);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: var(--font-p);
}

.sidebar-all-pros .item {
    margin-bottom: 1rem;
    min-height: 100px;
    background: var(--bg-color);
    border-radius: 8px;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
}

.sidebar-all-pros .item .img {
    margin-top: 0.65rem;
    border-radius: 100%;
    border: 1px solid var(--main-color);
    width: 40px;
    position: relative;
    height: 40px;
}

.sidebar-all-pros .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 100%;
}

.sidebar-all-pros .item .details {
    width: calc(100% - 60px);
}

.sidebar-all-pros .item .img .btn-del {
    color: var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -1px;
    align-items: center;
    padding: 0;
    border: 1px var(--main-color) solid;
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin: -6px;
}

.sidebar-all-pros .item .details a {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 17px;
    color: var(--dark-color);
    letter-spacing: 0.5px;
    font-family: var(--font-p);
}

.sidebar-all-pros .item .details span {
    display: block;
    border-top: 2px dashed var(--main-color);
    padding-top: 1rem;
    margin-top: 1rem !important;
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    font-family: var(--font-p);
}

.sidebar-total {
    border-top: 1px dashed #dee2e6;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin: 1.5rem 0 1rem;
    color: var(--dark-color);
}

.sidebar-total h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.sidebar-btns {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.sidebar-btns .btn {
    min-width: 115px;
    box-shadow: none;
    min-height: 40px;
    font-size: 14px;
    padding: 5px 20px;
}

.sidebar-all-pros .item .details .stars {
    font-size: 14px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 1px;
}

.sidebar-tags a {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 8px;
    border-radius: 20px;
    background-color: var(--bg-color);
    margin-bottom: 7px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 19px;
    letter-spacing: 1px;
    transition: all .45s;
    font-family: var(--font-p);
    color: var(--main-color);
}

.sidebar-tags a:hover {
    background: var(--main-color);
    color: #fff;
}


/* End Single-page */

/* Start Store-page */


.irs--round .irs-grid {
    display: none;
}

.irs--round .irs-line {
    background: var(--bg-color);
}

.irs--round .irs-handle {
    width: 12px;
    height: 12px;
    background: var(--main-color);
    box-shadow: 0px 3px 10px #00000029;
    border: none;
    top: 32px;
}

.rangeInput {
    direction: ltr;
}

.irs--round .irs-bar {
    background: var(--main-color);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: transparent;
    color: #343332;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    opacity: 0;
}

.stars .full {
    color: var(--main-color);
}

.stars a {
    color: #eee;
}

.sidebar-rating .stars a {
    display: block;
}

.sidebar-cat ul li a {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 17px;
    color: var(--dark-color);
    letter-spacing: 0.5px;
}

.sidebar-cat ul li {
    margin-bottom: 1rem;
}

.sidebar-cat ul li a span {
    color: var(--main-color);
}

.sidebar-cat ul li:last-child {
    margin: 0;
}

/* End Store-page */

/* Start Login-page */

.customer_login .title-login {
    border: 1px solid #f1f1f1;
    margin: 0;
    border-bottom: 0;
    font-size: 18px;
    padding: 25px 40px;
    color: #222;
    font-weight: 500;
}

.customer_login .login,
.customer_login .register {
    border: 1px solid #f1f1f1;
    padding: 25px 40px;
}

.login .social-account {
    margin-bottom: 20px;
}

.social-account .title-social {
    color: #aaa;
    margin-bottom: 20px;
    font-family: inherit;
    letter-spacing: 0;
}

.social-account .mxh-item {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    margin-right: 30px;
}

.social-account .icon {
    font-size: 23px;
    vertical-align: middle;
}

.social-account .text {
    vertical-align: middle;
    padding-left: 5px;
}

.customer_login .form-row-wide .text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: none;
    display: block;
}

.customer_login input[type="text"],
.customer_login input[type="email"],
.customer_login input[type="password"] {
    margin-bottom: 0;
    width: 100%;
    border-color: #f1f1f1;
    border: 1px solid #eeeeee;
    padding: 7px 20px;
    max-width: 100%;
    background: none;
}

.customer_login input[type="checkbox"] {
    display: none;
}

.customer_login .label-text {
    cursor: pointer;
    font-size: 14px;
    color: #888;
    margin: 0;
    padding-inline-start: 25px;
    position: relative;
    font-weight: normal;
}

.customer_login input[type="checkbox"]:checked+label::before,
.customer_login .label-text:hover::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #222;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 14px;
}

.customer_login input[type="checkbox"]+label::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: solid 1px #eeeeee;
}

.customer_login .lost_password .forgot-pw {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    float: right
}

.customer_login .label-text span {
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.customer_login .login-item:hover {
    box-shadow: 0 0 10px #ddd;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
}

.login-page p {
    margin: 0 0 20px;
}

/* Start Login-page */

/* Start Cart-page */


.cart-inner table {
    width: 100%;
    margin-bottom: 15px;
}

table th {
    padding: 15px 10px;
    border-bottom: 2px solid rgb(0 0 0 / 8%);
    color: #242424;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

table .img-table {
    display: block;
    width: 80px;
    height: 80px;
}

table td {
    padding: 15px 12px;
    border-bottom: 1px solid rgb(0 0 0 / 11%);
}

.price-table {
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

.subTotal {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
}

table .name-pro-table {
    display: block;
    color: #333333;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    font-size: 14px;
}

.table-cop {
    display: flex;
    justify-content: space-between;
}

.coupon {
    display: flex;
}

.coupon label {
    display: none;
}

.coupon input {
    padding: 0 15px;
    width: 100%;
    height: 50px;
    margin-inline-end: 10px;
    max-width: 230px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 50px;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
}

.coupon .button {
    flex: 0 0 auto;
    border-radius: 50px;
    color: #fff;
    box-shadow: none;
    background-color: var(--main-color);
    border: none;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
}

.sideCart {
    padding: 25px;
    border: 3px solid rgb(0 0 0 / 8%);
}

.sideCart h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'jostMed';
}

.table-sideCart table th,
.table-sideCart table td {
    border-bottom: 1px solid rgb(0 0 0 / 11%);
    text-transform: none;
    padding: 15px 10px;
}

.table-sideCart table th:last-child,
.table-sideCart table td:last-child {
    text-align: end;
    padding-inline-end: 0;
}

.table-sideCart table td {
    color: #777;
    font-weight: 400;
}

.table-sideCart table td h5 {
    color: #242424;
    vertical-align: middle;
    font-size: 16px;
}

table {
    width: 100%;
}

.table-sideCart table td h5 strong {
    color: var(--main-color);
}

.table-sideCart table td h4 {
    font-size: 18px;
    color: var(--main-color);
}

.btn-side {
    margin: 20px 0 0;
}

.btn-side .btn {
    width: 100%;
}

.table-sideCart table td h5 input {
    float: right;
    margin-inline-start: 10px;
    margin-top: 2px;
    accent-color: var(--main-color);
    width: 14px;
    height: 14px;
}

.table-sideCart table th:first-child,
.table-sideCart table td:first-child {
    padding-inline-start: 0;
}


.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
    border-radius: 0;
    margin: 0;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 1px solid rgb(0 0 0 / 10%);
    background: transparent;
    box-shadow: none;
    height: 32px;
}

.quantity-btn svg {
    width: 15px;
    height: 15px;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    width: 30px;
    height: 32px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    color: #777;
    border: 1px solid rgb(0 0 0 / 10%);
    font-size: 13px;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table .img-table img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* End Cart-page */


/* Start Checkout-inner */
.checkout-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmarkOut {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.checkout-check:hover input~.checkmarkOut {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkout-check input:checked~.checkmarkOut {
    background-color: var(--main-color);
}

.checkmarkOut:after {
    content: "";
    position: absolute;
    display: none;
}

.checkout-check input:checked~.checkmarkOut:after {
    display: block;
}

.checkout-check .checkmarkOut:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-checkout h3 {
    font-size: 25px;
    font-weight: 500;
}

.title-checkout h3 i {
    margin-right: 5px;
}

.title-checkout p {
    font-size: 12px;
    font-weight: 400;
    color: #3a3d44;
    margin: 14px 0;
}

.title-checkout p a {
    color: #3a3d44;
    text-decoration: underline;
}

.title-checkout p u {
    direction: ltr;
    display: inline-block;
    text-decoration: none;
}

.alert-title {
    background: var(--bg-color);
    padding: 20px;
    width: 48%;
    display: flex;
    flex: 0 1;
    margin-bottom: 50px;
    align-items: center;
}

.alert-title h3 {
    margin: 0;
    font-size: 16px;
    width: 90%;
    font-weight: 600;
}

.alert-title a {
    border: 1px #ccc solid;
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
}

.alert-title a:hover,
.alert-title a:focus {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.title-checkout {
    padding: 0 15px;
}

.title-form span {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    background: var(--dark-color);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
}

.title-form h3 {
    display: inline-block;
    color: var(--dark-color);
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    line-height: 23px;
}

.title-form {
    margin: 60px 0 30px;
}

.title-form p {
    font-size: 12px;
    margin-top: 14px;
    color: #777;
    line-height: 20px;
}

.form-group label {
    font-size: 11px;
    color: #666;
    margin: 30px 0 12px;
}

.country-f {
    display: flex;
}

.country-f .form-control {
    width: 80%;
    margin-inline-end: 10px;
}

.country-f .find-ad {
    border: none;
    background: var(--main-color);
    color: #ffff;
    font-size: 13px;
    width: 30%;
    border-radius: 50px;
}

.link-f {
    display: block;
    font-size: 11px;
    color: #2196f3;
    margin: 12px 0px;
    text-decoration: underline;
}

.showC h3 {
    margin-top: 45px;
    display: inline-block;
    color: var(--dark-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}

.alert-in-f {
    padding: 20px;
    background: var(--bg-color);
    margin: 10px 0;
}

.alert-in-f .head-alert {
    display: flex;
}

.alert-in-f .head-alert h3 {
    margin: 0 8px;
    font-size: 18px;
    display: inline-block;
    color: var(--dark-color);
    width: 90%;
}

.alert-in-f .head-alert .price-alert {
    color: #777;
    font-size: 14px;
}

.alert-in-f .body-alert {
    padding: 10px 22px 0;
}

.alert-in-f .body-alert p {
    font-size: 11px;
}

.alert-in-f .body-alert p a {
    text-decoration: underline;
}

button.title-form {
    width: 100%;
    text-align: start;
    border: none;
    background: none !important;
    margin: 30px 0 0;
    box-shadow: none !important;
    border-bottom: 1px #ccc solid;
    padding-bottom: 16px;
    position: relative;
}

.title-form.collapsed::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block !important;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.form-group .collapse,
.card-body {
    transition: all .5s;
}

.title-form ul {
    display: inline-block;
    margin: 0 10px;
}

.title-form ul li {
    display: inline-block;
}

.title-form ul li img {
    max-width: 25px;
    max-height: 25px;
}

.title-form p a {
    color: #777;
    text-decoration: underline;
}

.form-check input.btn.show-more-s {
    float: none;
}

.ceck-pro-in h3 {
    margin-top: 60px;
    display: inline-block;
    color: var(--dark-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
}

.box-checkOut-in {
    background: var(--bg-color);
    padding: 20px;
}

.box-checkOut-in table {
    width: 100%;
}

.box-checkOut-in table tr th {
    font-size: 13px;
    color: var(--dark-color);
    border-bottom: 1px #dbe2e2 solid;
    padding-bottom: 11px;
}

.box-checkOut-in table tr td {
    font-size: 13px;
    border-bottom: 1px #dbe2e2 solid;
    vertical-align: middle;
}

.ceck-pro-in .quantity-p .control a.bttn,
.ceck-pro-in .quantity-p .control .bttn {
    background: var(--main-color);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 16px;
}

.ceck-pro-in .quantity-p .control .input {
    height: 20px;
    border: none;
    background: transparent;
    width: 37px;
    font-size: 16px;
}

.ceck-pro-in .quantity-p .control {
    align-items: center;
}

.ceck-pro-in .title-sub-t h3 {
    margin: 8px 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    display: block;
}

.ceck-pro-in .sub-total-check .col-md-6:nth-child(2) .title-sub-t h3 {
    text-align: right;
}

.sub-total-check {
    padding-top: 15px;
    padding-right: 40px;
}

.ge-total-check .col-md-6:nth-child(2) .title-sub-t h3 {
    text-align: right;
}

.ge-total-check {
    padding-right: 40px;
}

.ge-total-check .title-sub-t h3 {
    font-size: 13px;
}

.flex-d {
    display: flex;
}

.flex-d .form-group {
    width: 50%;
    padding: 0 5px;
}



.form-control,
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03137254901960784);
    border: 1px solid #E4E8F2;
    border-radius: 8px;
    padding: 0 20px;
    transition: all .5s;
}

textarea.form-control {
    height: 140px;
    padding: 20px;
}

.form-control:focus {
    border: 1px solid #E4E8F2;
    box-shadow: 0 0 0 0.2rem rgba(57, 57, 54, .1);
}

.form-control::placeholder {
    transition: all .5s;
}

.form-control:focus::placeholder {
    transform: translateX(20px);
    opacity: 0;
}


/* End Checkout-inner */

/* Start Profile-page */

.form-group>label {
    font-size: 18px;
    text-transform: capitalize;
    display: block;
}

.iti {
    display: block;
}

.select2-container .select2-selection--multiple {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin-top: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 2px;
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 3px 10px;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin: 0;
    margin-inline-end: 5px;
}

.select2-container .select2-selection--single {
    border: none !important;
    height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--main-color);
}

.select2-results__option {
    padding: 10px 15px;
    text-transform: capitalize;
}

.label-check,
.label-radio {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.label-check input,
.label-radio input {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.label-check span,
.label-radio span {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding-inline-start: 30px;
}

.label-check span::before,
.label-radio span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px #e5e5e5 solid;
    border-radius: 4px;
    font-family: 'Font Awesome 6 Pro';
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all .4s;
    /* opacity: 0; */
    left: 0;
    right: 0;
}

.label-check input:checked~span::before,
.label-radio input:checked~span::before {
    content: "\f00c";
    color: var(--main-color);
    border-color: var(--main-color);
}

.label-radio input:checked~span::before {
    content: "\f192";
    border: none;
    /* font-size: 20px; */
}

.label-radio span::before {
    border-radius: 50%;
    content: "\f111";
    border: none;
    color: #e5e5e5;
    font-size: 20px;
}

.file-upload-group.form-control {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.file-upload-group.form-control label.for-sm-input-file {
    margin: 0;
}

.file-upload-group.form-control label.for-sm-input-file i {
    font-weight: bold;
    font-size: 15px;
    color: var(--main-color);
}

.file-upload-group.form-control .span-text.file-name {
    display: block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-single-product ul li a {
    display: block;
    padding: 12px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 5px;
}

.account-single-product ul li a.active,
.account-single-product ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.account-single-product ul li {
    margin: 0;
}

.profile-page .sidebar-single-product .sidebar-item::before {
    right: auto;
    left: -18px;
    transform: scaleX(-1);
}

.profile-page .sidebar-single-product {
    padding: 0;
    padding-inline-end: 1.5rem;
}

.table-h table th {
    background: var(--bg-color);
    border-bottom: var(--sec-color);
}

.table-h {
    text-align: center;
}

.chart-h {
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 0 20px #00000017;
    border-radius: 10px;
}

.profile-block {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 30px;
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.profile-block .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--bg-color);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.profile-block .icon img {
    max-width: 40px;
    max-height: 40px;
}

.profile-block .details {
    max-width: calc(100% - 90px);
}

.profile-block .details h3 {
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 10px;
}

.profile-block .details p {
    font-size: 18px;
    color: #444;
}

/* End Profile-page */

/* Start Beekeepers-page */

.team-block .details .stars {
    margin: 10px 0;
}

.team-block .details .time-team {
    margin: 10px 0 0;
}

.team-block .details .time-team i {
    color: var(--main-color);
    margin-inline-end: 6px;
}

section.beekeepers-page.body-inner {
    padding-bottom: 0;
}

/* End Beekeepers-page */

/* Start Single-beekeeper */

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item:nth-child(1) .title-with-icon h3 {
    font-size: 30px;
}

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item .stars {
    margin: 20px 0;
}

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 20px 0;
}

.list-sidebar ul li {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.list-sidebar ul li strong {
    color: var(--main-color);
    margin-inline-end: 10;
    margin-inline-end: 10px;
}

.mw-80 {
    max-width: 100px;
}

.badge-primary {
    background: linear-gradient(120deg, var(--four-color) 0%, var(--main-color) 100%);
    box-shadow: 0 20px 30px 0 rgb(208 172 72 / 40%);
}

.spcial-block .icon img {
    max-height: 100%;
}

.techno-h.about-page .title .icons {
    margin-inline-start: 0;
}

.team-block .details .s-h {
    justify-content: center;
    margin: 20px 0 0;
    gap: 10px;
}

.team-block .details .s-h a {
    width: 35px;
    height: 35px;
    font-size: 14px;
}

/* End Beekeepers-page */

/* Start Menu-responsive */


.responsive-menu {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    /* box-shadow: 0px -7px 20px rgb(0 0 0 / 22%); */
}

.responsive-menu ul {
    display: flex;
}

.responsive-menu ul li {
    width: 20%;
    flex: 0 0 auto;
    padding: 0;
}

.responsive-menu ul li a,
.responsive-menu ul li button {
    background: var(--main-color);
    display: flex;
    height: 100%;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    position: relative;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.responsive-menu ul li a button {
    padding: 0;
}

.responsive-menu ul li i {
    width: 20px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    display: table;
    margin: 0 auto 4px;
}

.responsive-menu ul li span {
    font-size: 12px;
    margin: 4px 0 0;
}

.responsive-menu ul li .count {
    position: absolute;
    top: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: var(--dark-color);
    color: var(--main-color);
    border-radius: 50%;
    margin: 0;
}

.responsive-menu ul li a.active {
    color: var(--color-yellow);
}

.responsive-menu ul li .active {
    background: url(../images/shape-h.png);
    background-size: 100% 100%;
}

.responsive-menu ul li .active i {
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    line-height: 40px;
    border-radius: 50%;
    margin-top: -56px;
}

/* End Menu-responsive */
/* End Login-page */
/* End Beekeepers-page */

/* Start Single-beekeeper */

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item:nth-child(1) .title-with-icon h3 {
    font-size: 30px;
}

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item .stars {
    margin: 20px 0;
}

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 20px 0;
}

.list-sidebar ul li {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.list-sidebar ul li strong {
    color: var(--main-color);
    margin-inline-end: 10;
    margin-inline-end: 10px;
}

.sidebar-single-product.sidebar-single-beekeeper .sidebar-item .list-sidebar ul li .stars {
    margin: 0;
    color: #333;
}

.sidebar-single-product .sidebar-item .form-group {
    margin: 10px 0;
}

.single-beekeeper-inner .title h3 {
    font-size: 30px;
    line-height: 40px;
}

.all-products {
    margin-bottom: 30px;
}

.team-block .img .alert-h {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 30px;
    width: 55px;
    text-align: center;
    font-size: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    clip-path: polygon(100% 1%, 100% 100%, 50% 80%, 0% 100%, 0 46%, 0% 0%);
    background: var(--main-color);
    height: 67px;
    padding-bottom: 14px;
    color: #fff;
}

.team-block .img .alert-h i {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.team-block .details .icon-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: -50px auto 20px;
}

.team-block .details .icon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-block .details ul {
    display: flex;
    flex-wrap: wrap;
}

.team-block .details ul li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 50%;
    flex: 0 0 auto;
    margin: 3px 0;
    gap: 6px;
    text-align: start;
    padding-inline-end: 10px;
}

.team-block .details ul li .icon-li {
    max-width: 20px;
}

.team-block .details ul li span {
    width: calc(100% - 25px);
    font-size: 12px;
}

.team-block .details .tags-h {
    text-align: start;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.team-block .details .tags-h span {
    background: var(--bg-color);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 13px;
    min-width: 65px;
    text-align: center;
}

.team-block .details .price-h {
    justify-content: start;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0;
}

.team-block .details .price-h .price-new {
    font-size: 20px;
    color: var(--main-color);
}

/* End Single-beekeeper */

/* Start Contact-page */

.sidebar-contact .sidebar-item {
    margin: 0 0 2rem;
    margin-inline-end: 0.5rem;
    padding: 40px;
}

.sidebar-contact .sidebar-item::before {
    display: none;
}

.item-single-contact .list-sidebar ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
}

.item-single-contact .list-sidebar ul li i {
    font-size: 22px;
    width: 32px;
    position: relative;
    top: 4px;
}

.item-single-contact .list-sidebar ul li a {
    font-size: 16px;
    line-height: 28px;
}

.item-single-contact .list-sidebar ul li:last-child {
    margin-bottom: 0;
}

.item-single-contact ul li {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 26px;
}

.contact-inner {
    box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-color: #ffffff;
    padding: 40px;
}

.contact-inner .form-group {
    margin-bottom: 16px;
}

.icon-contact {
    text-align: center;
    margin-top: 30px;
}

.icon-contact img {
    max-width: 180px;
}

.contact-inner .form-group button.btn {
    margin-top: 20px;
}

/* End Contact-page */

/* Start Faqs-page */

.faqs-inner {
    box-shadow: 0px 10px 75px 0px rgba(0, 0, 0, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 2rem 4rem 4rem 4rem;
    border-radius: 40px;
}

.faqs-inner .accordion-button {
    padding: 2rem 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5em;
    color: #333;
    border-radius: 0 !important;
    text-align: start;
}

.faqs-inner .accordion-item {
    border: none;
    border-radius: 0;
}

.faqs-inner .accordion-button::after {
    margin: 0;
    margin-inline-start: auto;
    filter: invert(1);
}

.faqs-inner .accordion-button::before {
    content: '\2756';
    width: 18px;
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--main-color);
    margin-inline-end: .5rem;
}

.faqs-inner .accordion-item .accordion-body {
    padding: 0;
}

.faqs-inner .accordion-item .accordion-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.pro-block .details>a {
    display: block;
}
.fa-light, .fal{
    font-weight: 300;
    margin: 10px;
}

/* End Faqs-page */
