/* FONT IMPORT */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Google Font */
@import url("https://fonts.googleapis.com/css2?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");

:root {
    --white: #fff;
    --black: #000;
    --primary: #fecc47;
    --secondary: #333333;

    /* Font Variable */
    --font-text: "Poppins", sans-serif;
    --font-heading: "Poppins", sans-serif;
    --font-balerno: "Balerno BD";
}

@font-face {
    font-family: var(--font-balerno);
    src: url("../fonts/balerno-bd.ttf");
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: var(--font-text);
}

section {
    position: relative;
    padding: 4rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: #bb8f2b;
}

.preLoader :is(img, video) {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: #fecc47;
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: bolder;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: unset;
    line-height: normal;
    text-align: center;
    border: none;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

/* NAV HEADER CSS */
header {
    background: var(--black);
}

.topbar a {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    display: block;
    letter-spacing: 1px;
    padding: 7px 0;
    margin-bottom: 0;
}

.topbar a {
    font-size: 1rem;
    border-bottom: 1px solid #ffffff80;
}


.topbar span{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: -20px;

}
.header-main {
    padding: 1rem 0;
}

.header-main .d-flex {
    width: 60%;
    margin-left: auto;
}

/* ul.rightnav li+li {
    border-left: 1px solid #fff;
    padding-left: 20px;
} */

ul.rightnav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 46px;
}

ul.rightnav li a {
    font-size: 1.125rem;
    color: var(--primary);
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 240px;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 6rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 0.5rem 0;
}

.navbar-nav .nav-item:not(:last-child) .nav-link {
    /* border-right: 1px solid #ffffff50; */
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 999px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    /* background-color: rgba(255, 255, 255, 0.28); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    color: #bb8f2b;
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-position: right;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 2.525rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-balerno);
}

.slideOne h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    /*margin-left: 8rem;*/
    position: relative;
    font-family: var(--font-balerno);
    margin-bottom: 35px;
}
.main-slider p span {
    font-size: 20px !important;
}

/*.slideOne h4::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: 167px;*/
/*    height: 2px;*/
/*    left: -12rem;*/
/*    top: 10px;*/
/*}*/

.main-slider p {
    color: var(--white);
    font-weight: 600;
    line-height: 1.4;
    margin-top: 1rem;
    font-size: 1.125rem;
}

/* !MAIN HERO SLIDER CSS */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 3.4375rem;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 1.6875rem;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 1.25rem;
}

/* !SEARCH BAR CSS */
.subHeading {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.mainHead {
    font-size: 3.125rem;
    text-transform: uppercase;
    font-family: var(--font-balerno);
}

/* seller-section */
.seller-wrap__img {
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 15px 15px;
    display: block;
}

.seller-content {
    margin-top: 1rem;
    text-align: center;
}

.seller-content .title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: var(--black);
    font-family: var(--font-balerno);
}

.seller-content .title:hover {
    color: var(--primary);
}

.seller-content p {
    font-size: 1rem;
    color: var(--black);
    margin: 14px 0;
    text-transform: capitalize;
    font-weight: 500;
}

.seller-content h5 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #656565;
    margin: 0;
}

.best-top {
    text-align: center;
    margin-bottom: 36px;
}

.best-top h3 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-balerno);
}

.seller-wrap__img img {
    width: 252px;
    height: 252px;
    object-fit: contain;
    transition: all 300ms ease-in-out;
}

.seller-wrap {
    margin-bottom: 74px;
}

.seller-wrap:hover .seller-wrap__img img {
    transform: scale(1.1);
}

.best-seller {
    padding-bottom: 1rem;
}

/* seller-section */

/* categorie-section */
.categories-wrap figure img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.categories-wrap:hover figure img {
    transform: scale(1.1);
}

section.Categories-section .mainHead {
    text-align: center;
    font-size: 2.875rem;
    margin-bottom: 2.8rem;
}

.categories-wrap figure {
    position: relative;
    overflow: hidden;
}

.categories-cntnt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.categories-wrap {
    margin-bottom: 1.125rem;
}

.categories-cntnt h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-family: var(--font-balerno);
}

.categories-cntnt h2 {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin: 18px 0 24px 0;
    font-family: var(--font-balerno);
}

