@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

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

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: "zolina";
    src: url(../fonts/zolina.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;
}

.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-family: "zolina";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "zolina";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "zolina";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "zolina";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "zolina";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

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

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*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;
    width: 45%;
    margin-left: auto;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #a5a5a5;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-weight: 500;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000;
}

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

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

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

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

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

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

.menuSec ul:after {
    clear: both;
}

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

.menuSection {
    padding: 10px 0;
}

.container-fluid {
    padding: 0 5%;
}

header {
    background: #fbfbfb;
}

header .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

.header-btn a {
    font-size: 30px;
    color: #000;
    position: relative;
    z-index: 1;
}

.header-btn a>span {
    font-size: 12px;
    background: #c5a2fe;
    color: #fff;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: -10px;
}


/*header css start */


/* Home Banner Start */

.home-baner-text h1 {
    font-size: 125px;
    color: #302c2c;
    text-transform: capitalize;
    display: grid
;
    line-height: 140px;
}

.home-baner-text p {
    font-size: 14px;
    color: #302c2c;
    position: relative;
    z-index: 1;
    padding-left: 120px;
    margin: 20px 0;
}

.home-baner-text p::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    left: 0;
    top: 15px;
    margin: auto;
}

.home-baner-text a {
    font-size: 14px;
    color: #ff7200;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 auto 0 120px;
}

.home-baner-slider .slick-slide {
    margin: 0;
}

.home-baner-slider .slick-prev,
.home-baner-slider .slick-next {
    top: auto;
    bottom: -6.5%;
    left: 10%;
}

.baner-image {
    margin: 20px 20px 20px 20px;
    text-align: center;
}

.baner-image img {
    box-shadow: 1px 10px 20px 2px #989898b3;
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 500px;
    display: block;
}

.ban-price a {
    margin-top: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 250px;
    height: 65px;
    background: #c5a2fe;
    border-radius: 70px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.ban-price a::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    background: #fff;
    left: -64px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.home-baner-content-list ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 20px 0;
    padding: 10px 10px 10px 10px;
    box-shadow: -3px 1px 11px 3px #989898bf;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    position: relative;
    z-index: 1;
    width: 100vw;
    transition: .3s all;
    cursor: pointer;
}

.home-baner-content-list ul li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 60px;
    box-shadow: 0 0 11px 1px #989898;
}

.ban-list-text p {
    font-size: 14px;
    color: #302c2c;
}

.home-baner-content-list ul li:hover {
    background: #ff7200;
    transform: scale(1.05);
}

.home-baner-content-list {
    margin-left: 100px;
    margin-top: -160px;
}

.home-baner-content-list ul li:hover * {
    color: #fff;
}

.home-baner-slider {
    width: 550px;
    text-align: center;
}

.home-banner-sec .row {
    align-items: center;
}

.home-banner-sec {
    padding-top: 50px;
    overflow: hidden;
}

.ban-bottom-link a {
    font-size: 14px;
    color: #302c2c;
}

.baner-slider-counter-text span {
    font-size: 14px;
    color: #302c2cb5;
}

.baner-slider-counter-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    right: -40px;
}

.baner-slider-counter-text::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 1px;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.baner-bottom-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding: 20px 0;
}

.baner-bottom-social ul i {
    font-size: 18px;
    color: #6b6565;
}

.home-baner-slider .slick-next {
    left: auto;
    right: 10%;
}

.home-baner-slider .slick-prev:before,
.home-baner-slider .slick-next:before {
    position: absolute;
    content: '\f104      Prev';
    width: 60px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize !important;
}

.home-baner-slider .slick-next:before {
    content: 'Next   \f105';
}


/* Home Banner End */


/* About Section Start */

.about-sec {
    position: relative;
    z-index: 1;
    padding: 150px 0 100px;
    overflow: hidden;
}

.about-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

img.about-1 {
    width: 580px;
    height: 580px;
    object-fit: cover;
    box-shadow: 0 0 20px 2px #9898988f;
    border-radius: 100%;
}

