/* poppins  */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Architects Daughter */

@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
    font-family: "Satoshi-Variable";
    src: url(../fonts/FontsFree-Net-Satoshi-Variable.ttf);
    font-weight: 700;
}

:root {
    --primery: #014ba3;
    --secondary: #2f2f2f;
    --primery-10: rgba(0, 75, 163, 0.1);
    --black: #000000;
    --black-60: rgba(0, 0, 0, 0.6);
    --white: #ffffff;
    --box-shadow-card: 0px 4px 34px 0px rgba(0, 0, 0, 0.1);
    --box-shadow-img: 0px 4px 64px 0px rgba(0, 0, 0, 0.12);
    --box-shadow-slider: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

html,
body {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:600;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
/*     margin: 0;
    padding: 0; */
    text-decoration: none;
}
li {
    margin-bottom: 7px;
}


input:focus,
input,
textarea:focus,
textarea {
    outline: unset;
    border: unset;
    background-color: transparent;
    resize: none;
}

a {
    color: unset;
}

h1 {
    color: var(--secondary);
    line-height: 1.5;
    font-family: "Architects Daughter";
    font-size: 55px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    color: #2f2f2f;
    text-transform: capitalize;
    font-weight: 600;
}

p {
    color: var(--secondary);
    font-size: 16px;
}

img {
    width: 100%;
    height: auto;
}

button {
    border: unset;
    background-color: transparent;
    padding: 0;
}

hr {
    margin: 0;
    opacity: 1;
}
@media (min-width: 768px) {
  #menu-main-menu > li:last-child > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primery);
    text-decoration: none;
    background: var(--primery);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    min-width: 185px;
    transition: 0.3s all ease;
    gap: 10px;
    border-radius: 2px;
  }

  /* Optional: hover effect */
  #menu-main-menu > li:last-child > a:hover {
    background: transparent;
    color: var(--primery) !important;
  }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.site-btn,
.site-btn-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primery);
    text-decoration: none;
    background: var(--primery);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    min-width: 185px;
    transition: 0.3s all ease;
    gap: 10px;
    border-radius: 2px;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.site-btn:hover,
.site-btn-2:hover {
    background-color: var(--white);
    border: 2px solid var(--primery);
    transition: 0.3s all ease;
    color: var(--primery);
    transition: 0.3s all ease;
}

.site-btn i {
    font-size: 20px;
}

.site-btn-2 {
    background-color: var(--black);
    border: 2px solid black;
}

.margin-50 {
    margin: 50px 0;
}

.img-shadow {
    box-shadow: var(--box-shadow-img);
}


/* .side-container {
    margin-left: 180px;
}

.right-container {
    margin-right: 180px;
} */

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg-primery-10 {
    background-color: var(--primery-10);
}


/* header  */

.header {
    background-color: var(--white);
    box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.1);
}

.header .menu-main-menu-container {
    max-width: 940px;
    width: 100%;
}

.header ul li.menu-item-has-children {
    position: relative;
}

.header ul.cstm-dropdown-menu {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    left: -13px;
    top: 100%;
    padding: 11px 15px;
    background: #fff;
    min-width: 155px;
    list-style: none;
    gap: 10px 0px;
    display: none;
}

.header ul li.menu-item-has-children:hover>ul.cstm-dropdown-menu {
    display: flex;
    transition: .3s all ease;
}

.header ul {
    max-width: 940px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 10;
}

.header .navbar-nav .nav-link {
    padding: 0;
    color: var(--secondary);
}

.header .navbar-nav .nav-item:hover>a {
    color: var(--primery);
    transition: .3s all ease;
}

.header .header-icons button,
.header .header-icons .header-cart {
    position: relative;
    z-index: 1;
}

.header .header-icons button span,
.header .header-icons .header-cart span {
    position: absolute;
    top: -2px;
    right: -2px;
    color: var(--white);
    background-color: var(--primery);
    border-radius: 50%;
    border: 2px solid var(--white);
    height: 15px;
    width: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-icons button i {
    font-size: 20px;
}

.header .header-icons button:nth-child(2) {
    margin: 0 20px;
}

.header .header-icons .header-cart span {
    top: 1px;
    right: -5px;
}

.active {
    color: var(--primery) !important;
    font-weight: 700;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-icons .search-icon {
    margin-bottom: -5px;
}


/* banner  */

.banner {
    padding: 50px 0;
}

.banner.bg-box::before {
    max-height: 662px;
}

.pad-t {
    padding-top: 150px;
}

.bg-box {
    position: relative;
    z-index: 1;
}

.bg-box::before {
    background-color: var(--primery);
    content: "";
    background-image: url(../images/banner-bg-net.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg-box .section-title * {
    color: var(--white);
}

.section-4.bg-box::before {
    max-height: 100%;
}

.banner .img h2 {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
}

.banner h1 {
    font-size: 52px;
    color: var(--white);
    max-width: 690px;
    text-transform: capitalize;
    line-height: 1.4;
}

.banner .row .text p {
    color: rgba(255, 255, 255, 0.95);
    max-width: 690px;
    margin: 16px 0 40px;
}

.banner .img img {
    filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.25));
}

.key-poits-banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--white);
    box-shadow: var(--box-shadow-card);
    padding: 25px 10px;
    margin: 80px 0 0;
}

.innr-points {
    display: flex;
    align-items: center;
    gap: 10px;
}

.key-poits-banner hr {
    border: 1px solid rgba(224, 224, 224, 1);
    opacity: 1;
    height: 60px;
    margin: 0;
}

.key-poits-banner hr:last-of-type {
    display: none;
}

.key-poits-banner .text p {
    color: var(--secondary);
    font-weight: 500;
}


/* section 1  */

.section-1 {
    padding: 50px 0;
}

.section-1 .section-title h2 {
    margin-bottom: 40px;
}

.section-1 .row .col-md-4:nth-child(2),
.section-1 .row .col-md-4:nth-child(5) {
    margin-top: 32px;
}

.section-1 a img {
    max-height: 266px;
    object-fit: cover;
}


/* section 2  */

.section-2 {
    padding: 50px 0;
}

.section-2 .section-title p {
    max-width: 1070px;
    margin: 17px auto 50px;
    color: rgba(47, 47, 47, 0.8);
}

.max-width-100 p {
    max-width: 100% !important;
}

.play-btn {
    position: relative;
    z-index: 1;
}

.play-btn:hover::before {
    transform: scale(1.05);
    transition: 0.3s all ease;
}

.play-btn::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/11/play-icon-white.svg);
    background-size: 35px 33px;
    background-position: 22px 22px;
    background-repeat: no-repeat;
    background-color: var(--primery);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 75px;
    box-shadow: 0 0 0 14px rgb(79 131 238 / 30%);
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s all ease;
}

.bg-clip {
    position: relative;
    z-index: 1;
}

.bg-clip::before,
.bg-clip::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    max-width: 368px;
    max-height: 368px;
    background-color: var(--black);
    border-radius: 2px;
}