.categories-cntnt .themeBtn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 26px;
}

.Categories-section {
    padding: 2rem 0;
}

/* categorie-section */

/* summer-section */
.summer-essentail .mainHead {
    margin-bottom: 25px;
}

.summer-essentail .row {
    gap: 3rem 0;
}

.summer-wrap {
    cursor: pointer;
}

.summer-cntnt .title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 13px;
    color: var(--black);
}

.summer-cntnt .title:hover {
    color: var(--primary);
}

.summer-cntnt p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #656565;
}

.summer-wrap figure {
    position: relative;
    overflow: hidden;
}

.summer-wrap figure a {
    position: absolute;
    bottom: 0;
    background: #000;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    transform: translateY(3rem);
    transition: 0.5s ease;
}

.summer-cntnt {
    margin-top: 27px;
}

section.summer-essentail {
    padding: 3rem 106px;
}

.summer-wrap figure img {
    width: 100%;
    transition: all 300ms ease-in-out;
}

.summer-wrap:hover figure a {
    transform: translateY(0);
}

.summer-wrap:hover figure img {
    transform: scale(1.1);
}

/* summer-section */

/* get-section */
.get-section {
    /*background: url(../images/get-bg.webp)center/cover no-repeat fixed;*/
    padding: 26rem 0;
    z-index: 1;
}

.get-content {
    text-align: center;
    position: relative;
}

.get-content h2 {
    font-size: 6.25rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-family: var(--font-balerno);
}

.get-content a {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bolder;
}

.get-content a i {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.get-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 966px;
    background: #000;
    filter: blur(150px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

/* get-section */

/* insta-section */
.instawrap {
    position: relative;
    margin-bottom: 29px;
    overflow: hidden;
}

.instawrap img {
    transition: all 300ms ease-in-out;
}

.instawrap:hover img {
    transform: scale(1.1);
}

.insta-cntnt {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s ease;
}

.instawrap::before {
    position: absolute;
    content: "";
    background: #00000073;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.insta-cntnt a {
    color: #fff;
    font-size: 1.5rem;
    transition: 0.5s ease;
}

.insta-cntnt::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 390px;
    height: 390px;
    opacity: 0;
    transition: 0.5s ease;
}

.instawrap:hover .insta-cntnt {
    opacity: 1;
    transition: 0.5s ease;
}

.instawrap:hover::before {
    opacity: 1;
    transition: 0.5s ease;
}

.instawrap:hover .insta-cntnt::before {
    opacity: 1;
    transition: 0.5s ease;
}

.insta-section {
    padding-bottom: 0;
}

/* insta-section */

/* testimonial-section */

.reviewSlider .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #c0c0c0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
}

.reviewSlider .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: var(--black);
}

.reviewMain p {
    font-size: 15px;
    font-weight: 500;
    color: #515151;
}

.reviewcntnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewcntnt h2 {
    font-size: 1.375rem;
    font-weight: bold;
    font-family: var(--font-balerno);
}

.reviewcntnt h2 span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #444444;
    display: block;
}

ul.star-review {
    display: flex;
    align-items: center;
}

ul.star-review li {
    color: #e7b838;
}

.reviewMain {
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 28px 33px 44px 30px;
    /* margin: 2rem; */
    border-radius: 20px;
}

.reviewSlider {
    padding: 1rem 1rem 5rem 1rem;
}

/* testimonial-section */

/* Footer Css Start */

footer {
    background: #000;
    padding-top: 5.5rem;
}

footer h5 {
    color: var(--white);
    font-weight: bold;
    font-size: 1.5625rem;
    text-transform: uppercase;
    margin-bottom: 44px;
    font-family: var(--font-balerno);
}

footer ul li a {
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primary);
}

.footContact {
    display: block;
}

.footForm input {
    border-radius: unset;
    border: unset;
    height: 55px;
}

.footForm input::placeholder {
    font-size: 15px;
    color: #717171;
    font-weight: 400;
    padding-left: 1rem;
}

.footForm .themeBtn {
    padding: 1em 3em;
    margin: 10px 0;
}

