@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-image: url('../images/body-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

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

i {
    font-family: FontAwesome !important;
    font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.bg-color {
    background-color: #fff;
}

.txt-color {
    color: #d19e83;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 45%;
    margin: 0 auto 50px auto;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/***** 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: 'IvyMode-Thin';
    src: url('../fonts/IvyMode-Thin.ttf');
}


/***** 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;
}

.sec {
    padding: 80px 0;
}

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

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

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

/* Buttons Css Starts */

.theme1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    height: 45px;
    padding: 0 65px 0 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.theme1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d19e83;
    border-radius: 4px 0 0 4px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}















.theme2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f1f1f0;
    border: 1px solid #fff;
    color: #000;
    height: 45px;
    padding: 0 65px 0 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.theme2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #d19e83;
    border-radius: 4px 0 0 4px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}




/* Buttons Css Ends */

.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-family: 'IvyMode-Thin';
    font-size: 75px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'IvyMode-Thin';
    font-size: 78px;
    line-height: 85px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'IvyMode-Thin';
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'IvyMode-Thin';
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'IvyMode-Thin';
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'IvyMode-Thin';
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

p {
    color: #00000094;
    font-size: 14px;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
}

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

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

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

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

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


/*header css start */
header {
    padding: 20px 0 10px 0;
    background-color: #fff;
}
.header-logo img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    object-fit: contain;
}
.menuSec {
    padding: 0px 0;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

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

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    position: relative;
    text-decoration: none;
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 40px;
    z-index: 0;
    transition: ease-in;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}

.menu-box ul li a:hover {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
    transition-delay: 0.5s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.menu-box ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 0;
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
    z-index: -1;
}

.menu-box ul li a:hover::after {
    height: 100%;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 0.5s;
}


.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menu-box li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menu-box li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

.menu-box li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menu-box ul ul ul {
    left: 100%;
    top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


.search-box .search-main {
    display: none;
}

.search-active .search-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: #d19e83c4;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    gap: 30px;
}

.header-links ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0;
    height: 70px;
}

.header-links ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in;
    transition-duration: 0.5s;
}

.header-links ul li:hover {
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
}

.header-links ul li a, .search-ex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.header-links ul li:nth-child(2) {
    padding: 0 15px;
    border-left: 1px solid #00000061;
    border-right: 1px solid #00000061;
}

.header-links ul li:nth-child(1) {
    padding: 0 15px 0 15px;
    border-left: 1px solid #00000061;
}

.header-links ul li:nth-child(3) {
    padding: 0 15px 0 15px;
    border-right: 1px solid #00000061;
}

.search-cross {
    position: absolute;
    top: 5%;
    right: 5%;
}

.search-ex {
    cursor: pointer;
}

.search-input {
    width: 100%;
}