.bg-clip::after {
    top: -15px;
    right: -15px;
    left: unset;
    background-color: var(--primery);
}

.section-2 img {
    border-radius: 2px;
}


/* section 3  */

.section-3 {
    padding: 50px 0;
}

.section-3 .text p {
    margin: 17px 0 40px;
    opacity: 0.8;
}

@media (min-width: 1200px) {
    .section-3 .col-md-6 {
        width: 51%;
    }
    .section-3 .col-xl-5 {
        width: 45.666667%;
    }
}


/* section 4  */

@media (min-width: 768px) {
    .section-4 .col-md-4 {
        width: 31%;
    }
}

.width-p p {
    max-width: 580px;
}

.section-4 {
    padding: 60px 0;
}

.section-4 .wrapper {
    max-width: 1035px;
    margin: auto;
}

.section-4 .section-title h2 {
    line-height: 1.5;
    margin-bottom: 50px;
    color: var(--white);
}

.section-4 .text ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    list-style: none;
	padding-left: 0;
}

.section-4 .text p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
}


/* section-5  */

.section-5 {
    padding: 50px 0;
}

.section-7 .section-title h2,
.section-5 .section-title h2 {
    margin-bottom: 16px;
}

.section-5 .section-title {
    margin-bottom: 40px;
}

.budget-card {
    text-align: center;
    border: 1px solid rgba(47, 47, 47, 0.2);
    padding: 33px 20px 22px;
}

.budget-card h4 {
    color: var(--secondary);
    font-size: 24px;
    font-family: "Satoshi-Variable";
    margin-bottom: 15px;
}

.budget-card hr {
    border: 1px solid rgba(224, 224, 224, 1);
}

.budget-card p {
    color: rgba(47, 47, 47, 0.8);
    min-height: 100px;
}

.budget-card h3 {
    margin: 30px 0 10px;
    font-size: 26px;
    font-family: "Satoshi-Variable";
    color: var(--primery);
    display: flex;
    justify-content: center;
    align-items: center;
}

.budget-card h3 span {
    margin: 0;
    color: var(--primery);
}

.budget-card h3 span bdi {
    display: flex;
    color: var(--primery);
}

.budget-card span {
    color: rgba(47, 47, 47, 0.8);
    display: block;
    margin-bottom: 36px;
}

.budget-card button {
    width: 100%;
    padding: 10px;
    background-color: white;
    color: var(--black);
    border: 1px solid var(--black);
}

.budget-card button:hover {
    background-color: var(--primery);
    color: var(--white);
    border: 1px solid var(--primery);
}


/* section 6 */

.section-6 {
    padding: 50px 0;
}

.section-6 .section-title p {
    margin: 12px 0 35px;
}

.slid-items .slid-card {
    padding: 10px;
    margin: 20px 0 30px;
    transition: 0.3s all ease;
    border: 1px solid rgba(47, 47, 47, 0.1);
    border-radius: 4px;
}

.slid-items .slid-card:hover {
    background-color: var(--white);
    box-shadow: 0 9px 34px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease;
    padding: 10px;
    border-radius: 2px;
    margin: 20px 0 30px;
}

.slid-items .slid-card .img img {
    border-radius: 2px;
    object-fit: cover;
    aspect-ratio: 1 / 0.6;
}

.slid-items .inner-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.slid-items .inner-text>span {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
}

.slid-items .inner-text span.cats {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.slid-items .inner-text h5 {
    color: var(--primery);
    font-family: "Satoshi-Variable";
    font-size: 20px;
}

.products-area .slid-items .inner-text span.cats {
    font-size: 14px;
}

.products-area .slid-items .inner-text h5,
.products-area .slid-items .text p {
    font-size: 18px;
}

.slid-items p {
    color: var(--secondary);
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    margin: 8px 0 41px;
    font-family: "Satoshi-Variable";
}

.slid-items .add-to-card {
    display: flex;
    gap: 15px;
}

.slid-items .add-to-card .site-btn {
    width: 100%;
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
}

.slid-items .slid-card:hover .site-btn,
.slid-items .add-to-card .site-btn:hover {
    background: var(--primery);
    border-color: var(--primery);
    color: var(--white);
}

.slid-items .add-to-card button:nth-child(2) {
    border: 1px solid var(--black);
    border-radius: 2px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slid-items .add-to-card button:nth-child(2) i {
    line-height: 0;
    font-size: 18px;
}

.slid-items .add-to-card button:nth-child(2):hover i {
    color: var(--primery);
}

.slid-items .add-to-card button:nth-child(2) {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--black);
    border-radius: 2px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
}

.owl-carousel .owl-nav button.owl-prev::before {
    transform: rotate(-225deg);
    left: 5px;
}

.owl-nav {
    display: flex;
    justify-content: end;
    position: absolute;
    z-index: -1;
    top: -42px;
    right: 0%;
    gap: 20px;
}

.owl-carousel .owl-nav button:hover {
    background-color: var(--primery) !important;
    border: 1px solid var(--primery);
}

.owl-carousel .owl-nav button.owl-prev:hover::before,
.owl-carousel .owl-nav button.owl-next:hover::before {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
}

.right-container .owl-nav {
    right: 1%;
}

.section-3 .multi-images {
    display: flex;
    justify-content: center;
    gap: 17px;
    width: 95%;
}

.section-3 .multi-images .img {
    position: relative;
    z-index: 1;
}

.section-3 .multi-images .img p {
    position: absolute;
    z-index: 0;
    top: -16px;
    left: 20px;
    background-color: var(--black);
    color: var(--white);
    font-weight: 600;
    padding: 6px;
    min-width: 104px;
    text-align: center;
    border-radius: 2px;
    font-family: "Lora", serif;
}

.section-3 .multi-images .img img {
    border: 3px solid var(--white);
    object-fit: cover;
}

.section-3 .multi-images .img:nth-child(2) p {
    left: unset;
    right: 20px;
}

.section-3 .multi-images .img:nth-child(2) {
    margin-top: 100px;
}

.section-3 .multi-images .img:nth-child(1) .bg-black-10,
.bg-black-10 {
    position: relative;
    z-index: 0;
}

.section-3 .multi-images .img:nth-child(1) img {
    border: unset;
}

.section-3 .multi-images .img:nth-child(1) .bg-black-10::before,
.bg-black-10::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 0;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--white);
}

.bg-primery-10 {
    background-color: var(--primery-10);
}

.max-width-p-2 p {
    max-width: 560px;
}

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


/* section-7  */

.section-7 {
    padding: 50px 0;
}

.section-7 .section-title {
    margin-bottom: 40px;
}

.section-7 .multi-images .img {
    position: relative;
    z-index: 1;
}

.section-7 .multi-images .img p {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    font-family: "Lora", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}

.section-7 .multi-images .img:hover p,
.section-7 .multi-images .bg-black-10:hover::before {
    visibility: visible;
    transition: 0.3s all ease;
    opacity: 1;
}

