@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    color: #393939;
    max-width: 100vw;
    overflow-x: hidden;
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
}

html {
    overflow-x: hidden;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #4c4c4c;
    --themeColor: #051d35;
    --themeColor2: #135173;
    --themeColor3: #135173;
    --themeColor4: #051d35;
    --headingColor: #191919;
    --headingColor2: #131212;
}

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);
}


/***** 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 {
    font-size: 90px;
    margin: 0 0 0px;
    font-weight: 700;
    color: var(--white);
    font-family: "Barlow Semi Condensed", sans-serif;
}

h2 {
    margin: 0 0 0px;
    font-size: 40px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h3 {
    margin: 0 0 0px;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h5 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", sans-serif;
}

h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}


.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}


.theme-btn-1 {
    gap: 25px;
    border: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    color: var(--white);
    border-radius: 5px;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 0px 0px 0px 25px;
    transition-duration: 0.5s;
    border: 2px solid var(--white);
    background: radial-gradient(circle, var(--themeColor3) 0%, var(--themeColor4) 41%, var(--themeColor) 100%);
}

.theme-btn-1 span {
    width: 55px;
    height: 55px;
    display: flex;
    font-size: 12px;
    border-radius: 5px;
    align-items: center;
    transform: scale(1.02);
    transition: ease-in-out;
    justify-content: center;
    background: var(--white);
    color: var(--themeColor);
    transition-duration: 0.5s;
    box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.11);
}


.theme-btn-1:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    color: var(--headingColor);
    box-shadow: 0px 12px 21.06px 5.94px rgba(0, 0, 0, 0.07);
    background: linear-gradient(90deg, var(--white) 0%, var(--white) 100%);
}


.theme-btn-1:hover span {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}


.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 900px;
}

.section-heading h2 {
    margin-bottom: 10px;
}


/*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 {
    font-size: 14px;
    font-weight: 500;
    padding: 30px 5px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.menuSec ul li a::before {
    left: 0;
    width: 0px;
    height: 1px;
    content: '';
    right: 100%;
    bottom: -1px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--white);
}

.menuSec ul li a.active::before,
.menuSec ul li a:hover::before {
    left: 0;
    right: 0;
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:not(:hover)::before {
    left: auto;
    right: 0;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.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 {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ffffff67;
}

.menuSection .row {
    align-items: center;
}

.header-right ul {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--white);
    border-radius: 10px;
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 2px solid var(--white);
    background: radial-gradient(circle, var(--themeColor4) 0%, var(--themeColor4) 41%, var(--themeColor4) 100%);
}

.header-right ul li a:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background: linear-gradient(45deg, #051d35fc 0%, var(--themeColor) 100%);
}

.header-logo {
    height: 50px;
    width: fit-content;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*header css start */

/*banner css start */