.footLinkss {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.links li a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.copyRight p {
    color: var(--white);
    margin: 0;
    text-align: center;
}

.copyRight {
    margin-top: 4rem;
    border-top: 1px solid #fff;
    padding: 45px 0;
}

ul.socialLinks.footLinkss li a i {
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

ul.contactInfo.footContact li a strong {
    display: block;
    font-weight: 600;
    color: #d1d1d1;
    text-transform: capitalize;
}

ul.contactInfo.footContact li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
}

ul.links li + li {
    margin-top: 11px;
}

ul.contactInfo.footContact li + li {
    margin-top: 21px;
}

/* Footer Css End */

.themeBtn:hover {
    background: #000;
    color: #fecc47;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fecc47;
}

button.themeBtn.themeBtn1:hover {
    background: #fff;
    color: #000;
}

/* innerpages Start */
.innerBan {
    position: relative;
}

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 3.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font-balerno);
}

section.about-page {
    padding: 5rem 240px 5rem 214px;
}

.aboutpgae-cntnt h2 {
    font-size: 3.125rem;
    font-weight: bold;
}

.aboutpgae-cntnt p {
    font-size: 15px;
    line-height: 1.8;
    color: #515151;
    width: 81%;
}

.about-figure {
    text-align: right;
    position: relative;
}

.abt22 {
    position: absolute;
    top: 0;
    left: -8rem;
    margin: auto;
    bottom: 0;
    z-index: -1;
}

.about-figure img + img {
    margin-top: 1rem;
}

.main-blog {
    background: #fbf7ee;
    padding: 19px 22px 40px 22px;
}

ul.bloglisting {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    background: #fff;
    padding: 12px 22px;
    width: fit-content;
    margin: -1rem auto 1rem;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}

.main-blog figure img {
    width: 100%;
    transition: all 300ms ease-in-out;
}

.main-blog figure {
    overflow: hidden;
}

.main-blog:hover figure img {
    transform: scale(1.1) rotate(-3deg);
}

ul.bloglisting li {
    font-size: 14px;
    font-weight: 600;
}

.blog-page-cntnt h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #252525;
}

.blog-page-cntnt p {
    font-size: 1rem;
    color: #707070;
    line-height: 2;
}

.blog-page-cntnt a {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    text-transform: uppercase;
    text-decoration: underline !important;
    transition: all 300ms ease-in-out;
}

.blog-page-cntnt a i {
    transition: all 300ms ease-in-out;
}

.blog-page-cntnt a:hover {
    font-size: 1rem;
    letter-spacing: 1px;
}

.blog-page-cntnt a:hover i {
    margin-left: 0.5rem;
}

.blog-section-page .swiper-button-prev,
.blog-section-page .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    top: 9rem;
    transition: 0.5s ease;
}

.blog-section-page .swiper-button-prev {
    top: -5rem;
    right: 7rem;
    left: inherit;
}

.blog-section-page .swiper-button-next {
    right: 2rem;
    top: -5rem;
}

.blog-section-page .swiper-button-prev::after,
.blog-section-page .swiper-button-next::after {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    transition: 0.5s ease;
}

.blog-section-page .swiper-button-prev:hover,
.blog-section-page .swiper-button-next:hover {
    background-color: #14151c;
}

.blog-section-page .swiper-button-prev:hover::after,
.blog-section-page .swiper-button-next:hover::after {
    color: var(--white);
}

form.helpForm.pricingform .form-group input {
    background: var(--primary);
    height: 70px;
    border-radius: 0;
    border: unset;
    color: #fff;
}

form.helpForm.pricingform .form-group input::placeholder {
    color: #000;
}

form.helpForm.pricingform h2 {
    font-size: 1rem;
    margin-bottom: 23px;
}

form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 46px;
}

.helpForm.form-check {
    padding: 0 0 4rem 0;
}

.helpForm .form-group textarea {
    height: 260px !important;
    background: var(--primary);
    border-radius: 0;
    border: unset;
    color: #000;
}

form.helpForm.pricingform .form-group textarea::placeholder {
    color: #000;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate {
    padding: 0;
}

.contact-page form.helpForm.pricingform .form-group input {
    border-radius: 8px;
    border: 1px solid var(--primary);
    height: 55px;
}

