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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

:root {
    --radius: 60px;
    --black: #000;
    --white: #fff;
    --textColor: #7c7c7c;
    --themeColor: #051d35;
    --themeColor2: #135173;
    --headingColor: #d7b462;
    --d-outer: calc(var(--radius) * 2);
    --font-size: calc(var(--radius) / 10);
    --frame-size: calc(var(--radius) / 3);
    --d-inner: calc(var(--d-outer) - var(--frame-size));
}


a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--themeColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Runalto';
    src: url(../fonts/Runalto.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    margin: 0 0 0px;
    font-size: 87px;
    font-weight: 500;
    color: var(--white);
    font-family: 'Runalto';
}

h2 {
    margin: 0 0 0px;
    font-size: 50px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Runalto';
}

h3 {
    font-size: 30px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Runalto';
}

h4 {
    font-size: 25px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Runalto';
}

h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Runalto';
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.theme-btn-1 {
    gap: 10px;
    border: none;
    display: flex;
    font-size: 16px;
    width: max-content;
    padding: 15px 40px;
    border-radius: 50px;
    align-items: center;
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    text-transform: capitalize;
    background-color: var(--headingColor);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 750px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    font-size: 14px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSection {
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 10px 3%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.header-logo {
    height: 80px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn form {
    max-width: 240px;
}





/*.header-btn form {*/
/*    gap: 5px;*/
/*    opacity: 0.5;*/
/*    height: 50px;*/
/*    display: flex;*/
/*    max-width: 240px;*/
/*    border-radius: 50px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0 10px 0px 20px;*/
/*    border: 1px solid #ffffff63;*/
/*}*/

/*.header-btn form input {*/
/*    width: 100%;*/
/*    border: none;*/
/*    color: var(--white);*/
/*    background-color: transparent;*/
/*}*/

/*.header-btn form input::placeholder {*/
/*    color: var(--white);*/
/*}*/

/*.header-btn form input:focus-visible {*/
/*    outline: none;*/
/*}*/

.header-btn form button {
    border: none;
    color: var(--white);
    background-color: transparent;
}

.header-btn ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn ul li a {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    display: flex;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--white);
}

.header-btn ul li a:hover {
    opacity: 1;
    color: var(--headingColor);
    background-color: var(--white);
}


/*header css start */


/*banner css start */

.main_slider {
    overflow: hidden;
    position: relative;
    padding: 140px 3% 50px;
    background-color: var(--themeColor);
}

.main_slider::before {
    top: 0;
    left: 0;
    width: 40%;
    content: '';
    height: 100%;
    position: absolute;
    animation: softMoveLeft 6s ease-in-out infinite;
    background-image: url(../images/banner-bg-before.png);
    background-position: left center;
    background-size: cover;
}

.main_slider::after {
    top: 0;
    right: 0;
    width: 40%;
    content: '';
    height: 100%;
    position: absolute;
    animation: softMoveRight 6s ease-in-out infinite;
    background-image: url(../images/banner-bg-after.png);
    background-position: right center;
    background-size: cover;
}

@keyframes softMoveLeft {
    0% {
        left: 0px;
    }

    50% {
        left: -20px;
    }

    100% {
        left: 0px;
    }
}

@keyframes softMoveRight {
    0% {
        right: 0;
    }

    50% {
        right: -20px;
    }

    100% {
        right: 0;
    }
}

.banner_text .circle {
    position: relative;
    width: var(--d-outer);
    height: var(--d-outer);
    border-radius: 50%;
    background: #d7b462;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
}

.banner_text .circle i {
    color: #fff;
    font-size: calc(var(--radius) / 3);
    z-index: 2;
}

.banner_text .circle .text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 8s linear infinite;
}

.banner_text .circle .text span {
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: 0 var(--radius);
    font-size: calc(var(--radius) / 6);
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

@keyframes rotateText {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main_slider .row {
    z-index: 1;
    position: relative;
}

.banner_heading {
    text-align: center;
}

.banner_heading h5 {
    margin: auto;
    font-size: 16px;
    width: fit-content;
    color: var(--white);
    padding: 18px 15px;
    border-radius: 50px;
    font-family: 'Poppins';
    border: 1px solid var(--white);
}

.banner_text p {
    opacity: 0.6;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: var(--white);
}

.banner_text h4 {
    color: var(--white);
}

.banner_img {
    top: -30px;
    width: 100%;
    height: 330px;
    display: flex;
    position: relative;
    justify-content: flex-start;
}

.main_slider .row::before {
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    margin: auto;
    height: auto;
    z-index: -1;
    position: absolute;
    aspect-ratio: 1 / 1;
    backdrop-filter: blur(1px);
    background: radial-gradient(circle, rgba(19, 81, 115, 0.83) 0%, rgba(19, 81, 115, 0.69) 25%, rgba(19, 81, 115, 0.32) 47%, rgba(19, 81, 115, 0) 71%);
}

.banner_img img {
    left: 30px;
    height: 390px;
    position: relative;
    width: fit-content;
    object-fit: contain;
}

.banner-right-side-text {
    max-width: 350px;
    text-align: center;
    margin: 0px 0px 0px auto;
}

.banner-right-side-text h6 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    color: var(--white);
    padding-bottom: 100px;
}

.banner-right-side-text h6::before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 65%;
    margin: auto;
    position: absolute;
    background: linear-gradient(0deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner-right-side-text h6::after {
    right: 0;
    bottom: 0;
    left: 0px;
    width: 5px;
    height: 5px;
    content: '';
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--white);
}

.banner-right-side-text h4 {
    font-size: 50px;
    color: var(--white);
}

.banner-right-side-text h4 span {
    display: block;
    font-size: 25px;
}

/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 3%;
}

.about-img {
    height: 500px;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    border-radius: 15px;
}

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

.about_text img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
}