.section-7 .multi-images .bg-black-10::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: 0.5s all ease;
    opacity: 0;
    border: unset;
}

.section-7 .multi-images .img img {
    border-radius: 2px;
}

.long-cards {
    --bs-gutter-y: 2.5rem;
}

.long-cards .custom-card img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.section-7 .text h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 13px;
    color: var(--secondary);
}

.section-7 .text p {
    clip: var(--secondary);
    font-size: 14px;
}

.margin-b-16 h2 {
    margin-bottom: 16px !important;
}


/* section-8  */

.section-8 {
    padding: 50px 0;
}

.section-8 .hov-card {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
    margin: 50px 0;
    padding: 40px;
    padding-top: 0;
}

.section-8 .section-title h2 {
    margin-bottom: 40px;
}

.section-8 .hov-card .img img {
    width: 50px;
    position: relative;
    top: -20px;
}

.section-8 .hov-card .taxt>p {
    font-size: 20px;
    color: rgba(47, 47, 47, 0.8);
    margin-bottom: 50px;
    font-weight: 400;
}

.section-8 .hov-card .inner-text img {
    max-width: 65px;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-right: 15px;
}

.section-8 .hov-card .inner-text h5 {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 700;
    font-family: "Lora", serif;
}

.section-8 .hov-card i {
    color: #f1d127;
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 6px;
    border-radius: 0;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primery);
}

.section-8 .owl-item {
    opacity: 0.6;
}

.section-8 .owl-item.center {
    opacity: 1;
    transform: translate(0, -30px);
}


/* faqs  */

.faqs-section {
    padding: 50px 0;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: unset;
    color: var(--secondary);
    padding: 10px 0;
}

.faqs .accordion-body {
    padding: 0;
    box-shadow: unset;
    color: var(--secondary);
}

.faqs .accordion-item,
.faqs .accordion-button:not(.collapsed) {
    border: unset;
}

.faqs .accordion-button::after {
    background-image: url(../images/plus-icon.svg);
    background-size: 15px;
}

.faqs .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    height: 3px;
    margin-right: 5px;
    transform: rotate(180deg);
}

.faqs .accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 transparent;
}

.faqs .accordion-button {
    padding: 10px 0;
    font-size: 24px;
    color: var(--secondary);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    box-shadow: none !important;
}

.faqs .section-title {
    margin-bottom: 40px;
}

.faqs hr {
    border: 1px solid rgba(15, 23, 42, 0.15);
    opacity: 1;
    margin: 25px 0;
}


/* footer  */

@media (min-width: 1200px) {
    .footer .col-lg-2 {
        width: 19.5%;
    }
}

.footer {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.footer::before {
    content: "";
    background-color: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    max-height: 715px;
}

.footer .bg-box {
    padding: 60px 10px;
    border-radius: 2px;
    margin-bottom: 50px;
    position: relative;
}

.footer .bg-box::before {
    border-radius: 2px;
}

.footer .bg-box .section-title h2 {
    color: var(--white);
    margin-bottom: 40px;
}

.email-box_wrapper .gform-body {
    max-width: 720px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    background-color: var(--white);
    border-radius: 4px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.email-box_wrapper .gform_validation_errors {
    position: absolute;
    bottom: 0;
    border: unset !important;
    left: 0;
    right: 0;
    margin: auto !important;
    width: max-content;
}

.email-box_wrapper input {
    display: inline-block !important;
    width: 100% !important;
    background-color: transparent !important;
    border: unset !important;
    color: #969696 !important;
    box-shadow: unset !important;
}

.email-box_wrapper .gform_fields .gfield .validation_message {
    position: absolute;
    bottom: -10px;
    left: 30px;
}

.email-box_wrapper input::placeholder,
.email-box_wrapper>i {
    color: #969696 !important;
}

.email-box_wrapper .gform-button {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 5px !important;
    margin: auto !important;
    height: max-content !important;
    min-width: 150px !important;
    color: var(--white) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 11px 20px !important;
    background-color: var(--black) !important;
    border: 2px solid black !important;
    line-height: 1.5em !important;
    inline-size: unset !important;
}

.gform-theme--foundation.email-box_wrapper #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full {
    inline-size: unset !important;
}


/* footer wrapper  */

.footer .wrapper {
    margin-bottom: 60px;
}

.footer .wrapper .text .img img {
    max-width: 75px;
}

.footer .wrapper ul {
    list-style: none;
    padding: 0;
}

.footer .wrapper .text p,
.footer .wrapper .text ul li,
.footer .wrapper .text ul li a {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
    max-width: 309px;
}

.footer .wrapper .text ul li a:hover {
    color: var(--primery);
}

.footer .wrapper .text h2 {
    font-size: 18px;
    color: var(--white);
}

.footer .wrapper .col-lg-2:nth-child(4) i {
    color: var(--white);
    margin-right: 7px;
}

.social-icon i {
    background-color: var(--white);
    border-radius: 50%;
    aspect-ratio: 1;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-size: 18px;
    border: 2px solid transparent;
    transition: 0.3s all ease;
}

.social-icon a:not(:last-child) {
    margin-right: 23px;
}

.social-icon i:hover {
    background-color: var(--black);
    color: var(--white);
    border: 2px solid var(--white);
    transition: 0.3s all ease;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
	color:rgba(255, 255, 255, 0.8);
}

.copy-right p {
    color: rgba(255, 255, 255, 0.8);
	font-size:15px;
}
.copy-right p span {
    padding: 0px 3px;
}

/* .copy-right p:last-child a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.copy-right p:last-child {
    display: flex;
    justify-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
} */
.payment-methods {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.payment-methods--item {padding: 0px 4px;}

.payment-methods--item svg {
    width: 42px;
    height: auto;
}
.copy-right a {
    text-decoration: none;
}

.copy-right a:hover {
    color: var(--primery);
}

.privacy-content {
    padding-bottom: 13px;
}


/* about page  */

.paddingY-250.bg-black-10 {
    margin-bottom: 100px;
}

.paddingY-250.bg-black-10::before {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    border: unset;
}

.paddingY-250 .key-poits-banner {
    position: relative;
    bottom: -65px;
}

.paddingY-250 .text h1 {
    font-family: "Satoshi-Variable";
    font-weight: 700;
    text-align: center;
    color: var(--white);
    margin: auto;
    position: relative;
    z-index: 1;
}


/* contact-page  */

.paddingY-250 {
    padding: 250px 0;
}

.banner-bg-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 600px;
    width: 100%;
}

.banner-bg-img img {
    height: 100%;
    object-fit: cover;
}


/* .contact-sec-1  */

@media (min-width: 768px) {
    .contact-sec-1 .col-md-6 {
        width: 48%;
    }
}

.contact-sec-1 {
    padding: 40px 0;
}

.contact-sec-1 .bg-clip::after,
.contact-sec-1 .bg-clip::before {
    z-index: -1;
    max-width: 230px;
    max-height: 230px;
}

.contact-sec-1 .bg-clip::after {
    top: -10px;
    right: -10px;
}

.contact-sec-1 .bg-clip::before {
    bottom: -10px;
    left: -10px;
}

.contact-sec-1 .cont-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-sec-1 .cont-box .head {
    display: block;
    color: var(--primery);
    font-weight: 700;
}

.contact-sec-1 .cont-box p {
    color: var(--black);
}

.contact-sec-1 .cont-box .icon-cont {
    display: inline-block;
    background: var(--primery);
    color: #fff;
    width: 50px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
}

.forms {
    display: flex;
    flex-direction: column;
}

.forms h2 {
    font-size: 36px;
    font-weight: 600;
}


/* input:not([type="submit"],
[type="checkbox"],
[type="radio"],
[type="number"]),
textarea {
    width: 100% !important;
    border: unset !important;
    padding: 6px 20px !important;
    background: #E5E5E5 !important;
    font-size: 14px !important;
} */

.gform_wrapper input:not([type="submit"],
[type="checkbox"],
[type="radio"]) {
    height: 50px !important;
}

input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.forms hr {
    border: 1px solid #e5e5e5;
    margin: 0;
    opacity: 0.5;
}

.gform-theme--api,
.gform-theme--foundation {
    --gf-form-gap-y: 20px !important;
}


/* terms & condations  */

.terms-condations {
    padding: 50px 0;
}

.terms-condations h1 {
    font-family: "Satoshi-Variable";
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-condations h3 {
    color: var(--secondary);
    font-size: 26px;
    font-weight: 600;
    margin: 45px 0 20px;
}
.terms-condations h4 {
    font-size: 23px;
    margin-top: 30px;
}

.terms-condations h5 {
    font-size: 20px;
    margin-top: 30px;
}

.blog-flexible .terms-condations {
    padding: 0;
}


/* Categories */

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid rgba(47, 47, 47, 0.2);
    height: 45px;
    border-radius: 2px;
    padding: 0 10px;
    max-width: 325px;
    width: 100%;
}

.search-box form {
    width: 100%;
    display: flex;
}

.search-box input {
    width: 100%;
    height: auto !important;
    background: transparent !important;
}

.search-box hr {
    height: 30px;
    width: 1px;
    border-right: 1px solid rgba(47, 47, 47, 0.2);
}

.search-box i {
    margin-left: 10px;
    font-size: 20px;
}

.cat-sec-1 {
    padding: 50px 0;
}

.cat-sec-1 .slid-items .slid-card {
    margin: 0;
}

.cat-sec-1 .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}