.contact-page form.helpForm.pricingform.aos-init.aos-animate .form-group {
    margin-bottom: 20px;
}

.contact-page .helpForm .form-group textarea {
    height: 140px !important;
    border-radius: 8px;
    border: 1px solid var(--primary);
}

.contact-pagetop a {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: var(--primary);
    padding: 1.5rem 45rem 1.5rem 1rem;
    position: absolute;
    top: -10.5rem;
    left: -8rem;
}

.contact-pagetop button.themeBtn {
    border: unset;
}

.helpBox button.themeBtn {
    border: unset;
    text-transform: capitalize;
}

.contact-pagetop p {
    color: #000;
}

section.pricingpage.contact-page .mainHead {
    font-size: 2.25rem;
    text-transform: capitalize;
}

h2.cntcthead {
    font-size: 3.5625rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}

/* Login / Signup Page */
.inputField {
    margin-top: 1.5rem;
}

.inputField :is(label, .forgetBtn) {
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

.inputField :is(input, textarea) {
    width: 100%;
    border: 1px solid #00000050;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    resize: none;
}

.inputField .themeBtn + label {
    margin: 1rem 0;
    text-align: center;
}

/* Step Pages */
/*PRoduct Details*/

.Proreview h2 {
    text-align: left;
    margin: 1rem 0 0;
    font-size: 3rem;
    font-weight: bold;
}

.Proreview ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    color: #f7c00c;
    margin-bottom: 1rem;
}

.Proreview ul li span {
    color: #000;
    font-weight: 600;
    padding-right: 1rem;
}

.Proreview p {
    font-size: 1.75rem;
    color: #000;
}

.Proreview h5 {
    font-size: 2.1875rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.star2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star2 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

.star2 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star2 li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--theme-color);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 10%;
    border-radius: 10px 0 0 10px;
}

.star3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star3 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star3 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.startProduct ul {
    margin: 1.4rem 0;
}

.reviewSec {
    /* background: #fff; */
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid #d2d2d2;
}

.Proreview {
    padding-bottom: 1rem;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 3rem 0;
}

.reviewImg figure img {
    width: 300px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: #726f6f;
    font-weight: 600;
}

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: var(--primary);
    font-weight: 600;
}

.content-wraper p {
    font-size: 1rem;
}

.Proreview .row + .row {
    margin: 5rem 0;
}

.reviewSec textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #f8f8f8;
    border-color: #ebebeb;
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for,
.productSlider-nav {
    overflow: hidden;
}

.productNav {
    background: #f3f3f3;
    padding: 1.5rem;
    /* border-radius: 15px; */
    border: 1px solid #d2d2d2;
}

.productNav figure {
    /* background: #FBFBFB; */
    /* border-radius: 10px; */
    /* padding: 1rem; */
    margin: 0.7rem 0;
    /* border: 1px solid #F3F3F3; */
}

ul.stckst li {
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 600;
}

.productNav figure:hover {
    /* border: 1px solid var(--theme-color); */
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
    color: gold;
}

.rating-box span {
    font-size: 1.3rem;
    color: var(--primary);
    font-weight: 500;
    padding-left: 0.5rem;
}

.prodtl-txt p {
    font-size: 1.125rem;
    color: #7e7e7e;
}

.quantitySec h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.quantitySec .number {
    padding: 0.3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.quantitySec .number .minus {
    padding: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.quantitySec .number .plus {
    padding: 0.5rem;
    cursor: pointer;
    user-select: none;
}

.quantitySec .number input {
    width: 70px;
}

.number {
    background: #f7f6fb;
    padding: 1rem 0;
    border: 1px solid #cccccc;
    border-radius: 7px;
    width: 100%;
    color: #282828;
}

.number input {
    background: #f7f6fb;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.productNav figure img {
    width: 100%;
}

.btnn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.colorBox option {
    background: var(--color);
}

.mySwiper2 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 1rem;
    background: var(--white);
}

.mySwiper img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    background: var(--white);
    cursor: pointer;
}

/*===========================================CheckOut 1 css start=====================================*/

.check-out-section {
    padding: 100px 0px;
    border-top: 1px solid #ebebeb;
}

.chkot-pag {
    padding: 4rem 0px;
}