.search-input input {
    width: 100%;
    height: 50px;
    background-color: #0000;
    border: 1px solid #fff;
    padding: 0 40px 0 20px;
    border-radius: 100px;
    outline: none;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.search-input input::placeholder {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.search-input input:focus {
    color: #000;
    background-color: #fff;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.5s;
}


.search-input input:focus::placeholder {
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.search-main form {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.search-input-icon-main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.search-icon {
    position: absolute;
    top: 10%;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.search-icon i {
    color: #fff;
}

.search-cross button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #fff;
    background-color: #d19e83;
    transition: ease-in;
    transition-duration: 0.5s;
}

.search-cross button:hover {
    border: 1px solid #0000;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.search-cross button i {
    color: #fff;
    font-size: 20px;
}

.search-ex span.header-links-txt, .header-links ul li a span.header-links-txt {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    transition: ease-in;
    transition-duration: 0.5s;
}

.header-links ul li:hover .search-ex span.header-links-txt, .header-links ul li:hover span.header-links-txt {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.search-ex span.header-links-icon i, .header-links ul li a span.header-links-icon i {
    color: #757575;
    font-size: 20px;
    font-weight: 300;
    transition: ease-in;
    transition-duration: 0.5s;
}

.header-links ul li:hover .search-ex span.header-links-icon i, .header-links ul li:hover span.header-links-icon i  {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/*header css Ends */

/*Banner Css Starts */

.banner-main-image {
    width: 85%;
    margin: 0 auto;
    position: relative;
}

.banner-main-image::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 90%;
    height: 105%;
    background-color: #fff;
    clip-path: polygon(10% 0%, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
    z-index: 1;
}

.main-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.carousel-item {
    height: 100vh;
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.banner_text p {
    color: #fff;
}

.banner_img {
    width: 85%;
    margin: 0 auto;
    clip-path: polygon(10% 0%, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
    position: relative;
    z-index: 9;
    height: 560px;
}

.banner_img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 620px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.slider-counter {
    position: absolute;
    top: 30%;
    right: 45%;
    z-index: 1;
    gap: 150px;
    font-size: 21px;
    line-height: 1;
    color: #22222287;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider-counter::Before {
    content: '';
    position: absolute;
    top: 20%;
    right: 40%;
    height: 40%;
    border-right: 1px solid #000;
}

.slider-counter span#current-slide {
    font-size: 32px;
    line-height: 1;
    color: #000;
}

.slider-counter-ex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.carousel-control-prev, .carousel-control-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #fff;
    top: unset;
    bottom: 20%;
    background-color: #000;
}

.banner-arrow {
    position: absolute;
    height: 10%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/*Banner Css Ends*/

/*Inner Banner Css Starts*/

.inner_banner_text {
    width: 45%;
    margin: 0 auto;
    text-align: center;
}

.inner_banner_text h1 {
    margin: 0 auto;
}

section.inner-banner .carousel-caption {
    background-color: #0000;
}

section.inner-banner .carousel-item {
    height: 550px;
}

section.inner-banner .about-left-img img {
    height: 550px;
    object-position: -180px 0;
}

.banner-socials-main {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30%;
    z-index: 1;
    height: 100%;
    width: 5%;
}

.banner-socials-main::before {
    content: '';
    position: absolute;
    top: 38%;
    left: 50%;
    height: 24%;
    border-left: 2px solid #bababa;
}

.banner-socials-txt h6 {
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 20px;
    writing-mode: sideways-rl;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-socials-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-socials-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #bababa;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-socials-links ul li a:hover {
    background-color: #0000;
}

.banner-socials-links ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95%;
    width: 95%;
    color: #bababa;
    background-color: #fff;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-socials-links ul li a:hover i {
    color: #fff;
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
}

/*Inner Banner Css Ends*/

/*About Us Sec Css Starts*/

section.about-sec {
    padding: 120px 0;
}

section.about-sec .row {
    position: relative;
}

.about-left {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 30px;
    flex-direction: column;
    width: 100%;
}

.about-left-txt {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

.about-left-img {
    width: 100%;
}

.about-left-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 5px;
}

.about-left-txt h4 {
    font-size: 34px;
    line-height: 40px;
}

.about-left .about-left-txt p {
    width: 80%;
}

.about-right-txt h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}

.about-right-txt h2 span {
    font-size: 78px;
    line-height: 85px;
}

.about-right {
    position: absolute;
    top: 8%;
    right: 0;
    width: 34%;
    background-color: #000;
    padding: 60px 40px;
    clip-path: polygon(10% 0%, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}

.about-right-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.about-right-txt p {
    color: #fff;
}

/*About Us Sec Css Ends*/

/*Products Sec Css Starts*/

.products-heading * {
    color: #fff;
}

.products-tabs-btn-main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52%;
    margin: 0 auto 50px auto !important;
    background-color: #fff;
    height: 70px;
}

.products-tabs-btn-main ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-tabs-btn-main ul li:hover {
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
}

.products-tabs-btn-main ul li button.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0 40px;
    border-radius: 0 !important;
    border-right: 1px solid #00000040;
    border-left: 1px solid #00000040;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-tabs-btn-main ul li:hover button.nav-link {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.products-tabs-btn-main ul li button.nav-link.active {
    background-color: #d19e83;
    height: 100%;
}

.products-tabs-btn-main ul li:nth-child(1) button.nav-link {
    border-left: none;
    border-right: none;
}

.products-tabs-btn-main ul li:nth-child(2) button.nav-link, .products-tabs-btn-main ul li:nth-child(3) button.nav-link {
    border-right: none;
}

.products-tabs-btn-main ul li:nth-child(4) button.nav-link {
    border-right: none;
}

.products-card {
    padding: 20px;
    margin: 0 0 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    height: auto;
}

.products-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-image: url('../images/products-card-bg.png');*/
    /*background:#fff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-card-img-main {
    position: relative;
    z-index: 999;
    width: 100%;
    margin-bottom:25px;
}

.products-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 410px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-card:hover .products-card-img img {
    scale: 1.1;
    transition: ease-out;
    transition-duration: 0.5s;
}

.products-card-img img.products1 {
    object-position: 0 -90px;
}

.products-card-img img.products2 {
    object-position: 0 -20px;
}

.products-card-img img.products3 {
    object-position: 0 -5px;
}

.products-card-img img.products4 {
    object-position: 0 -5px;
}

.products-card-img img.products5 {
    object-position: 0 -80px;
}

.products-card-img img.products6 {
    object-position: 0 -150px;
}

.products-card-img img.products7 {
    object-position: 0 -30px;
}

.products-card-img img.products8 {
    object-position: 0 -190px;
}

.products-card-img img.products9 {
    object-position: 0 -50px;
}



.products-card-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-card-icon a:hover {
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.5s;
}

.products-card-icon a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-card-icon a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(296deg) brightness(107%) contrast(99%);
    transition: ease-out;
    transition-duration: 0.5s;
}

.products-card-txt {
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}


.products-card-txt h4 {
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.products-card-txt h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.5s;
}


.products-card-txt h4:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

/*.mask1 {*/
/*  -webkit-mask-image: url('../images/mask1.png');*/
/*  mask-image: url('../images/mask1.png');*/
/*  mask-repeat: no-repeat;    */
/*}*/

.mask2 {
  -webkit-mask-image: url('../images/mask2.png');
  mask-image: url('../images/mask2.png');
  mask-repeat: no-repeat;    
}

.mask3 {
  -webkit-mask-image: url('../images/mask3.png');
  mask-image: url('../images/mask3.png');
  mask-repeat: no-repeat;    
}

.products-card-reviews-star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.products-card-reviews-star ul li a i {
    color: #ff9b0b;
    font-weight: 900;
}

.products-card-reviews {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.products-card-reviews-txt h6 {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #000;
}

/*Products Sec Css Ends*/

/*Set Sec Css Starts*/

.set-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.set-left::before {
    content: '';
    position: absolute;
    bottom: 31%;
    right: 20%;
    height: 190px;
    width: 100vw;
    background-color: #d19e83;
}

.set-left-img {
    width: 100%;
}

.set-left-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 545px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.set-left-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.set-left-txt h5 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    padding: 0 0 10px 0;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.set-left-txt h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d19e83;
    width: 40%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.set-left:hover .set-left-txt h5::Before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.set-right-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
    width: 90%;
    margin: 0 0 0 auto;
}

.set-right-main::before {
    content: '';
    position: absolute;
    bottom: 5%;
    left: 20%;
    height: 190px;
    width: 100vw;
    background-color: #d19e83;
}

.set-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.set-right-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.set-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.set-cta {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.set-cta-txt h6 {
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000b8;
}

.set-cta-txt h5 {
    position: relative;
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #d19e83;
    display: inline-flex;
}

.set-cta-txt h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #d19e83;
    width: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.set-cta:hover .set-cta-txt h5::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.set-right-img {
    width: 100%;
}

.set-right-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 425px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

/*Set Sec Css Ends*/

/*Set Sec Css Ends*/

.testimonial-heading * {
    color: #fff;
}

.testimonial-heading {
    width: 65%;
}

.testimonial-card-main {
    position: relative;
    margin: 30px 0;
}

.testimonial-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 20px;
    padding: 60px 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 310px;
    /* clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%); */
}

.testimonial-card-star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.testimonial-card-user-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.testimonial-card-user-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    object-fit: cover;
    object-position: 0 0;
}

.testimonial-card-user-txt h5 {
    font-size: 19px;
    line-height: 25px;
    color: #fff;
}

.testimonial_slider .slick-current .testimonial-card-user-txt h5 {
    color: #000;
}

.testimonial-card-user-txt h6 {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
}

.testimonial_slider .slick-current .testimonial-card-user-txt h6 {
    color: #000;
}

.testimonial-card-txt p {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.testimonial_slider .slick-current .testimonial-card-txt p {
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.testimonial-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: #d19e83;
    padding: 12px;
    position: absolute;
    top: -6%;
    left: 12%;
    box-shadow: #0000002b 0 0 20px 0;
    z-index: 9;
}

.testimonial_slider .slick-current .testimonial-card .testimonial-card-icon
{
    background-color: #d19e83;
}

.testimonial-card-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.testimonial_slider .slick-active {
    opacity: 1;
}

.testimonial_slider .slick-slide {
    margin: 0 10px;
}

/* .testimonial_slider .slick-slide .testimonial-card-main {
    width: 85%;
    margin: 30px 0 30px auto;
}

.testimonial_slider .slick-current .testimonial-card-main {
    width: 110%;
} */

.testimonial_slider .slick-current .testimonial-card {
    background-color: #fff;
    /* padding: 60px 50px; */
    border-radius: 10px;
    clip-path: polygon(10% 0%, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 10%);
}

.slick-current .testimonial-card-icon {
    background-color: #d19e83;
}

.testimonial_slider button {
    display: flex;
    align-items: center;
    justify-self: center;
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

.testimonial_slider button.slick-next::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-image: url('../images/testimonial-arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial_slider button.slick-prev::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-image: url('../images/testimonial-arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial_slider .slick-next {
    right: -45px;
}

.testimonial_slider .slick-prev {
    left: -45px;
}

/*Set Sec Css Ends*/

/*Best Sec Css Starts*/

.best-heading * {
    color: #000;
}

section.best-sec .products-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*border:1px solid;*/
    /*background-image: url(../images/products-card-bg-ex.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Best Sec Css Ends*/


/*Footer-Start*/

.footer-sec {

    background: #111111;

}



.dv2footer {

margin-left: 0;

border-right: 1px solid #a7a7a7;

height: 100%;

padding: 30px 0 0 40px;
}



ul.ul1footer li {

    padding: 3px 0px;

}



.dv1footer .logo-text a {

    font-size: 31px;

    line-height: 35px;

}



.dv1footer p {

    margin-top: 27px;

    color: #b7b7b7;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

}



ul.ul1footer li {

    font-size: 14px;

    font-weight: 500;

    color: #d2d2d2;

}



.footer h3 {

font-size: 28px;

color: #dee0e0;

font-weight: 400;

margin-bottom: 10px;

text-transform: capitalize;

/* padding: 0 0 2px 0; */

/* border-bottom: 1px solid #fff; */

display: inline-flex;
}



.footer {

background-color: #272727;

padding: 50px 0px 25px;
}



ul.ul1ftbottom li a {

    font-size: 18px;

    color: #ffff;

}



ul.ul1footer li a {

    color: #d2d2d2;

    font-family: "Montserrat", sans-serif;

    text-transform: capitalize;

}



ul.ul2footer li {

    padding: 11px 0px;

    font-size: 12px;

    font-family: 'Montserrat';

    font-weight: 500;

    align-items: center;

    text-transform: capitalize;

    display: flex;

    align-items: center;

    justify-content: start;

    gap: 10px;
}



ul.ul2footer li a {

    color: #c1c1c3;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;
    transition: ease-in;
    transition-duration: 0.5s;

}



ul.ul1footer li a:hover {

color: #d19e83;
transition: ease-out;
transition-duration: 0.5s;
}



ul.ul2footer li a:hover {

color: #d19e83;
}





ul.ul2footer li i {

    font-size: 23px;

    color: #ffe898;

    margin-right: 18px;

}



.dv3footer {

margin-left: 35px;

padding: 30px 0 40px;
}



ul.ul1ftbottom {

    display: flex;

    gap: 25px;

    margin-bottom: 0px;

}



.dv1ftbottom {

    display: flex;

    justify-content: space-between;

    border: 1px solid #a7a7a7;

    padding: 25px 35px;

    align-items: center;

    border-radius: 10px;

}



.dv1ftbottom p {

    margin-bottom: 0px;

    font-size: 15px;

    color: #d2d2d2;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;

}



ul.ul1ftbottom li i:hover {

    color: #1d75ec;

    transition: 0.5s;
}



.dv1footer {

padding: 30px 0 0;

height: 100%;

border-right: 1px solid #a7a7a7;

padding-right: 40px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #232323;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-bottom ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    color: #fff;
    /* border: 1px solid #fff; */
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-bottom ul li a i:hover {
    background-color: #d19e83;
    /* border: 1px solid #0000; */
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 300;
}

.footer-bottom p a {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'Poppins';
    margin: 0;
    font-weight: 300;
    transition: ease-in;
    transition-duration: 0.5s;
}

.footer-bottom p a::Before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-bottom p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

section.custom-sec.sec {
    padding-top: 0;
}

/*Footer-End*/

/*About Us Page Starts*/

section.inner-about-sec {
    padding: 100px 0 80px 0;
}

section.inner-about-sec .about-right {
    position: relative;
    width: 90%;
    top: unset;
    right: unset;
    background-color: #0000;
    padding: 0;
    clip-path: unset;
    margin: 0 auto;
}

section.inner-about-sec .about-right-txt h2 {
    color: #000;
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

section.inner-about-sec .about-right-txt p {
    color: #00000094;
}

.about-bottom {
    margin: 80px 0 0 0;
}

section.misvsi-sec {
    padding: 0 0 80px 0;
}

.misvsi-img-main {
    position: relative;
}

.misvsi-img-main::before {
    content: '';
    position: absolute;
    /*background-color: #d19e83;*/
    width: 100%;
    border-radius: 20px;
}

.misvsi-right-img-main::before {
    width: 80%;
    height: 440px;
    right: 0;
    top: -15px;
}

.misvsi-left-img-main::before {
    width: 80%;
    height: 440px;
    left: -20px;
    top: -15px;
}

.misvsi-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 425px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.misvsi-txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.misvsi-space {
    width: 80%;
    margin: 0 auto 60px auto;
}

.misvsi-txt-main-right {
    text-align: end;
}

.misvsi-txt-main-right .misvsi-txt {
    width: 90%;
    margin: 0 auto 0 0;
}

.misvsi-txt-main-left .misvsi-txt {
    width: 98%;
    margin: 0 0 0 auto;
}

.misvsi-txt h4 {
    font-size: 60px;
    line-height: 65px;
}

/*About Us Page Ends*/



/*Product page Start*/
section.productdetail {
    padding: 100px 0px;
}

section.productdetail .container-fluid {
    width: 99%;
}

section.productdetail .products-card-img img.products1 {
    object-position: 0 -30px;
}


section.productdetail .dd-button {
    margin-bottom: 20px;
    border: 0;
    text-transform: uppercase;
    padding: 14px 10px 14px 30px;
    cursor: pointer;
    font-size: 24px;
    background-color: #d19e83;
    border-radius: 10px;
}

section.productdetail .dd-button h3 {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    margin: 0;
}

ul.ul1prodetail h3 span {
    float: inline-end;
}

ul.ul1prodetail h3 span a i {
    color: #000;
}

.ul1prodetail li {
    font-family: "Poppins";
    font-size: 14px;
    color: #000;
}

/* Dropdown */

.dropdown {
    width: 100%;
    margin-bottom: 40px;
}

.dd-menu li:last-child {
    border-bottom: 0px !important;
}

.dd-input {
    display: none;
}

section.productdetail .row.conts {
    align-items: center;
    margin-top: 11px;
    margin-bottom: 50px;
}

.dd-menu {
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    list-style-type: none;
}

.dd-input+.dd-menu {
    display: none;
}

.dd-input:checked+.dd-menu {
    width: 100%;
    margin: 0px auto;
    display: inline-block;
    position: unset;
    margin-top: 20px;
}

.dd-menu li {
    white-space: nowrap;
    padding: 15px 40px;
    line-height: 25px;
    text-transform: capitalize;
    box-shadow: 0px 0px 1px 1px #dddddd;
    margin-bottom: 7px;
    transition: 0.9s;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 16px;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

select#categories {
    padding: 17px 20px;
    border: none;
}

select#categories option {
    padding: 17px 20px;
}

ul.ul2prodetail h3 {
    margin-bottom: 20px;
    border: 0;
    text-transform: uppercase;
    padding: 14px 10px 10px 30px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background-color: #d19e83;
    border-radius: 10px;
}

ul.ul2prodetail li a input {
    display: none;
}

ul.ul2prodetail li a {
    color: #222222;
    font-size: 16px;
}

ul.ul2prodetail li span {
    font-family: "poppins";
    color: #222222;
    font-size: 16px;
}

ul.ul2prodetail li {
    white-space: nowrap;
    padding: 15px 40px;
    line-height: 25px;
    text-transform: capitalize;
    box-shadow: 0px 0px 1px 1px #dddddd;
    margin-bottom: 10px;
    transition: 0.9s;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 16px;
}

.prod-sec-prod-pg {
    margin-top: 30px;
}

section.productdetail .pd-box {
    margin-bottom: 50px;
}

.heading-prd {
    position: relative;
}

.heading-prd h5 {
    font-size: 26px;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
}

.sort p {
    font-family: 'Montserrat';
    color: #666666;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    text-align: right;
}

ul.view-pd {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    gap: 20px;
    align-items: center;
}

ul.view-pd li span {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/*Product page End*/


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

section.pd-details {
    padding-top: 100px;
    position: relative;
    padding-bottom: 30px;
}

.product-main {
    position: relative;
}

.product-main.i:after {
    background: unset;
}

.product-main:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 19px;
    background: #d9cdc9;
    width: 110%;
    height: 1px;
}

.product-main:after {
    content: '';
    position: absolute;
    left: 104%;
    top: 0;
    background: #d9cdc9;
    width: 1px;
    height: 452px;
}

.product-main.i:before {
    width: 100%;
}

.product-main.e:after {
    height: 431px;
}

section.pd-details .pd-dt-img img {
    position: relative;
    transition: 0.5s;
    width: 100%;
}

section.pd-details .pd-dt-img {
    position: relative;
    padding-right: 20px;
}

section.pd-details .pd-dt-img img:hover {
    filter: brightness(0.6);
    cursor: pointer;
}

section.pd-details h3 {
    color: #394136;
    font-size: 36px;
    line-height: 41px;
}

section.pd-details h3 span.price {
    float: right;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    background-color: #d19e83;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.pd-details .pd-rate {
    margin-bottom: 10px;
}

section.pd-details p {
    font-size: 16px;
    line-height: 29px;
    color: #636363;
}

.detail-product-btn {
    margin-top: 20px;
}

section.pd-details .pd-rate ul {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding-top: 8px;
}

section.pd-details .pd-rate ul li a i {
    color: #ffba00;
    font-size: 22px;
    transition: 0.9s;
    cursor: pointer;
}

section.pd-details .pd-rate ul:hover li a i {
    color: #000;
    transform: rotate(360deg) scale(1.2);
}

section.pd-details .pd-rate ul li:last-child a i {
    color: #cccccc;
}

section.pd-details .pd-rate ul:hover li:last-child a i {
    color: #000;
}

section.pd-details .pd-rate ul li:nth-last-child(2) a i {
    color: #cccccc;
}

section.pd-details .pd-rate ul:hover li:nth-last-child(2) a i {
    color: #000;
}

section.pd-details .descp {
    margin-bottom: 25px;
}

section.pd-details .number-item {
    position: relative;
}

section.pd-details .number-item li h5 {
    font-weight: 500;
    color: #394136;
    margin-right: 40px;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.pd-details .number-item li.inc {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0px 0px;
    color: #000;
    font-size: 15px;
}

section.pd-details .number-item li.inc input.input-number {
    border: 2px solid #e5e5e5;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    width: 70px;
    border-radius: 10px;
}

section.pd-details .number-item li.inc::placeholder {
    font-weight: 600;
}

section.pd-details .number-item li.inc span {
    border: 1px solid #d6d6d6;
    font-weight: 500;
    font-size: 15px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 45px;
}

section.pd-details .number-item li.inc span:hover {
    color: #fff;
    cursor: pointer;
    border-color: transparent !important;
    background-color: #d19e83;
}

section.pd-details .number-item ul {
    margin-bottom: 22px;
}

section.pd-details ul.product-tage {
    position: relative;
}

section.pd-details ul.product-tage li {
    display: grid;
    grid-template-columns: 1fr 11fr;
    align-items: center;
    margin-bottom: 6px;
}

section.pd-details ul.product-tage li span {
    color: #636363;
    line-height: 30px;
}

section.pd-details .pd-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0px auto;
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}

section.pd-details .pd-gallery img {
    transform: scale(1.2);
    transition: 0.5s;
}

section.pd-details .colLeft {
    position: relative;
}

section.pd-details .pd-gallery img:hover {
    transform: unset;
    filter: brightness(0.5);
    cursor: pointer;
}

section.pd-detail .pd-dt-content {
    padding-left: 20px;
}

section.pd-details .pd-dt-content {
    padding-left: 20px;
    padding-top: 30px;
}

.product-disc {
    padding-bottom: 100px;
    overflow: hidden;
}

.product-disc .nav-tabs .nav-link {
    padding: 20px 50px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background-color: #f1f1f1;
    letter-spacing: 1px;
    border-radius: 4px !important;
    transition: 0.9s;
    font-family: 'IvyMode-Thin';
    text-transform: uppercase;
    color: #000;
}

.product-disc .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #d19e83;
}

.product-disc .nav-tabs .nav-link:hover {
    background-color: #222222 !important;
    color: #fff;
    transform: translate(0px, -10px);
}

.product-disc .nav-tabs li.nav-item {
    margin-bottom: 40px;
}

.product-disc .tab-content p {
    padding-top: 15px;
    color: #636363;
    line-height: 35px;
    font-size: 17px;
}

.product-disc .nav-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #e3e3e3;
}

/* reives */

.tab-content input[type="text"] {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    color: var(--black-color);
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.tab-content textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    color: var(--black-color);
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.tab-content h6 {
    /* margin-top: 30px; */
    /* color: var(--black-color); */
    /* font-size: 25px; */
    /* margin-bottom: 20px; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}

.rev-btn button {
    border: 1px solid #d19e83;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 12px;
    background-color: #d19e83;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating>input:checked~label {
    color: var(--secondary-color);
}

.rating:not(:checked)>label:before {
    content: "\f006 ";
    font-family: "fontawesome";
    font-size: 30px;
    margin: 0px 8px;
}

.rev-btn {
    margin-top: 20px;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 50px;
    color: #666;
    font-family: "Roboto", sans-serif;
}

div#reviews button.btn-1.tabs-btn {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 14px 60px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #e7e5e6;
    background-color: #eee8da;
    color: #000;
    border: 0px;
    font-weight: 500;
}

div#reviews button.btn-1.tabs-btn:hover {
    background-color: #000;
    color: #fff;
}

.description .tab-content textarea::placeholder {
    color: #9e9e9e;
    font-family: "Poppins";
}

.buttn.my-2 a.p-btn {
    display: inline-block;
    padding: 14px 40px;
}

.buttn.my-2 a.p-btn span {
    display: inline-block;
}

section.pd-details ul.product-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    position: absolute;
    bottom: -70px;
    right: 0;
    left: 0;
}

section.pd-details ul.product-gallery li a {
    display: block;
    position: relative;
    transition: 1.2s;
}

section.pd-details ul.product-gallery li a img {
    position: relative;
    transition: 0.9s;
    cursor: pointer;
}

section.pd-details ul.product-gallery li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 98%;
    background: #222222;
    top: 2px;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    transition: 0.9s;
    opacity: 0;
    display: table;
    margin: 0px auto;
}

section.pd-details ul.product-gallery li a:hover:before {
    width: 0%;
    opacity: 1;
}

section.pd-details ul.product-gallery li a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: transparent;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    transition: 0.9s;
    display: table;
    outline: 9px solid #ffba00;
    outline-offset: -10px;
    opacity: 0;
    margin: 0px auto;
}

section.pd-details ul.product-gallery li a:hover:after {
    width: 100%;
    opacity: 1;
}

section.pd-details ul.product-gallery li a:hover {
    transform: translate(0px, -6px);
}

section.pd-details  .slick-active {
    opacity: 1;
}

.productdetailportion img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 565px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin: 0 0 20px 0;
    object-position: 0 0;
}

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

.productdetailsmallportion img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 12px 0 #0000003d;
    margin: 5px 0;
    object-fit: cover;
    object-position: 0 0;
}

/* product detials page  */

/* Testimonial Page  */

section.inner-testimonial-sec .testimonial-card-txt p, section.inner-testimonial-sec .testimonial-card-user-txt h5, section.inner-testimonial-sec .testimonial-card-user-txt h6 {
    color: #000;
}

section.inner-testimonial-sec .testimonial-card {
    background-color: #f9f9f9;
    clip-path: polygon(10% 0%, 100% 0, 100% 80%, 90% 100%, 0 100%, 0% 20%);
}

/* Testimonial Page  */


/*login start*/
section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
}
.login-txt form input::placeholder {
    color: #c7c7c7;
}
.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}
.login-txt h3 {
    font-size: 30px;
    /* font-family: 'Recoleta'; */
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px 0;
    font-weight: 200;
    text-transform: uppercase;
}
.password-box {
    position: relative;
}
.password-box-input input {
    padding: 10px 40px 10px 20px;
}
.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}
.password-icon span {
    color: #000;
    cursor: pointer;
}
.login-txt {
    padding: 45px 25px 35px;
    background-color: #fdfdfd;
    box-shadow: 0 0 3px 0 #00000038;
}
.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 300;
}
.login-txt form button {
    width: 100%;
    color: #fff;
    /* border-radius: 30px; */
    padding: 10px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    background-color: #b07c57;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
}

li.head-ex {
    text-decoration: underline;
}

/*login end*/


/*CONTACT PAGE CSS START*/

.contact_page {
    padding: 12% 0 130px;
    position: relative;
}

.contact_form {
    padding: 50px;
    position: relative;
    z-index: 99999;
}

.contact_form h2 {
    font-size: 85px;
    font-family: 'IvyMode-Thin';
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000;
}

.contact_form p {
    font-size: 14px;
    color: #969696;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    /* padding-right: 50px; */
}

.contact_form form input {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
    border: 1px solid #00000033;
    margin-bottom: 20px;
}

.contact_form form textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    color: #000;
    border: 1px solid #00000033;
    border-radius: 0;
    margin-bottom: 20px;
    height: 140px;
    resize: none;
}

.contact_form form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
}

.contact_form form textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
}