.cat-sec-1 .term-desc {
    margin: 15px 0 40px;
}

.post-type-archive .cat-sec-1 .term-desc {
    display: none;
}

.cat-sec-1 .search-pro {
    display: flex;
    align-items: center;
    width: 29%;
}

.cat-sec-1 .page-item a {
    color: var(--black);
}

.cat-sec-1 .page-item .active {
    color: var(--white) !important;
    font-weight: 400;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.cat-sec-1 .pagination {
    margin-top: 30px;
}

.categories {
    border: 1px solid rgba(47, 47, 47, 0.2);
    padding: 20px;
}

.categories .title h3 {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid rgba(47, 47, 47, 0.2);
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.categories hr {
    margin: 10px 0;
}

.categories .accordion-button::after {
    transform: rotate(180deg);
    background-image: url(../images/catagories-arrow.svg);
    height: 10px;
}

.categories .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/catagories-arrow.svg);
    height: 10px;
    margin-right: 0;
}

.categories .form-check:not(:last-child) {
    margin-bottom: 20px;
}

.categories .form-check-input:checked {
    background-color: var(--primery);
    border: 1px solid var(--primery) !important;
}

.categories .accordion-button {
    font-size: 18px;
    font-weight: 700;
}

.categories .accordion-collapse {
    padding: 10px 0;
}

.cat-sec-1 .inner-row {
    display: flex;
    flex-wrap: wrap;
/*     justify-content: space-between; */
    gap: 30px 0;
	   margin: 0 -1%;
}

.cat-sec-1 .inner-row .shop-pg.slid-items {
    width: clamp(200px, 31.4%, 400px);
	margin: 0px 0.9%;
}

.cat-sec-1 .inner-row .slid-items {
    width: 31.4%;
	margin: 0px 0.9%;
}

.categories .form-check-input:checked+label {
    opacity: 1;
}

.categories .form-check .form-check-input {
    border: 1px solid rgba(47, 47, 47, 0.6);
}

.categories .form-check-label {
    opacity: 0.6;
}

.categories .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}

.categories .buttons .site-btn:nth-child(2) {
    background-color: var(--white);
    color: var(--black);
    border: 2px solid var(--black);
}

.categories .buttons .site-btn:nth-child(2):hover {
    color: var(--white);
    background-color: var(--black);
}


/* .product-detail  */

.product-detail {
    padding: 50px 0;
}

.product-detail .slider-gallery {
    position: relative;
}

.product-detail .slider-gallery .swiper-2 img {
    height: clamp(100px, 450px, 540px);
    object-fit: cover;
    margin-bottom: 17px;
    border-radius: 2px;
}

.product-detail .social-icon i {
    border-radius: 2px;
}

.product-detail .social-icon a:not(:last-child) {
    margin-right: 10px;
}

.product-detail .product-via {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.product-detail .product-via hr {
    width: clamp(100px, 220px, 220px);
    border: 1px solid rgba(47, 47, 47, 0.16);
    margin: 0 4px;
}

.product-detail .product-via p {
    font-size: 14px;
    color: rgba(47, 47, 47, 0.8);
    white-space: nowrap;
}


/* blog-page  */

.blog-section {
    padding: 50px 0;
}

.blog-section .wrapper {
    background-color: rgba(0, 75, 163, 0.08);
    padding: 25px;
    border-radius: 4px;
}

.blog-section .wrapper:not(:last-child) {
    margin-bottom: 30px;
}

.blog-section .wrapper:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.blog-section .section-title h1 {
    font-family: "Satoshi-Variable";
    font-size: 56px;
    margin-bottom: 40px;
}

.blog-section .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-section .text span {
    font-size: 20px;
    color: rgba(47, 47, 47, 0.8);
}

.blog-section .text h3 {
    margin: 14px 0;
    font-size: 28px;
    color: var(--secondary);
    font-weight: 600;
}

.blog-section .text p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 460px;
}

.blog-section .wrapper .img img {
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.blog-section .wrapper .img {
    height: 100%;
}


/* blog-details page  */

.blog-details-section {
    padding: 50px 0 0;
}

.blog-details-section .section-title h1 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.3;
}
.blog-flexible h2 {
    font-family: "Poppins", sans-serif;
    font-size: 37px;
    font-weight: 600;
    margin: 32px 0 12px 0;
}


.blog-details-section .flex-md-row {
    gap: 40px;
}

.blog-details-section .flex-md-row .inner-text span {
    color: var(--secondary);
    margin-bottom: 15px;
    display: inline-block;
}