.card-row {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 35px;
    box-shadow: -6px 4px 19px -3px #9e9c9c;
    padding-left: 40px;
    padding-right: 40px;
}

.card-row img {
    width: 100%;
    object-fit: cover;
}

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form {
    text-align: center;
}

.check-out-form .primary-heading {
    margin-bottom: 40px;
    font-size: 3.4375rem;
    font-weight: bold;
    color: #323232;
}

.check-out-form .primary-heading span {
    color: #fd4242;
}

.check-out-form p {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #2d2e37;
}

.check-out-form .checkout-subheading a {
    color: var(--primary);
    font-weight: 600;
}

.check-out-form .form-control {
    min-height: 60px;
    margin-bottom: 20px;
    box-shadow: 7px 6px 15px 0px #d2d2d2;
    border: 1px solid #ebebeb;
}

.check-out-form form,
.check-out-form .order-summery {
    padding: 20px 0px;
}

.check-out-form form {
    margin-top: 0;
    text-align: left;
}

.check-out-section input[type="checkbox"] {
    display: none;
}

.check-out-section input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    /* font: 14px/20px 'Open Sans', Arial, sans-serif; */
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.check-out-section input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.check-out-section input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.check-out-section input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-out-form form .checkbox label {
    color: #323232;
    font-weight: 500;
    text-transform: capitalize;
}

.check-out-form form .checkbox {
    margin-bottom: 20px;
}

.check-out-form form label {
    font-size: 14px;
    text-transform: uppercase;
}

.order-summery {
    text-align: left;
}

.bb-1 {
    border-bottom: 1px solid #f8f8f8;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.order-summery input.form-control {
    margin-bottom: 0px;
    box-shadow: none;
}

.order-summery .row span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #2d2e37;
}

.check-out-form form label {
    color: #2d2e37;
    font-weight: 500;
}

/*===========================================CheckOut 1 css End=====================================*/

/*===========================================CheckOut 2 css start=====================================*/

.shipping-billing-col ul li:nth-child(2) {
    flex: 0 0 85%;
}

.card-row .red {
    color: #e22a29;
}

.card-row h4,
.card-row h6 {
    text-align: left;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 1.125rem;
}

.card-row .red {
    font-size: 1.5rem;
    color: #000000;
    margin: 0;
}

.shop-details .btn.btn-number {
    padding: 0pc;
    border: 1px solid #ced4da;
    border-radius: 0px;
    width: 33px;
    height: 25px;
    display: inline-block;
    line-height: 15px;
}

.shop-details .btn.btn-number svg {
    color: #989898;
}

.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}

span.input-group-btn {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    top: -15px;
    left: -4px;
    color: #989898;
}

.check-out-form .shop-details .form-control {
    min-height: 50px;
    box-shadow: none;
    margin-bottom: 0px;
    color: black;
    position: relative;
    top: -2px;
}

.shop-details input {
    background-color: transparent;
    width: 50px;
    height: 38px !important;
    border-radius: 0px;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
}

svg.svg-inline--fa.fa-trash-alt {
    height: 30px;
    fill: black;
}

svg.svg-inline--fa.fa-trash-alt path {
    fill: black;
}

.shipping-billing-col ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #565656;
    padding-bottom: 22px;
    padding-top: 22px;
    margin-bottom: 0px;
}

.mt-60 {
    margin-top: 60px !important;
}

.shipping-billing-col {
    text-align: left;
}

.mt-50 {
    margin-top: 50px !important;
}

.shipping-billing-col ul li svg {
    color: var(--primary);
    font-size: 1.125rem;
    height: 1em;
}

.shipping-billing-col ul li p {
    margin-bottom: 0px;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
}

.shipping-billing-col ul li a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
}

/*===========================================CheckOut 2 css End=====================================*/

/*===========================================CheckOut 3 css statr=====================================*/

.check-out-form.check-out-3 .tabs-row {
    box-shadow: 7px 6px 15px 0px #d2d2d2;
    text-align: left;
}

.tabs-row {
    padding: 40px 30px;
    margin-top: 50px;
}

.check-out-form.check-out-3 .tabs-row .form-control {
    box-shadow: none;
}

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form.check-out-3 input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
}