img.about-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 650px;
    height: 650px;
    object-fit: cover;
    animation: rotate-in-center 10s linear infinite;
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

.about-text h2 {
    font-size: 54px;
    color: #302c2c;
    text-transform: capitalize;
    line-height: normal;
}

.about-text span {
    color: #ff7200;
}

.abt-per {
    padding: 20px 0 50px 100px;
    position: relative;
    z-index: 1;
}

.abt-per:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: #c5a2fe;
    left: 0;
    top: 30px;
}

.about-text p {
    font-size: 14px;
    color: #302c2c;
}

.btn-1 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background: #c5a2fe;
    padding: 20px 40px;
    border-radius: 60px;
    display: inline-flex;
    font-family: "Montserrat", serif;
}

.about-sec .roW {
    ALIGN-ITEMS: center;
}


/* About Section End */


/* New Orleans foods Section Start */

.orlean-sec {
    padding: 100px 0;
    background-image: url(../images/new-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.orlean-text h2 {
    font-size: 75.85px;
    color: #fff;
    text-transform: capitalize;
}
.orlean-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.orlean-text {
    width: 58%;
    margin: 0 auto;
    text-align: center;
}


/* New Orleans foods Section End */


/* Preparation Section Start */

.prep-slider .slick-prev:before,
.prep-slider .slick-next:before {
    position: absolute;
    content: '\f104      Prev';
    width: 60px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize !important;
}

.prep-slider .slick-next:before {
    content: 'Next   \f105';
    border-left: 1px solid #000;
    padding-left: 40px;
    width: 100px;
}

.preparation-sec {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background-image: url(../images/prep-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.preparation-sec::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    background-image: url(../images/prep-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    right: 0;
    top: 0;
    z-index: -1;
}

.preparation-sec::after {
    position: absolute;
    content: '';
    width: 13%;
    height: 20%;
    bottom: 0;
    left: 0;
    background-image: url(../images/prep-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
}

.preparation-content-box {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 43px 82.32px 15.68px rgba(0, 0, 0, 0.09);
    padding: 50px;
    text-align: center;
}

.preparation-content-box h3 {
    font-size: 34px;
    color: #302c2c;
    margin-bottom: 20px;
}

.pre-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.pre-num h4 {
    font-size: 22px;
    color: #ffffff;
    background: #c5a2fe;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    border-radius: 60px;
}

.pre-num h5 {
    font-size: 18px;
    color: #222222;
    font-family: 'Montserrat';
    font-weight: 600;
}

ul.prep-list p {
    font-size: 14px;
    color: #302c2c99;
    font-weight: 500;
}

ul.prep-list li {
    margin-bottom: 15px;
}

.prp-slider-content h2 {
    font-size: 98px;
    color: #302c2c;
    text-transform: capitalize;
}

.prp-slider-content h3 {
    font-size: 65px;
    color: #ff7200;
    margin: 0 0 0 50px;
}

.prep-pera {
    margin: 30px 40px 40px 80px;
    position: relative;
    z-index: 1;
}

.prep-pera::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 2px;
    background: #000;
    top: 13px;
    left: -80px;
}

.prep-slider .slick-prev,
.prep-slider .slick-next {
    top: auto;
    bottom: -10%;
    left: 0;
}

.prep-slider .slick-next {
    left: 10%;
}

.prep-slider {
    margin: 50px 0 0 90px;
}

.preparation-sec .slick-slide {
    margin: 0;
}


/* Preparation Section End */


/* Choose Section Start */

.choose-sec {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.choose-sec .row {
    align-items: center;
}

.choose-text h2 {
    font-size: 72px;
    color: #302c2c;
}

.theme-peragraph {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 30px 0 40px 80px;
    position: relative;
    z-index: 1;
}

.theme-peragraph::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #000;
    left: 0;
    top: 41px;
}

.choose-list h6 {
    font-size: 18px;
    color: #ff7200;
    font-family: 'MOntserrat';
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

.choose-list p {
    font-size: 14px;
    color: #837b7b;
    font-weight: 500;
}

.choose-list {
    margin: 0px 0 30px;
}

.about-text a {
    margin-top: 30px;
}

.choose-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

img.chose-1 {
    width: 550px;
    height: 550px;
    border-radius: 100%;
}

img.chose-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    animation: rotate-in-center 10s linear infinite;
}


/* Choose Section End */


/* product sec */

.product-sec {
    padding: 100px 0px;
    overflow: hidden;
}

.product-box {
    gap: 15px;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 300px;
    background: #f3f3f3;
    flex-direction: column;
    transition: ease-out;
    transition-duration: 0.5s;
    justify-content: center;
    padding: 30px 30px 70px 30px;
    width: 95%;
    margin: 0 auto;
}

.product-box::before {
    left: 0;
    top: 40%;
    width: 100%;
    content: '';
    height: 15px;
    background: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
    position: absolute;
}

.product-box img {
    width: 100%;
    z-index: 1;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: relative;
    transition: ease-out;
    transition-duration: 0.5s;
    border: 10px solid #fff;
}

.product-box h4 {
    font-size: 20px;
    font-weight: 500;
    transition: ease-out;
    transition-duration: 0.5s;
    font-family: 'Montserrat';
}

.product-box p {
    font-size: 14px;
    color: #969696;
    transition: ease-out;
    transition-duration: 0.5s;
    padding: 0px 10px;
    display: none;
}
.product-box:hover, .product-box:hover p {
    display: block;
}
.product-box a {
    width: 60px;
    height: 60px;
    color: #000;
    bottom: -25px;
    display: flex;
    font-size: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    transition: ease-out;
    justify-content: center;
    transition-duration: 0.5s;
    box-shadow: 0px 15px 16.8px 3.2px rgba(0, 0, 0, 0.04);
}

.product-box:hover {
    transition: ease-in;
    background: #c5a2fe;
    transition-duration: 0.5s;
}

/*.product-box:hover a {*/
/*    color: #c5a2fe;*/
/*    transition: ease-in;*/
/*    transition-duration: 0.5s;*/
/*}*/

.product-box:hover h4,
.product-box:hover p {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}


/* product sec */


/* contact sec */

.contact-sce {
    position: relative;
    padding: 100px 0px;
    background: url(../images/contact-bg.png)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.contact-sce::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    content: '';
    background: url(../images/contact-before.png)no-repeat;
    background-size: cover;
}

.contact-sce::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 185px;
    width: 270px;
    content: '';
    background: url(../images/contact-after.png) no-repeat;
    background-size: contain;
}

.contact-img {
    width: 100%;
    height: 550px;
    position: relative;
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contact-text-input {
    padding-left: 5%;
}

.contact-text-input h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-text-input input {
    color: #fff;
    width: 100%;
    height: 55px;
    padding-left: 25px;
    margin-bottom: 25px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #514d48;
}

.contact-text-input textarea {
    color: #fff;
    width: 100%;
    height: 200px;
    padding-top: 15px;
    padding-left: 25px;
    margin-bottom: 25px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #514d48;
}

.contact-text-input button {
    border: none;
    color: #fff;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 50px;
    background: #c5a2fe;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.contact-text-input input::placeholder,
.contact-text-input textarea::placeholder {
    color: #ffffff83;
}


/* contact sec */


/* Tstimonial Section Start */

section.client-sec {
    position: relative;
    padding: 60px 0px 120px;
    z-index: 3;
}

.client-card p {
    font-size: 15px;
    color: #ffffff;
    line-height: 27px;
    width: 100%;
}

.client-slider-nav {
    position: relative;
}

.cs-nav-box img {
    border-radius: 100px;
    object-fit: cover;
}

.cs-nav-box h5 {
    font-size: 14px;
    color: #fff;
    background: #ff7200;
    padding: 13px 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 15px 0 0;
}

.cs-nav-box h5::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ff7200;
    left: 0;
    right: 0;
    top: -5px;
    transform: rotate(45deg);
    margin: auto;
    z-index: -2;
}

.center h5 {
    display: none;
}

.img-1 {
    position: absolute;
    top: 240px;
    left: 175px;
    width: auto;
}

.img-2 {
    position: absolute;
    top: 40px;
    left: 280px;
    right: auto;
}

.img-3 {
    position: absolute;
    bottom: 15px;
    left: 115px;
    width: auto;
}

.img-4 {
    right: 340px;
    position: absolute;
    top: 20px;
    width: auto;
}

.img-5 {
    position: absolute;
    top: 205px;
    right: 180px;
    width: auto;
}
.cs-nav-box.img-5.box.img-6 {
    top: 370px;
}
.cs-nav-box img {
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0 #989898;
    margin: auto;
    display: block;
}

.client-details h5 {
    color: #fff;
    font-family: 'zolina';
    font-size: 28px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    margin: 30px 0 0px 0;
}

.center {
    position: absolute;
    top: 140px;
    left: 30px;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 5px solid rgb(255 255 255);
    box-shadow: 0 0 9px #989898;
    object-fit: cover;
}

.active_testi {
    animation: 1.5s linear 0s infinite normal none running pulse;
}

.client-slider-for .slick-slide {
    margin: 0px !important;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.client-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 120px;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: -1;
}

.client-sec .sec-head {
    text-align: center;
}

.client-sec .sec-head h2 {
    font-size: 72px;
    color: #302c2c;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.client-sec .sec-head p {
    color: #8d8d8d;
    font-weight: 500;
    width: 50%;
    margin: 0 auto;
}

.client-sec .sec-head {
    margin-bottom: 40px;
}

.client-card.building-text {
    width: 500px;
    background: #c5a2fe;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin: 30px auto 0;
    z-index: 9;
    color:white;
}

.client-card.building-text::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: #c5a2fe;
    top: -10px;
    transform: rotate(45deg);
    color:white;
}

.client-details p {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.testimonial-slider-box {
    width: 50%;
    margin: 250px auto 0;
    overflow: hidden;
}


/* Tstimonial Section End */


/* Footer Section Start */

section.newsletter-sec {
    position: relative;
    padding: 30px 0px;
    background: #111010;
}

section.newsletter-sec .row {
    align-items: center;
}

ul.news-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0;
}

ul.news-icon h4 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-family: 'Helvetica';
    text-transform: capitalize;
    margin-bottom: 0;
}

ul.news-icon p {
    font-size: 14px;
    font-family: "Montserrat Alternates", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0;
}

.newsletter-buttn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.newsletter-buttn button {
    background: #ff0004;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-transform: capitalize;
    margin-left: -100px;
    width: 30% !important;
    height: 60px;
    border-radius: 0;
    border: 0px;
    padding: 0 !important;
}

.newsletter-buttn input {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: 0px;
    border-radius: 0;
    color: rgb(145, 145, 145);
    font-size: 15px;
}

.newsletter-buttn input::placeholder {
    color: rgb(145, 145, 145);
    font-size: 15px;
    font-weight: 600;
}

ul.social-icons {
    display: flex;
    gap: 10px;
}

button.btn2 {
    border: 0;
    padding: 0 0 0 20px;
    width: 140px;
}

footer.footer-sec {
    background: #272727;
    position: relative;
    padding-bottom: 40px;
    padding-top: 80px;
    overflow: hidden;
}

.footer-box h4 {
    font-size: 25px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: capitalize;
}

.footer-box p {
    font-size: 14px;
    line-height: 25px;
    color: #bbbbbb;
}

ul.footer-link-list li a {
    font-size: 16px;
    color: #bbbbbb;
    line-height: 30px;
    letter-spacing: 1px;
}

.footer-box.abt-text p {
    color: #bbbbbb;
    width: 90%;
}


ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0px 0px 8px;
}

ul.social-icons li {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #232323;
    justify-content: center;
    border: 1px solid #a7a7a7;
}

ul.social-icons li:hover {
    background: #c5a2fe;
    transition: .5s ease-in-out;
}

ul.social-icons li:hover a {
    color: #fff;
}

ul.social-icons li a {
    color: #a7a7a7;
    font-size: 18px;
}

.col2 ul.footer-link-list {
    columns: 2;
    margin-bottom: 35px;
}

ul.footer-link-list li a {
    transition: .5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #ab8669;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #ff7200;
    font-weight: 300;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    right: -5px;
    top: 0px;
    bottom: auto;
    transition: .5s ease-in-out;
    z-index: 1;
}

.footer-box:hover::before {
    height: 295px;
    background: #ff7200;
    z-index: 1;
}

.bottom-text p {
    font-size: 17px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #bbbbbb;
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    border: 1px solid rgb(167, 167, 167);
    padding: 10px 20px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #232323;
}

.footer-box.box-center {
    margin-left: 20%;
}

.footer-box.box-center {
    margin-left: 30px;
}

ul.bottom-list i:hover {
    transform: scale(1.1) rotate(945deg);
    background: #ff7200;
    border-color: #ff7200;
}

.footer-box {
    position: relative;
}

.footer-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 300px;
    right: -5px;
    top: 0px;
    bottom: auto;
    background: rgb(167, 167, 167);
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: '';
}