.about_text h2 {
    margin-bottom: 10px;
}

.about_text p {
    margin-bottom: 25px;
}

.about_text .theme-btn-1 {
    margin: 5px 0px 25px;
}

/* about-sec */

/* product-sec */

.product-sec {
    padding: 0px 3% 100px;
}

.product-box {
    padding: 10px;
    overflow: hidden;
    margin: 13px 0px;
    position: relative;
    border-radius: 15px;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.product-box:hover::before {
    transition: ease-out;
    transition-duration: 0.5s;
    background: radial-gradient(circle, rgba(5, 29, 53, 0.83) 0%, rgba(5, 29, 53, 0.69) 25%, rgba(5, 29, 53, 0.32) 47%, rgba(5, 29, 53, 0) 71%);
}

.product-box:hover .product-text {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover .product-cart::before {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.product-box:hover .product-text h3 {
    transition: ease-out;
    transition-duration: 0.5s;
    color: var(--white);
}

.product-box:hover .product-text p {
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-box:hover .product-cart ul li h6 {
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.5s;
}

.cart-btn:hover {
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.5s;
    border-color: var(--white);
    background-color: var(--themeColor);
}

.product-box:hover .product-text h4 {
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.5s;
}

.product-text {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    border-radius: 0px 0px 10px 10px;
}

.product-text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.product-text p {
    margin-bottom: 10px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-text h4 {
    font-size: 30px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-cart {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-cart::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    z-index: -1;
    height: 100px;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--white);
    border-radius: 10px 10px 0px 0px;
}

.product-img {
    z-index: 1;
    height: 220px;
    margin-top: 20px;
    position: relative;
    width: fit-content;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-box::before {
    top: 0;
    left: 0;
    width: 60%;
    content: '';
    margin: auto;
    height: auto;
    position: absolute;
    aspect-ratio: 1 / 1;
    transition: ease-in;
    transition-duration: 0.5s;
    backdrop-filter: blur(1px);
    background: radial-gradient(circle,
            rgba(19, 81, 115, 0.83) 0%,
            rgba(19, 81, 115, 0.69) 25%,
            rgba(19, 81, 115, 0.32) 47%,
            rgba(19, 81, 115, 0) 71%);
    animation: glowMove 10s ease-in-out infinite;
}

@keyframes glowMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(0);
    }
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-cart ul {
    gap: 5px;
    top: 40px;
    left: 15px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.product-cart ul li i {
    font-size: 14px;
    color: #ffc107;
    transition: ease-in;
    transition-duration: 0.5s;
}

.product-cart ul li h6 {
    transition: ease-in;
    color: var(--textColor);
    transition-duration: 0.5s;
}

.cart-btn {
    right: 10px;
    width: 50px;
    height: 50px;
    bottom: -25px;
    display: flex;
    position: relative;
    border-radius: 50%;
    color: var(--white);
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
    background-color: var(--headingColor);
}

.productSlider .slick-slide,
.wholeSaleSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.productSlider .slick-prev,
.productSlider .slick-next,
.wholeSaleSlider .slick-prev,
.wholeSaleSlider .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--headingColor);
}

.productSlider .slick-prev:before,
.productSlider .slick-next:before,
.wholeSaleSlider .slick-prev:before,
.wholeSaleSlider.slick-next:before {
    content: '\f060';
    font-size: 20px;
    color: var(--headingColor);
    font-family: 'Font Awesome 7 Pro';
}

.productSlider .slick-prev:hover::before,
.productSlider .slick-prev:hover::before,
.productSlider .slick-next:hover::before,
.wholeSaleSlider .slick-prev:hover::before,
.wholeSaleSlider .slick-next:hover::before {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.productSlider .slick-prev:hover,
.productSlider .slick-next:hover,
.wholeSaleSlider .slick-prev:hover,
.wholeSaleSlider .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.productSlider .slick-next:before,
.wholeSaleSlider .slick-next:before {
    content: '\f061';
    color: var(--headingColor);
    font-family: 'Font Awesome 7 Pro';
}

.productSlider .slick-next,
.wholeSaleSlider .slick-next {
    right: -60px;
}

.productSlider .slick-prev,
.wholeSaleSlider .slick-prev {
    left: -60px;
}

/* product-sec */

/* whole-sale-sec */

.whole-sale-sec {
    padding: 100px 3%;
}

.whole-sale-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}

.whole-sale-heading .whole-sale-text p {
    max-width: 800px;
}

/* whole-sale-sec */

/* research-sec */

.research-sec {
    padding: 0px 3%;
}

.research-box {
    display: flex;
    padding: 80px 5%;
    min-height: 450px;
    position: relative;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--themeColor);
}

.research-box::before {
    top: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    background-image: url(../images/research-box-before.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.research-box .research-box-img-1 {
    left: 0;
    top: 20px;
    width: 120px;
    height: 260px;
    position: absolute;
    object-fit: contain;
    transform: rotate(-20deg);
    filter: drop-shadow(7px 11px 9px #141414ce);
}

.research-box .research-box-img-2 {
    right: -40px;
    bottom: 0px;
    width: 280px;
    height: 320px;
    overflow: hidden;
    position: absolute;
}

.research-box .research-box-img-2 img {
    top: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
    transform: rotate(25deg);
    filter: drop-shadow(7px 11px 9px #141414ce);
}

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

.research-box .row h2 {
    font-size: 70px;
    color: var(--white);
}

.research-box .row p {
    opacity: 0.8;
    color: var(--white);
    margin: 10px 0px 20px;
}

.research-box .row .theme-btn-1 {
    margin: 0px auto;
    font-weight: 600;
    color: var(--black);
    background-color: var(--white);
}

/* research-sec */

/* testimonial sec starts  */

section.etstimonial-sec {
    overflow: hidden;
    padding: 0 3% 100px;
}

.testimonial-slidder .slick-active {
    opacity: 1;
}

.testimonial-slidder .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.testi-card-info>div>img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white);
}

.testi-card-info {
    gap: 20px;
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.testi-card-info>div>p {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Runalto';
    text-transform: uppercase;
}

.testi-card-info>div>p.desination {
    color: #333333;
    font-family: 'Poppins';
}

p.desination {
    font-size: 12px !important;
}

.testi-card-ratting {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-card-ratting i.fa-quote-left {
    width: 55px;
    height: 55px;
    bottom: 50px;
    display: flex;
    font-size: 25px;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    color: var(--headingColor);
    border: 1.5px solid #d3d3d3;
    background-color: var(--white);
}

.testi-card {
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #d3d3d3;
    background-color: var(--white);
}

.testi-card>p {
    padding: 10px 0;
}

.testimonial-heading {
    padding: 0 0 30px 0;
}

.testi-card-ratting p i {
    color: #f39f1e;
}

.testi-card-text {
    height: 80px;
    margin-top: 20px;
    overflow-y: scroll;
}

.testi-card-text p {
    font-size: 16px;
    line-height: 1.5;
}

.testi-card-text::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background-color: var(--white);
}

.testi-card-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
}

.testi-card-text::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}

.testi-card-ratting p {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
}

.testimonial-slidder {
    margin-top: 50px;
}

.testimonial-slidder .slick-prev,
.testimonial-slidder .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--headingColor);
}

.testimonial-slidder .slick-prev:before,
.testimonial-slidder.slick-next:before {
    content: '\f060';
    font-size: 20px;
    color: var(--headingColor);
    font-family: 'Font Awesome 7 Pro';
}

.testimonial-slidder .slick-prev:hover::before,
.testimonial-slidder .slick-next:hover::before {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
}

.testimonial-slidder .slick-prev:hover,
.testimonial-slidder .slick-next:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--headingColor);
}