.contact_form form button {
    text-transform: uppercase;
}

.contact_form::after {
    content: '';
    position: absolute;
    width: 140%;
    height: 105%;
    background: #fff;
    box-shadow: 0 0 20px #00000012;
    left: 0;
    top: 22px;
    z-index: -1;
    transform: translateY(-5%);
    /* border-radius: 30px; */
    z-index: -1;
}

.contact_detail {
    background-color: #d19e83;
    color: #fff;
    padding: 90px 58px 66px;
    /* height: 100%; */
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    /* margin-right: 28px; */
    margin-top: 110px;
    z-index: 9999999;
    position: relative;
}

.contact_detail ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact_detail ul li img {
    margin-right: 20px;
}

.contact_detail h2 {
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'IvyMode-Thin';
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 29px;
    margin-bottom: -5px;
    gap: 20px;
    width: 100%;
}

.ctct-detl ul li {
    display: inline-block;
}

.ctct-detl ul li a {
    color: #fff;
}

.ctct-detl ul li span {
    display: block;
}
section.contact_page img.chilli-product {
    top: 150px;
    right: 40px;
}
/*CONTACT PAGE CSS END*/

/* Cart Page Css Starts */

.add-to-cart thead {
    background: #1e1e1e;
}

.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.add-to-cart thead tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.table-space h3 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 60%;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Montserrat", serif;
}