.footer-img-icon {
    gap: 30px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}


/* Footer End */


/*Inner About Us Start*/


.inner-main-banner-sec {
    padding: 25px 0 0;
    background: #fbfbfb;
}

.inner-main-banner-images {
    text-align: center;
}

.inner-main-banner-text h2 {
    font-size: 100px;
}

.inner-main-banner-text {
    margin-top: -30px;
}

.about-bottom-row p {
    font-size: 14px;
    color: #302c2c;
}

/*Inner About Us End */


/* Inner Check Out Start */


.billing_form h3 {
    font-size: 35px;
    margin: 0;
    margin-bottom: 30px;
    color: #222222;
}

.billing_form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    color: #7c7c7c;
}

.radiosss p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #7c7c7c;
}

.check-out-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    height: 60px;
    border: none;
    font-family: "Montserrat", sans-serif;
}

.billing_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    background: transparent;
    font-weight: 500;
    color: #7c7c7c;
    border-radius: 50px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: 'Montserrat';
}

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

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

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    font-weight: 700;
    font-family: "zolina";
    color: #394136;
}

.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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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: 'Montserrat', 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;
}

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

.cart_sidebar h3 {
    font-size: 28px;
    color: #394136;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: "zolina";
    color: #394136;
}

.cart_sidebar h5 span {
    float: right;
    color: #394136;
}