.testimonial-slidder .slick-next:before {
    content: '\f061';
    color: var(--headingColor);
    font-family: 'Font Awesome 7 Pro';
}

.testimonial-slidder .slick-next {
    right: -60px;
}

.testimonial-slidder .slick-prev {
    left: -60px;
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card {
    border: 1px solid transparent;
    background-color: var(--themeColor);
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card-ratting i.fa-quote-left {
    color: var(--white);
    background-color: var(--headingColor);
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card p,
.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card p i {
    color: var(--white);
}

.testimonial-slidder .slick-slide.slick-current.slick-active .testi-card>p {
    color: var(--white);
}


.testimonial-slidder .slick-slide {
    opacity: 1;
    margin: 30px 10px;
}

/* testimonial sec startsends*/
.about-sec .custom-space {
    margin-top: 50px;
}

/* section.main_slider.inner-banner-sec  */


section.main_slider.inner-banner-sec {
    display: flex;
    min-height: 450px;
    align-items: center;
    justify-content: center;
}

/* section.main_slider.inner-banner-sec  */


/* section.etstimonial-sec.inner-testimonial-sec */

section.etstimonial-sec.inner-testimonial-sec {
    padding: 100px 3%;
}

/* section.etstimonial-sec.inner-testimonial-sec */

/* get a quote */


.booking-form-heading {
    text-align: center;
    margin-bottom: 25px;
}

.booking-form-heading p {
    color: #8d8d8d;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    margin-top: 5px;
}

.booking-form-box select {
    width: 100%;
    height: 60px;
    color: #909091;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* For IE/Edge */
.booking-form-box input::-ms-expand,
.booking-form-box select::-ms-expand {
    display: none;
}


.booking-form-box input {
    width: 100%;
    height: 60px;
    color: #909091;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 50px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}


.booking-form-box input::placeholder {
    color: #909091;
    font-weight: 500;
    font-size: 14px;
}

.booking-form-box textarea::placeholder {
    font-size: 14px;
    color: #909091;
    font-weight: 500;
}

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 140px;
    display: block;
    font-size: 14px;
    color: #909091;
    font-weight: 500;
    align-content: end;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
}

.booking-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-form-button button {
    border: none;
}

.booking-form-sec {
    padding: 100px 0;
}

.date-wrapper input {
    margin-bottom: 0;
}

.date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

span.icon {
    position: absolute;
    right: 23px;
    top: 20px;
    background: #ffffff;
    pointer-events: none;
}

.service-select {
    position: relative;
}

/* get a quote */


/* contact us page */

/*Contact us start*/

.contact-text>p {
    color: #8b8a8a;
    font-size: 15px;
}

.contatc-form {
    padding: 48px 30px;
    border-radius: 25px;
    background: #f2f3f5;
}

.contatc-form h2 {
    font-size: 48px;
    color: #000000;
}

.contatc-form input {
    width: 100%;
    height: 60px;
    padding: 10px;
    padding: 0px 25px;
    color: var(--black);
    border-radius: 50px;
    border: 0px solid #c4c4c4;
    background-color: var(--white);
}

.contatc-form textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    padding: 10px 25px;
    color: var(--black);
    border-radius: 20px;
    border: 0px solid #c4c4c4;
    background-color: var(--white);
}

.contatc-form input::placeholder,
.contatc-form textarea::placeholder {
    color: #7c7c7c;
}

.contatc-form .theme-btn-1 {
    border: none;
    margin: 0px auto;
}

.contact-text h2 {
    font-size: 48px;
    color: #000000;
    line-height: 58px;
}

.contact_page_sidbar h6 {
    margin: 0;
    font-size: 14px;
    color: #8b8a8a;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.contact_page_sidbar h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
}

.contact_page_sidbar i {
    width: 30px;
    font-size: 30px;
    margin: 0 20px 0 0;
    color: var(--headingColor);
}

.contact_page_main {
    /* background: #f6f4ec; */
    width: 100%;
    height: 100%;
    background-size: cover;
}


.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* contact us page */


/* wholesale-sec */

.wholesale-sec .product-cart {
    justify-content: center;
}

.wholesale-sec .product-cart ul {
    position: absolute;
    top: unset;
    bottom: 60px;
}

.wholesale-sec .product-box .theme-btn-1 {
    margin: 10px auto;
}

/* wholesale-sec */

/* blog sec */

.blog-boxes-sec {
    padding: 0px 3% 100px;
}

.blog-box-img,
.blog-box-2-img {
    width: 100%;
    height: 370px;
    position: relative;
}

.blog-box-2 {
    overflow: hidden;
    min-height: 95%;
    margin: 20px 0px;
    border-radius: 20px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 1px solid #cccccc;
}

.blog-box-2:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.blog-box-2:hover h4 {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.blog-box-2:hover p {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.blog-box-2:hover .blog-box-2-text a {
    gap: 10px;
    border: none;
    display: flex;
    font-size: 16px;
    margin-top: 20px;
    width: max-content;
    padding: 15px 40px;
    border-radius: 50px;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    font-family: 'Poppins';
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    text-transform: capitalize;
    background-color: var(--headingColor);
}

.blog-box {
    overflow: hidden;
    margin: 15px 0px;
    min-height: 96%;
    border-radius: 20px;
    background-color: var(--themeColor);
}

.blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-box-img h3 {
    top: 0;
    right: 25px;
    font-size: 27px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    color: var(--white);
    font-family: 'Poppins';
    padding: 15px 15px 10px;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--headingColor);
}

.blog-box-text h4 {
    color: var(--white);
}

.blog-box-2-img h3 {
    top: 0;
    right: 25px;
    font-size: 27px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    color: var(--white);
    font-family: 'Poppins';
    padding: 20px 15px 15px;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--headingColor);
}

.blog-box-2-img h3 span {
    font-size: 12px;
    display: block;
    font-weight: 300;
}

.blog-box-img h3 span {
    font-size: 12px;
    display: block;
    font-weight: 300;
}

.blog-box-2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-box-text {
    margin: 10px 0px;
    padding: 20px 20px 17px;
}

.blog-box-2-text {
    margin: 10px 0px;
    padding: 10px 20px;
}

.blog-box-2-text .blog-box-text h4 {
    overflow: hidden;
    margin-bottom: 15px;
    color: var(--white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box-2-text h4 {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    color: var(--black);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-box-text p {
    font-weight: 500;
    margin: 10px 0px;
    color: #fff;
}

.blog-box-2-text p {
    font-weight: 500;
    color: var(--textColor);
}

.blog-box-2-text a {
    font-weight: 600;
    color: var(--black);
    text-decoration: underline;
}


.inner-blog-boxes-sec {
    padding: 100px 3%;
}

/* blog sec */

/* Product Detail Starts  */
.productdetailsec {
    padding: 80px 3% 50px;
}

.productdetailtext h3 {
    letter-spacing: 0;
    color: #000000;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
}

.productdetailtext p {
    font-size: 14px;
    line-height: 31px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 40px 0;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 30px;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iconlist ul li>div i {
    opacity: 0.5;
    font-size: 16px;
    transition: ease-in-out;
    color: var(--textColor);
    transition-duration: 0.5s;
}

.iconlist ul li>div i:hover {
    opacity: 1;
    transition: ease-in;
    color: var(--black);
    transition-duration: 0.5s;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #e1e1e1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid var(--headingColor);
}

.add-crt-wrapper {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.add-crt-wrapper .theme-btn-1 {
    padding: 15px;
    font-size: 16px;
}

.productdetailsec .productdetailportion {
    height: 500px;
    display: flex;
    border-radius: 15px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    background-color: #e6e1e1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: fit-content;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 20px !important;
    border: none;
    border-radius: 50px;
    height: 20px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: var(--headingColor);
}

.iconlist {
    margin-top: 20px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 370px;
    object-fit: contain;
    border-radius: 20px;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #e6e1e1;
}

/* skin 2 */

.skin-2 .num-in {
    background: #f0f0f0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    font-size: 30px;
    text-align: center;
    font-family: "Poppins";
    background-color: #f0f0f0;
}

.product-detail .num-in {
    width: 130px;
    height: 60px;
    display: flex;
    box-shadow: none;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background: transparent;
    border: 1px solid #f3f3f3;
}

.product-detail input.in-num {
    width: 50px;
    border: none;
    margin: 0 5px;
    background-color: transparent;
}

.productdetailsec .btn10 {
    color: white;
}

/* / skin 2 */

.statment-choose h6 {
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 10px 0;
    font-family: "Manrope", sans-serif;
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    justify-content: start;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 16px;
    color: var(--textColor);
    font-family: "Poppins", sans-serif;
}

ul.rate-reviews li i {
    color: #f9ae0e;
    font-size: 15px;
}

ul.rate-reviews li div i:last-child {
    color: #e5e4e4;
}

.price h5 del {
    display: block;
    font-size: 18px;
    padding-right: 11px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.price h5 {
    display: flex;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
    font-family: none;
    align-items: center;
    font-family: 'Poppins';
    justify-content: center;
}

.product-desc .nav-tabs .nav-link.active {
    border-bottom: 2px solid #000;
    font-weight: 600;
}

.product-desc .nav-tabs .nav-link {
    border: none;
    color: #888;
}

.product-desc .nav-tabs {
    position: relative;
    border-bottom: 1px solid #dee2e6;
}

.product-desc .nav-tabs::before {
    left: 100%;
    content: '';
    bottom: 0px;
    width: 100vw;
    position: absolute;
    border-bottom: 1px solid #dee2e6;
}

.product-desc .nav-tabs::after {
    content: '';
    bottom: 0px;
    right: 100%;
    width: 100vw;
    position: absolute;
    border-bottom: 1px solid #dee2e6;
}

.web-btn:hover {
    color: white;
    background-color: #c81c1b;
    box-shadow: 0 0 10px 3px rgba(195, 26, 26, 0.5);
}

.product-desc {
    overflow: hidden;
    padding: 0px 3% 100px;
}

/* Product Detail Ends */

/* privacy-policy-sec */

.privacy-policy-sec {
    padding: 100px 0px;
}

.privacy-policy-text p {
    margin-bottom: 20px;
}

.privacy-policy-text h4 {
    margin-bottom: 10px;
}

.privacy-policy-text h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.privacy-policy-text ul li p {
    margin-bottom: 0px;
}

.privacy-policy-text ul {
    gap: 5px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}

.privacy-policy-text b {
    color: var(--black);
}

.privacy-policy-text ul li {
    padding-left: 20px;
    position: relative;
}

.privacy-policy-text ul li::before {
    top: 10px;
    left: 1px;
    width: 6px;
    content: "";
    height: 6px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--headingColor);
}

.privacy-policy-text a {
    font-weight: 600;
}

/* privacy-policy-sec */

/* blog dectil */

.blog-det-img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 25px;
}

.blog-detail {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-det-img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.blog-det-img ul {
    margin: 15px;
}

.blog-det-img ul li {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-det-img ul li i {
    font-size: 20px;
    line-height: 25px;
    background: #09924e;
    color: transparent;
    -webkit-background-clip: text;
}

.blog-det-img ul li span {
    font-weight: 500;
    color: var(--textColor);
    font-size: 14px;
    text-transform: capitalize;
}

.blog-det-wrap h2 {
    font-style: 40px;
    margin-bottom: 10px;
}

.blog-det-wrap p {
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/* blog dectil */

/* Account Starts  */

.sinup-input input {
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
}

.sinup-input label {
    font-size: 16px;
    color: #888888;
    padding-bottom: 5px;
}

.sinup-input {
    padding: 10px 0;
}

.sinup-input-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
    accent-color: var(--headingColor);
    color: white;
}

.sinup-input-checkbox label {
    font-size: 16px;
}

.sinup-input-checkbox {
    padding-top: 10px;
}

.sinup-input button {
    border: 1px solid transparent;
    color: white;
}

.create-account-heading h2 {
    color: black;
    text-transform: uppercase;
}

.create-account {
    border-radius: 15px;
    padding: 50px 30px 30px;
    border: 1px solid #d9d9d9;
}

section.account-sec {
    padding: 100px 0;
}

.login-input input {
    height: 45px;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.login-input {
    padding: 10px 0;
}

.login-input label {
    font-size: 16px;
    color: #888888;
    padding-bottom: 5px;
}

.login-heading h2 {
    color: black;
    text-transform: uppercase;
}

.login-input button {
    border: 1px solid transparent;
    color: white;
}

.login-input-checkbox {
    padding-top: 10px;
}

.login-input-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    color: white;
    cursor: pointer;
    margin: 0 5px 0 0;
    accent-color: var(--headingColor);
}

.login-account {
    border-radius: 15px;
    padding: 50px 30px 30px;
    border: 1px solid #d9d9d9;
}

.form-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

/* Account Ends */

/* Cart Starts  */
.cart-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e3e2e2;
}

.cart-product-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6e8ea;
    border-radius: 10px;
}

.cart-product-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

section.cart-sec {
    padding: 100px 0;
}

.cart-product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 24px;
    text-align: center;
}

.cart-product-name h6 {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
}

.cart-product-name p {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.number {
    height: 50px;
    width: 130px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    max-width: fit-content;
    justify-content: center;
    border: 1px solid #ececec;
}

.number span {
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
    color: var(--textColor);
    justify-content: center;
    background-color: #ebebeb;
}

.number input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    border: unset;
    /* text-align: center; */
    background: transparent;
    height: unset;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
}

.add-to-cart input {
    width: 100%;
    height: 59px;
    font-size: 23px;
    font-weight: 500;
    margin-top: 24px;
    border-radius: 6px;
    text-align: center;
    font-family: 'Poppins';
    color: var(--textColor);
    border: none;
    background-color: #f4f4f4;
}

.number span {
    cursor: pointer;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cart-product p {
    cursor: pointer;
}

.cart-right {
    border-radius: 10px;
    padding: 50px 30px 0px;
}

.cart-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.Subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 12px;
}

.Subtotal h6 {
    font-size: 18px;
}

.Subtotal p {
    font-size: 18px;
    color: black;
}

.shipping-row,
.subtotal-row {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.shipping-row p,
.subtotal-row p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.location-fields input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid var(--textColor);
}

.location-fields select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid var(--textColor);
}

.Subtotal h6 {
    font-size: 18px;
    color: black;
}

.sub-total p img {
    margin-right: 12px;
}

.Subtotal {
    margin-bottom: 10px;
}

.Subtotal p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 19px;
}

.shipping h6 {
    font-size: 18px;
}

.sub-total>h6 {
    font-size: 16px;
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    color: var(--textColor);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 37px;
}

.cart-total p {
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
}

.update-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-shopping>a {
    color: black;
    margin-top: 13px;
    font-weight: 600;
}

.continue-shopping {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Cart Table Styles */
.cart-table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.cart-table thead th {
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: var(--black);
}

.cart-table tbody td {
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.cart-table .cart-product-img {
    width: 180px;
    height: 130px;
    position: relative;
    margin-right: 15px;
}

.cart-table .cart-product-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.remove-btn-tr {
    top: -8px;
    width: 23px;
    border: none;
    right: -8px;
    height: 23px;
    display: flex;
    font-size: 10px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
}

.cart-table .number {
    margin: 0 auto;
}

.cart-table .price {
    font-weight: 600;
    color: var(--black);
}

.table-cart-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.table-cart-btn button {
    font-weight: 500;
    padding: 13px 35px;
    color: var(--black);
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.table-cart-btn button.update-cart-btn {
    color: var(--textColor);
    border: #ebebeb;
    background-color: #ebebeb;
}

.radio-input {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.radio-b {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-b__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-b__label {
    display: flex;
    align-items: center;
    gap: 12px;
    /* Espace entre le carré et le texte */
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.radio-b__custom {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 0%;
    transition: all 0.3s ease;
    border: 1px solid #bbbbbb;
}

.radio-b__custom-fill {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0;
    right: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    border-radius: 0px;
    background: var(--headingColor);
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom-fill {
    width: 26px;
    height: 26px;
    transition: all 0.3s ease;
}

.radio-b__input:checked+.radio-b__label .radio-b__custom {
    border: none;
    /* Supprime les bordures noires */
    transition: all 0.3s ease;
    /* Assure une transition fluide */
}

.radio-b__input:hover+.radio-b__label .radio-b__custom {
    transform: scale(0.85);
    color: linear-gradient(0deg,
            rgba(0, 230, 118, 1) 0%,
            rgba(255, 215, 0, 1) 100%);
}

/* Optionnel : style pour le texte */
.radio-b__text {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

/* Cart Ends */

/* Checkout Starts  */
.checout-input input {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    border-radius: 50px;
    border: 1px solid #cfcfcf;
}

.checout-input {
    margin: 10px 0;
    position: relative;
}

.checout-input i {
    top: 52px;
    font-size: 16px;
    right: 12px;
    position: absolute;
    color: var(--textColor);
}

.checout-input select.form-select {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin: 5px 0;
    appearance: unset;
    border-radius: 50px;
    border: 1px solid #cfcfcf;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
    max-width: 600px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
}

.checout-input label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--textColor);
}

section.checkout-page {
    padding: 100px 3%;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
}

section.checkout-page {
    padding: 100px 0;
}

.checkout-right {
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}

.checkout-right h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: var(--black);
    font-family: 'Poppins';
}

.sub-total {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    margin-bottom: 21px;
}

.price {
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.price h6 {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.price p {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

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

.price-sub {
    font-weight: 600;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #d1cdcd;
}

.price-sub h6 {
    font-size: 18px;
}

.price-sub p {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.Shipping {
    padding: 11px 0 5px;
}

.Shipping p {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.Shipping p i {
    font-size: 10px;
    color: #cccccc;
}

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

.check-btm img {
    margin-right: 10px;
}

.place-order {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

.place-order a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.place-order a span:nth-child(1) {
    text-align: center;
    padding-left: 40%;
}

.place-order a span {
    text-align: center;
}

.check-btm-box {
    gap: 5px;
    display: flex;
    margin-top: 25px;
    padding: 30px 40px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5d5d5;
    justify-content: space-between;
}

.instruction p {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.instruction p i {
    font-size: 10px;
    color: #cccccc;
}


/* Checkout Ends */

/* FAQ Page Start */

.accordion-body.gorrila-page-txt {
    padding: 0px 20px 20px;
    background: #f4f9fe;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gorilla-content .accordion-item {
    border: none;
    margin: 10px 0;
    border-bottom: 1px solid #c7cbcf;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: unset;
    color: #4b494b;
    background: #f4f9fe;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 0 !important;
    height: 60px;
}

.faqs-main .accordion-collapse.collapse {
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
    /* margin-bottom: 30px; */
    /* border-radius: 0 !important; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    top: 15px;
    width: 30px;
    right: 20px;
    height: 30px;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    content: "\f078";
    position: absolute;
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-image: none;
    font-family: "Font Awesome 5 free";
    background-color: var(--headingColor);
}

.faqs-main .accordion-button:not(.collapsed)::after {
    top: 20px;
    content: "\f078";
    font-weight: 900;
    color: var(--white);
    font-family: "Font Awesome 5 free";
}

.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contact-main h2 {
    font-size: 45px;
    color: #000;
    line-height: 45px;
    padding-bottom: 15px;
    font-weight: 400;
}

section.faqs-main p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Poppins';
}

.faqs-main {
    background-color: #f3f9fe;
    padding: 100px 0;
}

.faqs-main button.accordion-button.collapsed {
    border: none;
    height: 60px;
    font-size: 20px;
    border-radius: 0px;
    padding: 20px 20px;
    color: var(--black);
    background: #f3f9fe;
    font-family: 'Runalto';
    text-transform: capitalize;
}

/* FAQ Page End */

/* section.product-sec.inner-product-sec  */

section.product-sec.inner-product-sec {
    padding: 100px 3%;
}

/* section.product-sec.inner-product-sec  */

/*footer-start*/

.footerSec {
    padding: 5% 0 0;
    overflow: hidden;
    background: var(--themeColor);
}

.footer-logo h2 {
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 9px;
    text-align: center;
}

.footer-logo p {
    margin: 8% 0;
    color: #ffffff;
}

.footer-logo ul li a {
    color: #ffffff;
    background-color: #067c8a;
}

.footerSec h5 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: fit-content;
}

.foot-links ul li a {
    left: 0;
    opacity: 0.5;
    font-size: 14px;
    line-height: 36px;
    position: relative;
    color: var(--white);
    font-family: 'Poppins';
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.foot-links ul li a:hover {
    left: 10px;
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor);
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}

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

.footer-contact ul li a:hover {
    color: #067c8a;
}

.footer-contact ul li i {
    color: #ffffff;
    padding-right: 9px;
}

.footer-contact ul li p {
    color: #ffffff;
    margin: 0;
}

.news-letter p {
    opacity: 0.5;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 50px;
}

.news-letter form {
    position: relative;
}

.news-letter form button {
    right: 0;
    top: 0;
    border: none;
    padding: 15px 20px;
    position: absolute;
}

.news-letter input {
    border: 0;
    width: 100%;
    height: 55px;
    color: white;
    opacity: 0.5;
    border-radius: 4px;
    padding-left: 20px;
    background: transparent;
    border-radius: 31px;
    border: solid var(--white) 0.5px;
}

.news-letter ::placeholder {
    color: #fff;
}

.news-letter button.btn-theme {
    border: 0;
    border-radius: 1px;
    margin-top: 20px;
}

.footer-btm {
    padding: 30px 0;
    margin-top: 50px;
    position: relative;
    border-top: 1px solid #ffffff61;
}

.footer-btm::before {
    top: -1px;
    left: 100%;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    border-top: 1px solid #ffffff61;
}

.footer-btm::after {
    top: -1px;
    right: 100%;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    border-top: 1px solid #ffffff61;
}

.copy-txt p {
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins';
}

.news-btn a.btn1 {
    /* width: 55%; */
    margin-top: 10px;
    border-radius: 10px;
    background: #58c749;
    height: 50px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 67px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.visa_icon {
    text-align: end;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.foot-links.tw {
    margin-left: 0;
}

.footer-logo img {
    padding-bottom: 5px;
}

.foot-links.tw ul {
    /*columns: 2;*/
}

/*footer-end*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}




/*Media Query End*/