.blog-details-section .flex-md-row hr {
    border-right: 1px solid rgba(68, 66, 63, 0.25);
    height: 70px;
    margin: 0;
    opacity: 1;
}

.blog-details-section p {
    margin: 20px 0;
    color: rgba(47, 47, 47, 1);
}

.blog-details-section h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-details-section .slid-card .inner-texts {
    min-height: 210px;
    margin-top: 15px;
}

.blog-details-section .slid-card .text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.blog-details-section .slid-card .text p {
    font-size: 16px;
    max-width: 450px;
}

.blog-details-section .slid-card {
    padding: 23px;
}

.blog-details-section .slid-items .slid-card:hover {
    padding: 23px;
}

.blog-details-section .social-icon a:not(:last-child) {
    margin-right: 10px;
}

.blog-details-section .social-icon i,
.product-via .social-icon i {
    background-color: var(--primery-10);
    color: var(--primery);
}

.blog-details-section .social-icon i:hover,
.product-via .social-icon i:hover {
    background-color: var(--primery);
    color: var(--white);
    border: 2px solid var(--primery);
}

.product-detail .faqs hr {
    margin: 14px 0;
}

.product-detail .faqs p {
    margin-bottom: 20px;
    color: rgba(47, 47, 47, 0.8);
    font-size: 15px;
    max-width: 533px;
}

.product-detail .title h1 {
    font-family: "Satoshi-Variable";
    font-size: 25px;
    margin-bottom: 25px;
}

.product-detail .Category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .Category h3,
.product-detail .quantity-wrap h3 {
    color: var(--secondary);
    font-size: 16px;
    margin: 20px 0 8px;
    font-family: "Satoshi-Variable";
    font-weight: 900;
}

.product-detail .Category p {
    color: rgba(47, 47, 47, 0.8);
}

.product-detail .Category p img {
    width: 23px;
    margin-right: 10px;
}

.product-detail .Category h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primery);
    font-family: "poppins";
}

.product-detail .Category .inner-text:nth-child(2) p:first-of-type {
    margin-bottom: 10px;
}

.product-detail .input-group input {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    border: unset;
    width: 100%;
    max-width: 90px;
    border: 1px solid rgba(47, 47, 47, 0.25);
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.product-detail .input-group {
    flex-wrap: nowrap;
    border: 1px solid rgba(68, 66, 63, 0.25);
    border-radius: 2px;
    padding: 4px 0;
    align-items: center;
    background-color: rgba(47, 47, 47, 0.02);
}

.product-detail .input-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(90px, 40px, 60px);
    height: clamp(30px, 40px, 40px);
}

.product-detail .input-group .site-btn {
    background-color: transparent;
    border: unset;
    color: var(--secondary);
    min-width: unset;
    padding: 0;
}

.product-detail .input-group .site-btn i {
    font-size: 16px;
    color: rgba(47, 47, 47, 0.7);
}

.product-detail .input-group .site-btn:hover {
    border: unset;
}


/* tabbing section  */

.tabbing-section {
    padding: 50px 0;
}

.tabbing-section .tabbing-contant .nav button {
    display: flex;
    justify-content: start;
    background-color: transparent;
    padding: 25px 20px;
    color: var(--secondary);
    font-size: 20px;
    font-family: "Satoshi-Variable";
    border-radius: unset;
    position: relative;
    z-index: 1;
}

.tabbing-section .tabbing-contant .nav button::before {
    content: "";
    border-top: 2px solid var(--secondary);
    border-right: 2px solid var(--secondary);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: -1;
}

.tabbing-section .tabbing-contant .nav .active::before {
    border-top: 2px solid #014ba3;
    border-right: 2px solid #014ba3;
}

.tabbing-section .tabbing-contant .nav {
    max-width: 365px;
    width: 100%;
    border: 1px solid rgba(47, 47, 47, 0.1);
    border-radius: 6px;
    overflow: hidden;
}

.tabbing-section .tabbing-contant .nav hr {
    border: 1px solid rgba(47, 47, 47, 0.1);
}

.tabbing-section .tabbing-contant .nav .active {
    font-weight: 400;
    background-color: var(--primery-10);
}

.tabbing-section .wrapper {
    border: 1px solid rgba(47, 47, 47, 0.1);
    padding: 16px 30px 30px;
    border-radius: 6px;
}