.cart_sidebar h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    color: #394136;
}

.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: 600;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
}

.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: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ff7200;
    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;
    font-family: 'Roboto', sans-serif;
}

.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;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    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;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

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

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

.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-color: #ff7200;
}

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

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

section.checkout_page {
    padding: 80px 0;
}


.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: 1px solid #b7b7b7;
    padding: 35px;
    border-radius: 35px;
}

/* Inner Check Out End */


/* Inner Cart Start */

.product-cart figure,
.product-cart article {
    display: inline-block;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background: #ff7200;
    border-radius: 50px !important;
}


.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 25px;
    font-weight: 500;
    font-family: "zolina";
    text-transform: capitalize;
}

ul.list-inline.pr_counter.d-flex.align-items-center.justify-content-center {
    margin-bottom: 10px;
}

.proceed-checkout a {
    background: #ff7a00;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    height: 58px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
}


table.cart-page-tble {
    width: 100%;
}

.product-cart article p {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 28px;
    letter-spacing: 0;
    color: #666666;
}

.product-cart article {
    margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.update-cart {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.unit-sub-price-text {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    font-family: "zolina";
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c0c0c0;
}

.continue-purchasing a i {
    padding-left: 10px;
    color: #0abdc0;
}

section.cart-main-sec thead,
tbody,
tfoot,
tr,
td,
th {

    padding: 30px 0;
}

.cart-page-tble tbody tr td i {
    margin: 0 auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff7600;
}

.number-item input {
    background: #f7f7f7 !important;
    border: 1px solid #eeeeee !important;
    height: 60px !important;
    color: #989c96 !important;
}

.number-item input::placeholder {
    color: #989c96 !important;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
    background-color: #f9f9f9;
    border: 1px solid #d7d7d7;

}

.shipping-box {
    padding: 30px 30px;
    border-radius: 25px;
}

.total-box {
    padding: 30px 25px;
}

.proceed-checkout {
    margin-top: 10px;
}

.total-f {
    padding: 10px 50px 10px 50px;
    background-color: #f6f6f6;
    border-top: 0 !important;
}

.total-box .sum li {
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-f h4 {
    font-size: 28px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
    color: #0abdc0;
}


.total-f span {
    margin-left: 71px;
}


.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 2px solid #c0c0c0;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #394136;
}

.pd-12-110 {
    padding: 12px 110px;
}

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

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

.mt-minus-60 {
    margin-top: -60px;
}

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

.cart_btn {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0% auto;

    color: #fff;

    font-size: 20px;

    text-transform: uppercase;

    height: 50px;

    width: 250px;

    background: #53171d;

    border-radius: 100px;

    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    text-align: center;
    object-fit: cover;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}


.shipping-box h4 {
    background: #c5a2fe;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 8px;
}

.shipping.text-black {
    margin-bottom: 25px;
}

.shipping-box p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}


.inc {
    background-color: #fafafa !important;
    padding: 2px 15px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5;
}

.input-number {

    border: none;

}

.input-number-decrement,
.input-number-increment {

    display: inline-block;

    width: 40px;

    height: 40px;

    display: inline-flex;

    color: #444;

    text-align: center;

    font-weight: 700;

    border: 1px solid black !important;
    cursor: pointer;

    background: #f7f7f7;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

}

li.cart-total {
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}

li.cart-total span {
    font-family: "zolina" !important;
    font-size: 25px !important;
    color: #c5a2fe !important;
}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {

    border: 0;

    height: 20px;

    user-select: none;

    font-weight: 700;

    padding: 5px 5px 5px 5px;

    width: 20px;
}

a.update {
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", serif;
    width: 100%;
    margin-top: 5px;
}

.total-box ul li span {
    color: #1e1e1e;
    font-family: "Montserrat", serif;
    font-size: 20px;
}

/* Inner Cart End */

/*Inner Meun Start*/

section.product-sec.inner .product-box {
    margin-bottom: 60px;
}

/*Inner Meun End */

/*Inner Contact Us Start*/


.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: cover;
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}