.table-space span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #464646;
}

.table-space {
    margin-top: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

tr.space {
    border-bottom: 1px solid #ccc;
}

section.add-to-cart {
    padding: 5% 0;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #0000;
    font-size: 23px;
    color: rgb(0 0 0);
    font-weight: 500;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: rgb(0 0 0);
    font-weight: 400;
    text-decoration: none;
}

.add-to-cart h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

a.remove {
    color: #fff;
    font-size: 29px;
    padding: 8px 15px;
    height: 45px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e5e5;
    background-color: #d19e83;
    border-radius: 0px;
}

.total-section {
    border: 1px solid #e5e5e5;
    padding: 30px 40px;
    background: #f9f9f9;
    /* border-radius: 20px; */
}

.total-section ul {
    /*font-family: 'trajan';*/
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 20px;
    padding-bottom: 20px;
    color: #828282;
}

li.color-change {
    color: #333333;
    text-transform: uppercase;
    color: #d19e83;
    font-weight: 600;
    font-size: 23.96px;
    font-family: "Montserrat", sans-serif;
}

.total-section li.color-change span {
    font-weight: 600;
    font-size: 23.96px;
    color: #d19e83;
}

.total-section li span {
    float: right;
    color: #828282;
}

.ship-estimate {
    background-color: #f9f9f9;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    margin-top: 138px;
    /* border-radius: 25px; */
}


.ship-estimate li {
    font-size: 22px;
    color: #c5957c;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #828282;
    font-size: 18px;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.number-input-container {
    position: relative;
}

button.minus-btn {
    left: 15px;
    position: absolute;
    height: 25px;
    width: 25px;
    display: flex;
    top: 12px;
    border-radius: 50%;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
}


button.plus-btn {
    right: 15px;
    position: absolute;
    height: 25px;
    width: 25px;
    display: flex;
    top: 12px;
    border-radius: 50%;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
}

.proceed a {
    color: #d19e83;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
}

.proceed .checkout-btn {
    border: none;
    padding: 20px;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background-color: #d19e83;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #c0c0c0;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 20px;
    background: #f9f9f9;
}

.or-amazon p {
    font-size: 13px;
    position: absolute;
    background: #f9f9f9;
    top: -14px;
    left: 118px;
    padding: 0px 50px;
    color: #5b5b5b;
    display: block;
    text-transform: uppercase;
    border: 1px solid #c0c0c0;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    /* padding: 0 10px; */
    background: #f6f6f6;
    border-radius: 10px;
    border: 1px solid #cacaca;
    align-items: center;
    object-position: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img img {
    object-position: 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 20px;
    font-weight: 200;
    /* font-family: "Oswald", serif; */
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize;
    background-color: #d19e83;
}

.table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.number-item .skin-2 .num-in span {
    border-radius: 200px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}

.number-item .num-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-item .skin-2 .num-in {
    border-radius: 0;
    cursor: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #0000004d;
    height: 60px;
}

.skin-2 .num-in input {
    width: 40%;
}

a.remove {
    height: 45px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}


.number-item .skin-2 .num-in span {
    border-radius: 200px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
}

.number-item .num-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-item .skin-2 .num-in {
    border-radius: 0;
    cursor: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #0000004d;
    height: 60px;
}

.skin-2 .num-in input {
    width: 40%;
}


.number-item .skin-2 .num-in span {
    border-radius: 200px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
}

.number-item .num-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-item .skin-2 .num-in {
    border-radius: 0;
    cursor: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #0000004d;
    height: 60px;
    gap: 20px;
}

.skin-2 .num-in input {
    width: 40%;
}

.skin-2 .num-in span:hover {
    background-color: #d19e83;
    transition: ease-out;
    transition-duration: 0.2s;
    border: 1px solid #0000;
}

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

.skin-2 .num-in span:hover::before, .skin-2 .num-in span:hover::after {
    background-color: #fff;
}

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

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    /* background-color: #f0f0f0; */
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* Cart Page Css Ends */


/* Checkout Page Start */

.billing_form h3 {
    font-size: 44px;
    line-height: 1;
    margin: 0;
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000000;
    /* font-style: italic; */
}

.billing_form label {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: 500;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 10px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    background: #fff;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
}

.cart_sidebar h3 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    /* font-style: italic; */
}

.unique-counter {
    text-align: center;
}

div#counter span {
    color: rgb(0, 0, 0);
    font-size: 240px;
    line-height: 220px;
}

div#counter p {
    color: #000000;
    font-size: 50px;
    margin: 0;
}

.item h2 {
    font-size: 240px;
}


.cart_sidebar .h-sub {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    color: #000000;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    color: #000000;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #d19e83;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0 !important;
    font-size: 20px;
    border: none;
    border-radius: 80px !important;
    font-weight: 400;
    border-radius: 15px;
    text-transform: capitalize;
    background-color: #d19e83;
    font-family: 'Montserrat';
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000;
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background: #d19e83;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    /* border: 1px solid #8080806e; */
    padding: 40px 25px;
    border-radius: 0;
}

span.chk-price {
    color: #d19e83;
}

/* Checkout Page End */