.tabbing-section .wrapper .title h2,
.woocommerce-Reviews-title {
    font-size: 36px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.2);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.tabbing-section .tabbing-contant {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.tabbing-section .tabbing-contant .tab-content {
    width: 100%;
}

.tabbing-section .wrapper .review-text img {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.tabbing-section .wrapper .review-text {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.tabbing-section .wrapper .review-text p {
    color: var(--secondary);
    font-family: "Satoshi-Variable";
}

.tabbing-section .wrapper .review-text span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(47, 47, 47, 0.8);
}

.tabbing-section .wrapper .review-text span strong i {
    color: #f1d127;
    margin-right: 3px;
}

.tabbing-section .wrapper .review-text span strong {
    margin-right: 10px;
    font-weight: 500;
}

.tabbing-section .wrapper .inner-text>p:first-child {
    color: rgba(47, 47, 47, 0.8);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tabbing-section .wrapper .inner-text>p:first-child strong {
    font-weight: 600;
    margin-right: 9px;
}

.tabbing-section .wrapper .inner-text>p:last-child {
    font-size: 16px;
    color: rgba(47, 47, 47, 0.8);
    font-weight: 400;
}

.tabbing-section .wrapper hr {
    border-bottom: 1px solid rgba(119, 134, 158, 0.15);
    opacity: unset;
    width: 100%;
    border-top: unset;
    margin: 20px 0;
}

.tabbing-section .wrapper .text h3 {
    font-size: 20px;
    font-family: "Satoshi-Variable";
    color: var(--secondary);
    margin: 10px 0;
}

.tabbing-section .wrapper .text p {
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(47, 47, 47, 0.8);
}

.tabbing-section .wrapper .text ul li {
    font-weight: 400;
    color: rgba(47, 47, 47, 0.8);
    position: relative;
    z-index: 1;
    margin-left: 13px;
    margin-bottom: 16px;
}

.tabbing-section .wrapper .text ul li::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -14px;
    top: 8px;
    aspect-ratio: 1;
    width: 8px;
    background: radial-gradient( circle, rgba(255, 255, 255, 1) 33%, rgba(37, 96, 165, 1) 35%);
    border-radius: 50%;
}

.tabbing-section .wrapper .text ul li:last-child {
    margin-bottom: 30px;
}

.tabbing-section .wrapper .text p:last-child {
    margin-bottom: 0;
}

.woocommerce-Reviews p {
    font-weight: 400;
}

.woocommerce-Reviews .comment-respond {
    margin-top: 10px;
}

.woocommerce-Reviews .comment-reply-title {
    font-weight: 500;
}

.comment-form {
    margin-top: 15px;
}

.comment-form-comment label,
.comment-form-rating label {
    font-weight: 400;
    color: rgba(47, 47, 47, 0.8);
}

.comment-form textarea {
    background: rgba(47, 47, 47, 0.06);
    min-height: 150px;
    color: rgba(47, 47, 47, 0.8);
    padding: 16px;
    font-size: 16px;
    margin: 10px 0 0;
}

.comment-form-rating {
    background: rgba(47, 47, 47, 0.06);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.comment-form-rating .stars {
    margin: 5px 0 0 15px !important;
}

input[type="submit"] {
    background-color: var(--primery) !important;
    color: var(--white) !important;
    border: 1px solid var(--primery) !important;
    width: 100% !important;
    font-weight: 500 !important;
    height: 50px;
    transition: .3s all ease;
    border-radius: 0 !important;
    height: 50px !important;
}

input[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--primery) !important;
    transition: .3s all ease;
}

.woocommerce .quantity-wrap .qty {
    border: 1px solid var(--primery);
    padding-left: 15px;
    height: 48px;
}

.product-detail .quantity-wrap {
    display: flex;
    align-items: flex-end;
}

.product-detail .quantity-wrap .add-quantity {
    width: 100%;
}


/* empty-card page   */

.empty-card {
    padding: 100px 0 200px;
}

.empty-card .img img {
    max-width: 110px;
}

.empty-card h2 {
    margin: 20px 0 40px;
}

.empty-card .site-btn {
    min-width: 330px;
}


/* card page */

.card-page-sec {
    padding: 50px 0;
}

.card-page-sec th {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
    vertical-align: middle;
}

.card-page-sec .img img {
    max-width: 100%;
    width: auto;
    margin-right: 10px;
}

.card-page-sec .img p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}

.card-page-sec td {
    vertical-align: middle;
    font-weight: 600;
}

.card-page-sec th:first-of-type {
    max-width: 180px;
    padding: 20px 0 20px 40px;
}

.card-page-sec td i {
    color: rgba(47, 47, 47, 0.6);
}

.card-page-sec tbody tr,
.card-page-sec tbody tr td,
.card-page-sec tbody tr th {
    border: unset;
}

.my-table {
    border: 1px solid rgba(47, 47, 47, 0.1);
    border-radius: 2px;
}

.card-page-sec tbody tr td {
    border: unset;
}

.card-page-sec .inner-wrapper {
    padding: 12px;
    border: 1px solid rgba(47, 47, 47, 0.1);
    border-radius: 2px;
}


/* card-page-sec */

.card-page-sec .inner-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.card-page-sec .inner-wrapper .site-btn {
    width: 210px;
    border-radius: 4px;
    right: 0;
}

.card-page-sec .inner-wrapper .email-box {
    background-color: var(--primery-10);
    padding: 12px;
}

.card-page-sec .inner-wrapper>.site-btn {
    opacity: 0.2;
}

.email-box input {
    background: transparent !important;
}

.card-page-sec .inner-wrapper .email-box input::placeholder {
    color: var(--secondary);
}

.card-page-sec .cart-total {
    border: 1px solid rgba(47, 47, 47, 0.1);
    padding: 25px;
    border-radius: 2px;
}

.card-page-sec .cart-total h2 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.1);
}

.card-page-sec .cart-total .d-flex:not(:last-of-type) {
    margin-bottom: 13px;
}

.card-page-sec .cart-total .d-flex:not(:last-of-type) span {
    color: rgba(47, 47, 47, 0.6);
    font-size: 14px;
    margin-bottom: 13px;
}

.card-page-sec .cart-total .site-btn {
    margin-top: 40px;
    border-radius: 4px;
}

.prod-filter {
    color: var(--primery);
}

.cat_clos {
    text-align: right;
}

.cat_clos button {
    color: var(--primery);
}

.page-id-971 .paddingY-250.bg-black-10 {
    margin-bottom: 0;
}

.page-id-971 .blog-details-section {
    padding-top: 0;
}

.page-id-971 .blog-details-section .wrapper {
    margin-top: -120px;
    position: relative;
}

.page-id-971 .blog-details-section .slid-card {
    background: #fff;
}

nav ul.page-numbers li a,
nav ul.page-numbers li span {
    padding: 10px 16px !important;
}

nav ul.page-numbers li a:hover,
nav ul.page-numbers li .current {
    color: var(--white) !important;
    background: var(--primery) !important;
}

@media (min-width: 992px) {
    .prod-sec .col-lg-4 {
        flex: 0 0 auto;
        width: 26%;
    }
    .prod-sec .col-lg-8 {
        flex: 0 0 auto;
        width: 74%;
    }
}

.category_filter .accordion-header {
    font-family: "Poppins";
    font-weight: 500;
}

.woocommerce-checkout>main,
.woocommerce-order-received>main,
.woocommerce-cart>main {
    padding-top: 60px;
}

.wc-block-components-text-input.is-active input {
    padding-top: 17px !important;
    height: 60px !important;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    margin: 20px 0;
}

.woocommerce-order-received h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

#siteSearch .input-group input {
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius) !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    font-size: 30px;
    font-weight: 700;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4IiBoZWlnaHQ9IjExNyIgdmlld0JveD0iMCAwIDExOCAxMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zNi44NzUgMzcuMzg5OVYzMi42NjExQzM2Ljg3NSAyMS42OTI0IDQ1Ljc3NDIgMTAuOTE4NiA1Ni44MzY3IDkuODk0ODlDNzAuMDEzMyA4LjYyNzM5IDgxLjEyNSAxOC45MTM2IDgxLjEyNSAzMS43MzQ5VjM4LjQ2MjQiIHN0cm9rZT0iIzJGMkYyRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNDQuMjUwNCAxMDcuMjVINzMuNzUwNEM5My41MTU0IDEwNy4yNSA5Ny4wNTU0IDk5LjQwMTMgOTguMDg3OSA4OS44NDYzTDEwMS43NzUgNjAuNTk2M0MxMDMuMTAzIDQ4LjcwMTMgOTkuNjYxMiAzOSA3OC42NjcgMzlIMzkuMzMzN0MxOC4zMzk1IDM5IDE0Ljg5NzkgNDguNzAxMyAxNi4yMjU0IDYwLjU5NjNMMTkuOTEyOSA4OS44NDYzQzIwLjk0NTQgOTkuNDAxMyAyNC40ODU0IDEwNy4yNSA0NC4yNTA0IDEwNy4yNVoiIHN0cm9rZT0iIzJGMkYyRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNzYuMTg2MiA1OC41SDc2LjIzMDQiIHN0cm9rZT0iIzJGMkYyRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQxLjc2NDMgNTguNUg0MS44MDg1IiBzdHJva2U9IiMyRjJGMkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00My4yMzQ0IDg0LjYyNTRDNDguNzk3MyA3OC43NDAyIDU5LjU5NzcgNjYuOTI1NCA3NC42NzU4IDg0LjYyNTQiIHN0cm9rZT0iIzJGMkYyRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+");
    margin: 0 auto;
    mask-size: 4em;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator.has-alpha-channel-opacity {
    margin-bottom: 50px;
    opacity: 0;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
    margin-top: 30px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 0;
    background: var(--white);
    border: 1px solid var(--black);
    color: var(--black);
    width: 100%;
    transition: .3s all ease;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background: var(--primery);
    border-color: var(--primery);
    color: var(--white);
    transition: .3s all ease;
}