.contact_detail_box {
    padding: 40px 40px;
    transition: 0.5s;
    border: 1px solid #d4d4d9;
    border-radius: 30px;
}

.contact_form {
    padding-bottom: 80px;
    padding-top: 30px;
}

.contact_form label {
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 600;
    font-family: "Montserrat", serif;
}


.contact_page {
    padding: 100px 0;
}

.contact_form input {
    height: 55px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 35px;
    padding: 0 25px;
    border: 1px solid #d1d1d1;
}

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

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 25px 25px;
    resize: none;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 70%;
    margin: 0 auto;
    color: #989898;
    font-size: 16px;
    font-weight: 500;
}

.section_head h3 {
    color: #000;
    margin-bottom: 10px;
    line-height: 75px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 65px;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}


.contact_page h4 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 20px 0 5px;
    text-transform: capitalize;
    font-family: "zolina";
}

.section_head.chg h3 {
    color: #0883ec;
}


.section_head.chg22 h3 {
    font-weight: 600;
}

.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
}

.btn_wrap button {

    border: none;
}

.btn_wrap button img {
    margin-left: 10px;
    margin-top: -3px;
}


/*Inner Contact Us End */


/* Product Detail Page Start */

.productdetailsec {
    padding: 80px 0 50px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #394136;
    margin-bottom: 0;
    text-transform: capitalize;
}