.main_slider {
    position: relative;
    padding: 140px 4% 0px;
    background-image: linear-gradient(45deg, #051d35fc 0%, var(--themeColor) 100%);
}

.main_slider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    margin: auto;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider .add-padding {
    position: relative;
}

.banner_text p {
    max-width: 320px;
    margin-bottom: 25px;
    color: var(--white);
}

.banner_text ul {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.banner_heading {
    margin-bottom: 25px;
}

.banner_heading h1 {
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.banner_heading h1 span {
    display: block;
    font-size: 80px;
    font-weight: 400;
}

.banner_img {
    height: 630px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 260px 250px 0px 0px;
}

.bannerProducSlider {
    max-width: 300px;
    margin: 0px 0px 0px auto;
}

.banner-prodcut-img {
    display: flex;
    height: 180px;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 15px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.banner-prodcut-img img {
    width: 100%;
    height: 70%;
    object-fit: contain;
}

.bannerProducSlider .slick-slide {
    margin: 0px;
}

.banner-prodcut-text {
    width: 100%;
    height: 80px;
    overflow-y: scroll;
    text-align: center;
}

.banner-prodcut-text::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.banner-prodcut-text::-webkit-scrollbar-thumb {
    background-color: var(--themeColor2);
    outline: 1px solid var(--themeColor2);
    border-radius: 100px;
}

.banner-prodcut-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 55%);
}


.banner-prodcut-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
}

.banner-prodcut-text p {
    opacity: 0.8;
    color: var(--white);
}

.banner-prodcut-slider-btn {
    display: flex;
    gap: 20px;
    max-width: 300px;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 0px auto;
}

.banner-prodcut-slider-btn button {
    opacity: 0.7;
    border: none;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    color: var(--white);
    justify-content: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    background-color: transparent;
}

.banner-prodcut-slider-btn button:hover {
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-prodcut-slider-btn button i {
    height: 55px;
    width: 55px;
    display: flex;
    font-size: 12px;
    border-radius: 5px;
    color: var(--white);
    position: relative;
    align-items: center;
    justify-content: center;
}

.banner-prodcut-slider-btn button i::after {
    width: 110%;
    right: -5%;
    padding: 1.5px;
    content: '';
    height: 60px;
    position: absolute;
    border-radius: 50px;
    background: linear-gradient(90deg, #fff, #ffffff60, #ffffff00);
    background-size: cover;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.banner-prodcut-slider-btn button.banner-prodcut-slider-btn-left i::before {
    transform: rotate(180deg);
}

.banner-prodcut-slider-btn button.banner-prodcut-slider-btn-right i::after {
    transform: rotate(180deg);
}

.textSlider1 {
    left: 0;
    z-index: 1;
    width: 110%;
    bottom: -60px;
    position: absolute;
    transform: rotate(3deg);
    background-color: var(--themeColor2);
}

.textSlider1 .slick-slide {
    opacity: 1;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 30px;
    color: var(--white);
    white-space: nowrap;
    position: relative;
    width: auto !important;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.textSlider1 .slick-slide::before {
    top: 0;
    bottom: 0;
    height: 5px;
    width: 15px;
    content: '';
    right: -25px;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}


.textSlider2 {
    left: 0;
    z-index: 1;
    width: 110%;
    bottom: -51px;
    position: absolute;
    transform: rotate(-3deg);
    background-color: var(--themeColor);
}

.textSlider2 .slick-slide {
    opacity: 1;
    font-size: 30px;
    font-weight: 700;
    padding: 20px 30px;
    color: var(--white);
    white-space: nowrap;
    position: relative;
    width: auto !important;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.textSlider2 .slick-slide::before {
    top: 0;
    bottom: 0;
    height: 5px;
    width: 15px;
    content: '';
    right: -25px;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

/*banner css end*/

/* section.main_slider.inner-banner */

section.main_slider.inner-banner {
    display: flex;
    min-height: 550px;
    padding-top: 100px;
    align-items: center;
    justify-content: center;
}

/* section.main_slider.inner-banner */

/* about-sec */

.about-sec {
    padding: 180px 0px 100px;
}

.about-main-box {
    background-image: url(../images/about-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 40px;
}

.about_text {
    top: 100px;
    max-width: 450px;
    padding: 25px 30px;
    position: relative;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 67.94px 11.06px rgba(0, 0, 0, 0.1);
}

.about_text p {
    margin-bottom: 20px;
}

.about_text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--themeColor);
    text-transform: uppercase;
}


/* about-sec */

/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-img {
    width: 100%;
    height: 500px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-text-box {
    z-index: 1;
    width: 145%;
    max-width: 100vw;
    position: relative;
    padding: 0px 30px 1px 0px;
    background-color: var(--white);
    border-radius: 0px 0px 20px 0px;
}

.why-choose-text h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.why-choose-text h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--themeColor);
    text-transform: uppercase;
}

.why-choose-text p {
    margin-bottom: 25px;
}

.why-choose-text ul {
    gap: 15px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.why-choose-text ul li {
    gap: 10px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.why-choose-text ul li img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(929%) hue-rotate(168deg) brightness(96%) contrast(101%);
}

.why-choose-text ul li h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

/* why-choose-sec */

/* product-sec */


.product-sec {
    padding: 100px 4%;
}

.product-box {
    padding: 10px;
    transition: ease-in;
    border-radius: 20px;
    margin-bottom: 25px;
    transition-duration: 0.5s;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, var(--themeColor2) 100%);
}

.product-box:hover {
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-image: linear-gradient(0deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.product-box:hover p,
.product-box:hover h3 {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box-img {
    height: 220px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: var(--white);
}

.product-box h3 {
    font-size: 20px;
    font-weight: 800;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.product-box ul {
    display: flex;
    align-items: center;
    transition: ease-in-out;
    transition-duration: 0.5s;
    justify-content: space-between;
}

.product-box ul li.last-li i {
    color: #ff9000;
    font-size: 10px;
}

li.last-li {
    flex-shrink: 0;
}

.product-box p {
    margin-bottom: 5px;
}

.product-box .cart-a {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 10px;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: radial-gradient(circle, var(--themeColor3) 0%, var(--themeColor4) 41%, var(--themeColor) 100%);
}

.product-box:hover .cart-a {
    border: 1px solid var(--white);
}

.product-box ul.list-ul {
    height: 80px;
    margin: 20px 0px;
    overflow-y: scroll;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-box ul.list-ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.product-box ul.list-ul::-webkit-scrollbar-thumb {
    background-color: var(--themeColor);
    outline: 1px solid var(--themeColor);
    border-radius: 100px;
}

.product-box ul.list-ul::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.26);
}




/* product-sec */

/* review-sec */


section.reviwe-sec {
    padding: 0px 4%;
}

.testimonial-solider-single {
    position: relative;
    border-radius: 20px;
    margin-bottom: 35px;
    padding: 50px 30px 40px;
    background-color: var(--white);
    box-shadow: 0px 6px 6px 0px rgba(18, 17, 17, 0.05);
}

.testimonial-solider-single::before {
    left: 60px;
    width: 35px;
    content: '';
    z-index: -1;
    bottom: 0px;
    height: 25px;
    position: absolute;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
    clip-path: polygon(0 0, 15% 100%, 100% 0);
}

.review-box:hover .testimonial-solider-single::before,
.reviewSlider .slick-slide.slick-current.slick-active.slick-center .review-box .testimonial-solider-single::before {
    bottom: -24px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.testimonial1-pera {
    height: 125px;
    overflow-y: scroll;
}

.testimonial1-pera::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.testimonial1-pera::-webkit-scrollbar-thumb {
    background-color: var(--themeColor);
    outline: 1px solid var(--themeColor);
    border-radius: 100px;
}

.testimonial1-pera::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px var(--white);
}

.testimonial1-bottom-hadding {
    display: flex;
    padding: 0px 30px;
    align-items: center;
    justify-content: space-between;
}

.testimonial1-bottom-img {
    gap: 10px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
}

.testimonial1-bottom-img img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    transition: ease-in-out;
    transition-duration: 0.5s;
    border: 5px solid var(--themeColor2);
}

.testiminial1-top-review-icons {
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.testiminial1-top-review-icons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(862%) hue-rotate(171deg) brightness(91%) contrast(101%);
}

.testiminial1-review-icons ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.testiminial1-review-icons ul li i {
    font-size: 10px;
    color: #ff9c00;
}

.reviewSlider .slick-slide {
    opacity: 1;
}

.tes1-hadding h6 {
    font-size: 20px;
    font-weight: 800;
    color: var(--black);
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
}

.tes1-hadding p {
    color: #8d8d8d;
    max-width: 270px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.review-box:hover .testiminial1-top-review-icons img,
.reviewSlider .slick-slide.slick-current.slick-active.slick-center .review-box .testiminial1-top-review-icons img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(3deg) brightness(103%) contrast(106%);
}

.review-box:hover .testimonial-solider-single,
.reviewSlider .slick-slide.slick-current.slick-active.slick-center .review-box .testimonial-solider-single {
    box-shadow: none;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-image: linear-gradient(0deg, var(--themeColor) 0%, var(--themeColor2) 100%);
}

.review-box:hover .testimonial1-pera p,
.reviewSlider .slick-slide.slick-current.slick-active.slick-center .review-box .testimonial1-pera p {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.review-box:hover .testimonial1-bottom-img img,
.reviewSlider .slick-slide.slick-current.slick-active.slick-center .review-box .testimonial1-bottom-img img {
    transition: ease-in-out;
    transition-duration: 0.5s;
    border-color: var(--themeColor);
}

section.reviwe-sec.inner-reviw-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

section.reviwe-sec.inner-reviw-section .review-box {
    margin-bottom: 40px;
}

/* review-sec */



/* 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: 'Montserrat';
    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: 'Montserrat';
}

.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: 10px;
    border: 1px solid #c1c1c1;
}

.location-fields select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

.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: 10px;
    background-color: var(--white);
    border: 1px solid var(--textColor);
}

.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-btn a {
    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: 10px;
    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: 10px;
    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: 'Montserrat';
}

.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: 600;
    color: #7c7c7c;
}

.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;
    color: #7c7c7c;
    font-weight: 600;
    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 {
    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 30px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5d5d5;
    justify-content: space-between;
}

.instruction p {
    gap: 10px;
    display: flex;
    font-weight: 600;
    color: #7c7c7c;
    align-items: center;
    justify-content: flex-start;
}

.instruction p a {
    color: var(--black);
}

.instruction p i {
    font-size: 10px;
    color: #cccccc;
}

/* Checkout Ends */

/* inner-about-sec */

.inner-about-sec {
    padding: 100px 4%;
}

.inner-about-sec .why-choose-text p {
    font-weight: 600;
}

.about-img {
    width: 100%;
    height: 450px;
    min-height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 10px;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-about-sec .custom-space {
    margin-top: 50px;
}

.inner-about-sec .about_text {
    top: 0;
    max-width: 100%;
}

/* inner-about-sec */

/* Product Detail Starts  */

.productdetailsec {
    padding: 80px 3%;
}

.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 span {
    font-size: 20px;
}

.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: "Montserrat";
    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: "Montserrat", 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: 'Montserrat';
    color: var(--textColor);
}

.price h5 {
    display: flex;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 600;
    font-family: none;
    align-items: center;
    font-family: 'Montserrat';
    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;
}

.skin-2 .num-in input .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 */

/* policy */

.policy-sec {
    position: relative;
    padding: 100px 0px;
}

.policy-text {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: #2b2b2b;
    line-height: 1.8;
}

.policy-text h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
    color: #111;
}

.policy-text p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #444;
}

/* Optional: first heading spacing fix */
.policy-text h2:first-child {
    margin-top: 0;
}

/* policy */

/* trust-sec */

.trust-sec {
    position: relative;
    padding: 100px 4% 0px;
    background-image: url('../images/trusted-bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trust-sec::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    background-color: var(--themeColor);
}

.trust-sec .add-padding {
    z-index: 1;
    position: relative;
}

.trust-img {
    width: 100%;
    height: 450px;
    position: relative;
}

.trust-img img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.trust-text-1 ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.trust-text-1 ul li {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.trust-text-1 ul li img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(3deg) brightness(103%) contrast(106%);
}

.trust-text-1 ul li h6 {
    width: 115%;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    transition: ease-in-out;
    text-transform: uppercase;
    transition-duration: 0.5s;
}

.trust-img::before {
    top: 30px;
    left: -24%;
    z-index: 1;
    content: '';
    width: 150%;
    margin: auto;
    height: 180px;
    position: absolute;
    background-image: url(../images/trusted-img-before.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.trust-img::after {
    bottom: 0;
    left: -20%;
    width: 140%;
    content: '';
    height: 210px;
    position: absolute;
    background-color: var(--white);
    border-radius: 20px 20px 0px 0px;
}

.trust-text-1.trust-text-2 {
    margin-top: 100px;
}

.trust-sec .section-heading h2 {
    color: var(--white);
}

.trust-sec .section-heading p {
    color: var(--white);
    margin-bottom: 10px;
}

.trust-sec .section-heading {
    margin-bottom: 35px;
}

/* trust-sec */

/* get a free */

/* Form Start */

.form-control:disabled,
.form-control:read-only {
    background-color: #ffffff;
}

.input-group-text {
    background-color: #ffffff;
    border-left: 0;
}

.order-form .input-group {
    position: relative;
}

.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-color: #bdbdbd;
    color: #909091;
    font-family: 'Montserrat';
    border-radius: 10px !important;
    font-weight: 500;
    padding: 17px;
    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
    display: block;
    align-content: flex-end;
}

.submit-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

form.order-form ::placeholder {
    color: #909091;
}

.contact1 input::placeholder {
    color: #909091;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}

.order-form .input-group i {
    position: absolute;
    right: 0;
    pointer-events: none;
    height: 100%;
    width: 50px;
    z-index: 1;
    display: flex;
    border: none !important;
    align-items: center;
    justify-content: center;
}

.custom-row h3 {
    margin-bottom: 5px;
}

.custom-row ul {
    gap: 10px;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.custom-row ul li {
    font-size: 14px;
    font-weight: 500;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.custom-row .input-group {
    margin-bottom: 25px;
}

/* get a free */


/*contact-section start*/

section.contact-sec {
    padding: 100px 0px;
}

.cont-form input {
    width: 100%;
    padding: 15px 15px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    background-color: unset;
    outline: none;
}

.cont-form input::placeholder {
    font-size: 14px;
    color: #7f7f7f;
}

.cont-form textarea::placeholder {
    font-size: 14px;
    color: #7f7f7f;
}

.cont-form textarea {
    resize: none;
    width: 100%;
    height: 120px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: unset;
    border: 1px solid #e4e4e4;
}


.cont-txt p {
    width: 75%;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-map {
    height: 380px;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

/*contact-section end*/


/* footer */

.footerSec::before {
    top: 70px;
    width: 1px;
    z-index: 1;
    content: '';
    left: 37.5%;
    height: 100%;
    position: absolute;
    background-color: #414141;
}

.footerSec::after {
    top: 70px;
    width: 1px;
    z-index: 1;
    content: '';
    height: 100%;
    right: 37.5%;
    position: absolute;
    background-color: #414141;
}

.footerSec {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    color: var(--white);
    background-color: var(--headingColor);
    font-family: 'Montserrat', sans-serif;
}

.ftr_mid h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--white);
}

.ftr_mid h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--white);
    text-transform: uppercase;
}

.footerSec h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--white);
}

.ftr_logo {
    margin-bottom: 20px;
}

.foot_links ul li {
    margin-bottom: 10px;
}

.foot_links ul {
    columns: 2;
}

.footer_contact ul li {
    margin-bottom: 20px;
}

.footer_contact h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.footer_contact p {
    font-size: 12px;
    color: var(--white);
}

.foot_links ul li a,
.footer_contact ul li a {
    color: #a5a4a2;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.foot_links ul li a {
    line-height: 40px;
    color: var(--white);
    text-transform: uppercase;
}

.foot_links ul li a:hover,
.footer_contact ul li a:hover {
    color: #819a91;
}

.footer_contact ul li i {
    font-size: 15px;
    margin-right: 10px;
    color: var(--white);
}

.foot_links {
    padding-top: 20px;
}

.ftr_mid {
    text-align: center;
    margin-top: 20px;
}

.ftr_mid p {
    color: #9d9d9d;
    margin-bottom: 20px;
}

.footer_contact {
    padding-top: 20px;
    padding-left: 100px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_links a {
    width: 40px;
    height: 40px;
    opacity: 0.5;
    font-size: 16px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--white);
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.social_links a:hover {
    opacity: 1;
    transition: ease-in;
    transform: scale(1.1);
    transition-duration: 0.5s;
    color: var(--headingColor);
    background-color: var(--white);
}

.ftr_btm {
    padding: 25px 0;
    border-top: 1px solid #414141;
    background-color: var(--headingColor);
}

.ftr_btm p {
    color: #fff;
}

.ftr_btm-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* footer */


/*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*/