.check-out-form.check-out-3 input[type="checkbox"]:checked + label:before {
    width: 20px;
}

.check-out-form.check-out-3 input[type="checkbox"] + label {
    padding-left: 55px;
}

.check-out-form.check-out-3 .checkbox {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px !important;
}

.check-out-form.check-out-3 .checkbox h5 {
    font-size: 1.125rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: black;
}

.check-out-form.check-out-3 .checkbox label {
    color: black;
    text-transform: lowercase;
}

.check-out-form label {
    text-transform: uppercase;
}

.shipping-billing-col ul li p a {
    color: #8f8f8f;
    text-transform: capitalize;
}

.numberone {
    margin: 0;
    display: flex;
}

.numberone form {
    padding: 0;
}

.numberone .minus {
    /* float: left; */
}

.check-out-section .numberone .minus,
.plus {
    width: 40px;
    height: 40px;
    background: #ebebeb;
    border-radius: 0;
    padding: 0px 0px;
    /* border: 1px solid #e1e1e1; */
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #7a7a7a;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.numberone span {
    cursor: pointer;
    user-select: none;
}

.numberone input {
    height: 45px;
    border-radius: 0;
    border: 0;
    width: 45px;
    text-align: center;
    color: #808080;
    outline: none;
}

.card-row .price {
    font-size: 1.125rem;
    color: var(--primary);
}

.chkot-pag .primary-heading {
    margin-bottom: 20px;
}

.chkot-pag .check-out-form form {
    padding: 30px 0px;
}

.shoptab .nav-tabs {
    justify-content: center;
    border: 0;
    margin-bottom: 2rem;
    gap: 4rem;
}

.shoptab .nav-tabs .nav-link {
    all: unset;
    cursor: pointer;
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    font-family: "Freight Big Pro";
    border-bottom: 3px solid transparent;
}

.shoptab .nav-tabs .nav-link.active {
    border-bottom: 3px solid #000;
}

:is(.product-prev, .product-next) {
    background: var(--black);
    width: 50px;
    height: 50px;
}

:is(.product-prev, .product-next)::after {
    color: var(--white);
    font-size: 1.75rem;
}

/* Dropdown */
.navbar .nav-item.drop-down {
    position: relative;
    z-index: 1;
}

.navbar .drop-down > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
    color: var(--primary);
}

.navbar .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}

.navbar .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .drop-down li {
    min-width: max-content;
    position: relative;
}

.navbar .drop-down ul a {
    padding: 8px 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    display: block;
    text-transform: capitalize;
    font-family: var(--font-balerno);
}

.navbar .drop-down ul a:hover {
    background: var(--primary);
    color: #fff;
}

.pdesc ul {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    list-style: disc;
    margin: 0 0 1rem 1.25rem;
    display: block;
}


.innerBan>img {
    height: auto;
    object-fit: cover;
    object-position: 100% 100%;
}
.zoom-container img {
    height: auto;
}
.content-wrapper h3 {
    font-size: 40px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.content-wrapper h6 {
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.content-wrapper h4 {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-bottom: 0;
}
.content-wrapper p {
    font-size: 16px;
    color: black;
    margin-top: 10px;
}
.content-wrapper a {
    color: black;
}
.content-wrapper ul li {
    font-size: 16px;
    color: black;
    padding: 0.5rem 0;
    padding-left: 20px;
    position: relative;
}
.content-wrapper ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: 0;
}





.trigger{
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--primary);
    background-color: transparent;
    margin-left: 20px;
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}
.custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: auto;
    height: 80vh;
    border-radius: 0.5rem;
    overflow-y: auto;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


/* Track Order Btn */

.hemeBtn {
    background-color: #fecc47;
    color: var(--black);
    font-size: 1.125rem;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hemeBtn:hover {
    background-color: #eabf3b;
}
.original{
    width: 50%;
    margin: 0 auto;
}
.original:hover{
    background: #000;
    color: #fff;
    transition: 0.5s;
}
.product-info__tabs .nav {
    border-bottom: 1px solid black;
}
.product-info__tabs .nav li a {
    color: black;
}
.product-info__tabs .nav li a.active {
    background-color: black;
    color: white;
    border-radius: 5px 5px 0 0;
}