.productdetailtext span {
    color: #f8af3c;
    font-size: 30px;
    font-weight: 600;
    font-family: "zolina";
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #394136;
    font-size: 25px;
    font-weight: 600;
    font-family: "zolina";
}

.productdetailtext ul li a i {
    color: #ffba00;
    font-size: 22px;
    margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #dadada;
}

.productdetailtext ul li:nth-child(4) a i {
    color: #dadada;
}

.productdetailtext p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0 30px;
    font-weight: 500;
}

.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 button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

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

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

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #636363;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat";
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #ff7200;
}

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


a.btn-2.btn-4 {
    color: #f8af3c;
    font-weight: 600;
}

a.btn-2.btn-4 i {
    color: #f8af3c;
}

a.btn-2.btn-4:before {
    background: #f8af3c;
}

a.btn-2.btn-4:hover {
    color: #fff;
}

a.btn-2.btn-4:hover * {
    color: #fff;
}

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

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 2px solid #E1E1E1; */
    height: 100%;
    background: #ffff;
    box-shadow: 0 0 10px 0px #0000001f;
}

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

.product-detail span {
    margin: 0;
}

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

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

.product-detail span {
    width: 30px !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 30px !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-details-btn.btn10 {
    background-color: #cfa55a !important;
    color: black;
    border-color: #cfa55a;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

section.productdetailsec .product-detail span:hover {
    background-color: #c5a2fe;
    color: #000 !important;
}

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

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


/* .product-details-btn:hover{
  
    color: white;
  
    } */

.iconlist {
    margin-top: 40px;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "★";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */


.prod-detail-description .nav-tabs .nav-link {
    color: #383838;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 250px;
    padding: 15px;
    background: #f1f1f1;
    margin-right: 10px;
    font-family: "zolina";
    height: 70px;
    border-radius: 50px !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0 !important;
    color: #fff;
    background: #c5a2fe;
    border-radius: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    background: #989898;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 35px;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 15px;
    color: #636363;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 28px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}


/*  product Detail Review Section End */

.productdetailsmallportion img {
    width: auto;
    /* padding: 10px 10px; */
    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: -60px;
}


/* skin 2 */

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

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

.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;
    text-align: center;
    background-color: #f0f0f0;
    font-family: "Montserrat";
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

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

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 130px;
    height: 129px;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 15px;
}

section.productdetailsec:after {
    content: "";
    position: absolute;
    width: 23%;
    height: 69%;
    background: url(../images/prodcut-detail-after.png);
    right: 0;
    bottom: -9%;
    background-repeat: no-repeat;
    filter: contrast(0.1);
    opacity: 0.5;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-family: "Montserrat";
    font-size: 20px;
    color: #fff;
    background: #973416;
    border-radius: 0;
    padding: 14px 45px;
    text-transform: uppercase;
}

.productdetailnav .slick-slide {
    margin: 20px 20px;
}

.productdetailportion img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
}

.products-heading-row {
    text-align: center;
    margin-bottom: 50px;
}
.products-heading-row h2 {
    font-size: 48px;
    font-weight: 600;
    color: #394136;
    margin-bottom: 5px;
}
.products-heading-row p {
    width: 50%;
    margin: auto;
}

/* Product Detail Page End */



.choose-btn {
    margin: 30px 0 0;

}
.about-bottom-row.wow.fadeInUpBig {
    margin-top: 61px;
}


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

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

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

@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){

.menuSection .col-lx-2.col-lg-2.col-md-3 {
    width: 50% !important;
}

.menuSection .col-xl-1.col-lg-1.col-md-1.text-right {
    width: 50% !important;
}

    
}