.wc-block-grid__product .wc-block-grid__product-title {
    font-size: 20px;
    font-weight: 500;
}

.wc-block-grid__product .wc-block-grid__product-price {
    font-family: "Satoshi-Variable";
    color: var(--primery);
    font-weight: 700;
    font-size: 20px;
}


/* mediaqurree  */

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }
    /* .side-container {
        margin-left: 36px;
    }
    .right-container {
        margin-right: 36px;
    } */
    .header ul {
        align-items: start;
        gap: 25px;
    }
    .bg-box::before {
        max-height: 705px;
    }
    .section-4.bg-box::before {
        max-height: 100%;
    }
    @media (min-width: 992px) {
        .footer .col-lg-2 {
            width: 23.666667%;
        }
    }
    .social-icon a:not(:last-child) {
        margin-right: 8px;
    }
    .card-page-sec .inner-wrapper .site-btn {
        min-width: 160px;
        width: unset;
    }
    .wc-block-grid__product .wc-block-grid__product-title,
    .wc-block-grid__product .wc-block-grid__product-price {
        font-size: 18px;
    }
}


/* tab  */

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 82px;
        background: #fff;
        z-index: 1060;
        width: 100%;
        padding: 0 38px 15px;
        max-height: calc(100vh - 80px);
        overflow-y: scroll;
    }
    .navbar-toggler {
        box-shadow: none !important;
        border: none !important;
    }
    .navbar-toggler span {
        width: 30px;
        height: 3px;
        background: var(--primery);
        border-radius: 5px;
        display: inline-block;
        position: relative;
        transition: .4s all ease;
    }
    .navbar-toggler span::before,
    .navbar-toggler span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        background: var(--primery);
        border-radius: 5px;
        bottom: -10px;
        transition: .4s all ease;
    }
    .navbar-toggler span::before {
        top: -10px;
        bottom: unset;
        transition: .4s all ease;
    }
    .navbar-toggler[aria-expanded="true"] span {
        transform: rotate(45deg);
        transition: .4s all ease;
    }
    .navbar-toggler[aria-expanded="true"] span::before {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(-94deg) translate(10px, 1px);
        transition: .4s all ease;
    }
    .header ul {
        gap: 15px;
    }
    .header ul li.nav-item {
        width: 100%;
    }
    .header ul li.nav-item a {
        width: max-content;
    }
    .header ul .drop-toggler {
        position: absolute;
        right: 0;
        top: -5px;
    }
    .header ul.cstm-dropdown-menu {
        position: unset;
        padding: 11px 2px 0;
        background: transparent;
        min-width: unset;
        margin: 0;
    }
    .banner h1,
    h2 {
        font-size: 30px;
    }
    .pad-t {
        padding-top: 50px;
    }
    .header ul {
        margin: 20px 0;
    }
    .bg-box::before {
        max-height: 498px;
    }
    .section-4.bg-box::before {
        max-height: 100%;
    }
    .bg-clip::before,
    .bg-clip::after {
        max-width: 200px;
        max-height: 200px;
    }
    .section-6 .section-title p {
        max-width: 390px;
    }
    .owl-nav {
        right: 6%;
    }
    .right-container .owl-nav {
        right: 1%;
    }
    .section-3 .text p {
        font-size: 14px;
    }
    .section-3 .multi-images {
        width: 100%;
    }
    .section-7 .custom-card img {
        max-height: 400px;
        object-fit: cover;
    }
    .footer .bg-box {
        padding: 40px 30px;
    }
    .cat-sec-1 .search-pro {
        width: 48%;
    }
    .tabbing-section .tabbing-contant {
        flex-direction: column;
    }
    .tabbing-section .tabbing-contant .nav {
        max-width: 100%;
        width: 100%;
    }
    .category_filter {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        z-index: 1060;
        left: 101%;
        transition: .3s all ease;
    }
    .category_filter.show {
        left: 0;
        transition: .3s all ease;
    }
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .footer::before {
        max-height: 77%;
    }
}


/* mob  */

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    h2 br {
        display: none;
    }
    p {
        font-size: 14px !important;
    }
    .banner .row .text p {
        font-size: 16px !important;
    }
    .header .navbar-brand {
        max-width: 60px;
    }
    .header ul {
        gap: 10px;
    }
    .navbar-collapse {
        padding: 0 13px 15px;
    }
    /* banner  */
    .pad-t,
    .section-1,
    .section-2,
    .section-3,
    .section-4,
    .section-5,
    .section-6,
    .padding-100,
    .section-7,
    .section-8,
    .footer,
    .faqs-section {
        padding: 25px 0;
    }
    .bg-box {
        padding: 50px 0;
    }
    .margin-50 {
        margin: 25px 0;
    }
    .banner .row .text p {
        margin: 10px 0 15px;
    }
    .key-poits-banner {
        flex-direction: column;
        margin-top: 50px;
    }
    .banner .img h2 {
        color: var(--primery);
    }
    .banner .img img {
        filter: drop-shadow(0px 7px 12px rgba(1, 75, 163, 0.3));
    }
    .bg-box::before {
        max-height: 383px;
    }
    .section-4.bg-box::before {
        max-height: 100%;
    }
    .banner .row .text p {
        max-width: 100%;
    }
    .key-poits-banner hr {
        height: 2px;
        width: 100%;
        max-width: 250px;
        margin: 20px;
        border: unset;
        border-bottom: 1px solid rgba(224, 224, 224, 1);
    }
    .key-poits-banner hr:last-of-type {
        display: none;
    }
    .play-btn::before {
        background-size: 20px 20px;
        background-position: 16px 16px;
        border-radius: 50%;
        aspect-ratio: 1;
        width: 50px;
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3);
    }
    .bg-clip::before,
    .bg-clip::after {
        max-width: 100px;
        max-height: 100px;
    }
    .bg-clip::after {
        top: -10px;
        right: -10px;
    }
    .bg-clip::before {
        bottom: -10px;
        left: -10px;
    }
    .section-3 .text p {
        margin: 10px 0 20px;
    }
    .site-btn,
    .site-btn-2 {
        font-size: 14px;
        padding: 9px;
    }
    .site-btn i {
        font-size: 14px;
    }
    .section-4 .section-title h2 {
        margin-bottom: 25px;
        line-height: 1.3;
    }
    .section-4 .text ul {
        font-size: 18px;
    }
    .section-3 .row {
        flex-direction: column-reverse !important;
    }
    .section-5 .section-title {
        margin-bottom: 20px;
    }
    .section-5 .section-title p {
        font-size: 14px;
    }
    .budget-card {
        padding: 20px;
    }
    .budget-card h3 {
        margin-top: 20px;
    }
    .budget-card span {
        margin-bottom: 20px;
    }
    .owl-nav {
        top: -55px;
        right: 0;
    }
    .slid-items p {
        margin-bottom: 10px;
    }
    .section-6 .section-title {
        text-align: center;
        padding: 0 15px;
        margin: 0 0 65px;
    }
    /* .right-container {
        margin-right: 10px;
    }
    .side-container {
        margin: 0;
        padding: 0 15px;
    } */
    .section-7 .section-title {
        margin-bottom: 20px;
    }
    .section-7 .section-title p {
        font-size: 14px;
    }
    .section-7 .text h3 {
        margin: 10px 0 5px;
    }
    .section-8 .hov-card {
        padding: 20px 10px;
    }
    .section-8 .owl-item.center {
        transform: unset;
    }
    .section-8 .hov-card .inner-text h5 {
        font-size: 16px;
    }
    .section-8 .hov-card .inner-text img {
        margin-right: 10px;
        max-width: 40px;
    }
    .section-8 .hov-card .taxt>p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-8 .hov-card .img img {
        max-width: 30px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 30px;
        height: 4px;
    }
    /* faqs  */
    .faqs .section-title {
        flex-direction: column;
        align-items: start !important;
        margin-bottom: 30px;
    }
    .faqs .section-title h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .faqs .accordion-button {
        font-size: 18px;
    }
    /* footer  */
    .footer .bg-box {
        padding: 15px;
    }
    .footer .bg-box .section-title h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .email-box .site-btn {
        min-width: 50px;
        width: 95px;
    }
    .email-box {
        padding: 12px 10px;
        gap: 5px;
    }
    .gform-theme--api,
    .gform-theme--foundation {
        --gf-form-gap-y: 18px !important;
    }
    .email-box input {
        background: var(--white) !important;
    }
    .email-box input::placeholder {
        font-size: 13px;
    }
    .email-box_wrapper .gform-body {
        background: transparent;
        padding: 0;
    }
    .email-box_wrapper .gform-button {
        position: unset !important;
        display: block !important;
    }
    .footer::before {
        max-height: 100%;
        height: 87%;
    }
    .footer .wrapper .text p,
    .footer .wrapper .text ul li,
    .footer .wrapper .text ul li a {
        margin-top: 10px;
    }
    .footer .wrapper {
        margin-bottom: 25px;
    }
    .copy-right {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .copy-right p:last-child {
        gap: 5px;
    }
    .copy-right p {
        font-size: 11px;
    }
    /* Categories  */
    .cat-sec-1 .section-title {
        flex-direction: column;
        align-items: unset;
    }
    .cat-sec-1 .search-pro {
        width: 100%;
        margin-top: 10px;
    }
    .search-box {
        max-width: 100%;
    }
    .cat-sec-1 {
        padding: 25px 0;
    }
    /* about-page  */
    .paddingY-250 .key-poits-banner {
        bottom: 0px;
    }
    .paddingY-250.bg-black-10 {
        margin-bottom: 30px;
    }
    .paddingY-250 {
        padding: 50px 0 50px;
    }
    .banner-bg-img img {
        height: 1005;
    }
    .section-8 .section-title h2 {
        margin-bottom: 0;
    }
    /* contact page  */
    .contact-sec-1 {
        padding: 25px 0;
    }
    .contact-banner {
        padding: 50px 0;
    }
    /* blog page  */
    .blog-section .wrapper {
        padding: 10px;
    }
    .blog-section {
        padding: 25px 0;
    }
    .blog-section .section-title h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .blog-section .text h3 {
        font-size: 23px;
    }
    .blog-section .text span {
        font-size: 16px;
    }
    /* blog-details page  */
    .blog-details-section {
        padding: 25px 0 0;
    }
    .blog-details-section h2 {
        margin-bottom: 30px;
    }
    .blog-details-section .flex-md-row {
        gap: 10px;
        align-items: start !important;
    }
    .blog-details-section .flex-md-row hr {
        width: 100%;
        height: 2px;
    }
    .blog-details-section h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .blog-details-section .slid-card {
        padding: 10px;
        margin: 0;
    }
    .blog-details-section .slid-items .slid-card:hover {
        padding: 10px;
        margin: 0;
    }
    .blog-details-section .section-title h1 br {
        display: none;
    }
    /* .categories  */
    .cat-sec-1 .inner-row .slid-items,
    .cat-sec-1 .inner-row .shop-pg.slid-items {
        width: 100%;
    }
    /* .product-review  */
    .product-detail .Category h3,
    .product-detail .quantity-wrap h3 {
        margin: 20px 0 10px;
    }
    .product-detail .faqs p {
        margin: 10px 0;
    }
    .product-detail .slider-gallery .swiper-2 img {
        height: 300px;
    }
    .product-detail {
        padding: 25px 0;
    }
    .product-detail .site-btn {
        min-width: unset;
    }
    .product-detail .input-group-btn {
        height: clamp(20px, 28px, 40px);
    }
    .product-detail .input-group input {
        max-width: 100%;
    }
    .product-detail .add-quantity {
        gap: 10px;
        flex-direction: column;
    }
    .tabbing-section .tabbing-contant .nav button {
        padding: 15px;
    }
    .tabbing-section .wrapper .title h2 {
        font-size: 20px;
    }
    .tabbing-section {
        padding: 25px 0;
    }
    .tabbing-section .wrapper {
        padding: 10px;
    }
    /* .empty-card page  */
    .empty-card {
        padding: 25px 0 50px;
    }
    .empty-card h2 {
        margin: 10px 0;
    }
    .empty-card .site-btn {
        min-width: unset;
        width: 100%;
    }
    /* card page  */
    .card-page-sec {
        padding: 25px 0;
    }
    .card-page-sec .inner-wrapper {
        flex-direction: column;
    }
    .card-page-sec .inner-wrapper .site-btn {
        width: 100%;
    }
    .card-page-sec .email-box .site-btn {
        width: 130px;
        min-width: unset;
    }
    .card-page-sec .inner-wrapper .email-box {
        padding: 10px;
    }
    .card-page-sec th:first-of-type {
        padding: 10px 0 10px 13px;
    }
    .woocommerce .quantity-wrap .qty {
        padding-left: 0px;
        height: 43px;
    }
    .tabbing-section .wrapper .text h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .page-id-971 .blog-details-section .wrapper {
        margin-top: 50px;
    }
    .woocommerce-checkout>main,
    .woocommerce-order-received>main,
    .woocommerce-cart>main {
        padding-top: 50px;
    }
    .woocommerce-thankyou-order-details {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 0;
    }
    .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
        font-size: 20px;
    }
    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
    }
}


/*Contact Form CSS*/

.contact-form_wrapper {
    margin-top: 30px;
}