@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #fffbf8;
}

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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-font';
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'queensila-font';
    src: url(../font/Queensila.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'nexa-font';
    src: url(../font/NexaLight.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-font';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 0px 0px 0px 15px !important;
    border: unset;
    border-radius: 65px;
    color: #ffffff !important;
    z-index: 1;
    background: #c2a22f;
    position: relative;
    font-size: 14px !important;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'nexa-font' !important;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #41265d;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff !important;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'queensila-font';
    font-size: 94px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 6px;
}

h2 {
    font-family: 'queensila-font';
    font-size: 55px;
    line-height: 1;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: capitalize;
}

h3 {
    font-family: 'queensila-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'queensila-font';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 4px;
}

h5 {
    font-family: 'queensila-font';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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 */

.menuSec {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.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: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    font-family: 'montserrat-font';
    text-transform: uppercase;
}



.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: #c2a4cd;
}

.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;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: rgba(0, 0, 0, 0.1);
}

.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;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


.container-fluid {
    padding: 0px 70px;
}


.banner_img {
    position: relative;
    margin-top: 100px;
}

.banner-img-one {
    position: absolute;
    top: -40px;
    left: 90px;
}

.banner-img-two {
    position: absolute;
    bottom: -30px;
    left: 120px;
}

.banner-img-three {
    position: absolute;
    right: -150px;
    bottom: -100px;
}

.banner-img-three img {
    width: 80% !important;
}
.banner-img-foure {
    position: absolute;
    top: 110px;
    left: 0px;
}

.banner-img-five {
    position: absolute;
    top: 70px;
    right: 270px;
}

.banner-img-six {
    position: absolute;
    bottom: 280px;
    left: 160px;
}

.banner-img-siven {
    position: absolute;
    bottom: 100px;
    right: -20px;
}

.banner-img img {
    width: 100%;
    height: 110vh;
    object-fit: cover;
}
section.main_slider {
    position: relative;
}

.banner-img-eight {
    position: absolute;
    top: 80px;
    left: 0;
}

.banner-img-nine {
    position: absolute;
    bottom: -80px;
    left: 50%;
    z-index: 2;
}
.banner_img img {
    width: 100%;
}
.dis-block {
    display: block;
}

.banner_text p {
    width: 100%;
}

.btn-img {
    height: 45px;
    width: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    padding: 0px;
}

.side-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.theme_btn:hover .btn-img {
    background: #c2a22f;
}
.banner_text h1 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 10px;
}
.banner_text h1:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 150%;
    height: 1px;
    background: #ffffff38;
}

.banner-social-icon {
    position: absolute;
    bottom: 30px;
    left: 70px;
    display: flex;
    align-items: center;
    gap: 200px;
}

.banner-social-icon ul {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 20px;
    margin-bottom: 0px;
}

.banner-social-icon ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #757575;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-social-icon-text h5 {
    color: #fff;
    margin-bottom: 0px;
}

.banner-social-icon:before {
    position: absolute;
    content: '';
    top: 22px;
    right: 90px;
    width: 33%;
    height: 1px;
    background: #ffffff2e;
}

.banner-social-icon ul li a i:hover {
    background: #fff;
    color: #000;
}
.header-btn ul li a {
    padding: 0px;
}

.header-btn ul li a i {
    height: 38px;
    width: 38px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.header-btn ul li {
    display: flex;
}



.about-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


section.about-sec .container.add-pd-sd {
    padding-right: 200px;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    max-width: 1382px;
    width: 100%;
    margin-left: 210px;
    margin-bottom: 80px;
}

.about-text p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 6px;
}

section.about-sec .container.add-pd-sd:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    background: #543673;
    height: 100%;
    width: 80%;
    z-index: -1;
}

.about-text:before {
    position: absolute;
    content: '';
    bottom: -23px;
    left: 43px;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
}

.about-text {
    position: relative;
    padding-left: 20px;
    writing-mode: sideways-lr;
    height: 226px;
}

section.about-sec {
    padding-top: 150px;
    /* background: #40255c; */
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

section.about-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 79.5%;
    width: 100%;
    background: #41265d;
    z-index: -1;
}
.about-center-heading {
    text-align: end;
    position: relative;
}

.about-center-heading h2 {
    font-size: 81px;
    color: #ffffff30;
}

.about-center-text p {
    margin-bottom: 12px;
    line-height: 26px;
    color: #ffffff63;
    width: 71%;
}
.about-center-text {
    padding-left: 30px;
}
.about-center-heading-top {
    position: absolute;
    top: 22px;
    left: 150px;
    color: #fff;
    text-transform: uppercase;
}

.about-center-heading:before {
    position: absolute;
    content: '';
    top: 32px;
    left: -270px;
    height: 1px;
    width: 400px;
    background: #ffffff61;
}
.container.about-btm-sd {
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
}
.about-btm-img {
    position: relative;
    z-index: 0;
}
.about-btm-slider-box p {
    width: 100%;
    color: #fff;
}

.about-btm-slider-sd {
    background: #543673;
    width: 35%;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0px;
}

.about-btm-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about-btm-slider-box h4 {
    color: #fff;
    font-size: 28px;
}

.about-btm-text-sd {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.about-btm-text-sd h2 {
    color: #fff;
}

.about-btm-text-sd ul li {position: relative;padding-left: 20px;color: #fff;text-transform: uppercase;letter-spacing: 1px;}

.about-btm-text-sd ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
}
.about-btm-slider .slick-dots {
    position: absolute;
    bottom: unset;
    width: 8%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: end;
    display: block;
    top: 0px;
    right: 0px;
}
.about-btm-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.about-btm-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.our-product-top-heading {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 40px;
}

.our-product-box-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.our-product-box-text {
    padding: 50px 0px 20px 20px;
    background: #fff;
}

.our-product-box-text h5 {
    font-size: 27px;
    border-bottom: 1px solid #eaf0ef;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.our-product-box-text p {
    width: 80%;
    margin-bottom: 3px;
}

.our-product-box-text ul {
    display: flex;
}

.our-product-box-text ul li p {
    width: 100%;
    margin-bottom: 0px;
    color: #40255c;
}

.our-product-box-text ul li i {
    font-size: 11px;
    color: #febf01;
}

.our-product-box-text h4 {
    color: #40255c;
    font-family: 'Font Awesome 5 Free';
    font-size: 31px;
}

.our-product-box {
    position: relative;
    width: 95%;
}

.our-product-pos-img {
    position: absolute;
    bottom: 149px;
    right: 0px;
    width: 32%;
}
section.our-product-sec {
    margin-bottom: 100px;
}
.naturraly-support-text-heading h2 {
    font-size: 81px;
    line-height: 80px;
    color: #40255c33;
    text-align: end;
    text-transform: uppercase;
}

.naturraly-support-text-heading {
    margin-left: -270px;
    position: relative;
    width: 80%;
}

.naturraly-support-text-heading-sd {
    position: absolute;
    top: 29px;
    left: 300px;
}

.naturraly-support-text {
    margin-top: 50px;
}

.naturraly-support-text-heading-sd:before {
    position: absolute;
    content: '';
    top: 13px;
    left: -500px;
    height: 1px;
    width: 491px;
    background: #40255c29;
    z-index: -1;
}

.naturraly-support-text-heading-sd p {
    color: #40255c;
}

.naturraly-support-text p {
    margin-bottom: 20px;
}

.naturraly-support-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.naturraly-support-text ul li img {
    /* filter: brightness(0) saturate(100%) invert(17%) sepia(29%) saturate(1816%) hue-rotate(233deg) brightness(89%) contrast(95%); */
}
section.naturraly-support-sec {
    margin-bottom: 100px;
}
section.never-miss-sec {
    position: relative;
    padding: 420px 0px 50px;
    margin-bottom: 100px;
}

section.never-miss-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    background-image: url(../images/never-miss.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

section.never-miss-sec:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 350px;
    width: 82%;
    background: #40255c;
    z-index: -1;
}
.never-miss-main-img {
    position: absolute;
    bottom: -100px;
    left: 730px;
}

.never-miss-text h2 {
    color: #fff;
}

.never-miss-text ul li {
    position: relative;
    padding-left: 16px;
    text-transform: uppercase;
    color: #fff;
    width: 35%;
    letter-spacing: 1px;
}

.never-miss-text ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
}

/* footer */

footer {
    background: #41265d;
    position: relative;
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 62px;
    font-weight: 300;
    text-transform: capitalize;
}

.news-letter {
    padding: 50px 0;
    padding-right: 20px;
    background: #543673;
}

.news-letter form {
    position: relative;
    width: 100%;
    padding-left: 50px;
}


.news-letter form input {
    width: 100%;
    padding: 15px;
    border: 1px solid #a4a4a4;
    background: #402c58;
    color: #fff;
    border-radius: 41px;
}

.news-letter form button {
    position: absolute;
    right: -1px;
    top: 1px;
    padding: 15px;
    border: unset;
    width: 167px;
    color: #070a11 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    border-radius: 47px;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}


/* end  */

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    /* font-family: 'Jersey-M54'; */
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    /* font-family: 'Roboto'; */
}

.main-ftr ul li i {
    font-size: 20px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #40255c;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 0px;
    transition: .7s ease-in-out;
}
.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #40255c;
}

.middle-ftr {
    border-bottom: 1px solid #898989;
    background: #41265d;
    transition: .7s ease-in-out;
    border-top: 1px solid #898989;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

/*.ftr-req {
    text-align: center;
}*/

.ftr-req input {
    padding: 10px;
    width: 56%;
    border: 1px solid #575757;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.ftr-req input::placeholder {
    color: #ffffff94;
    text-transform: capitalize;
    font-size: 14px;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #898989;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}

.get-touchh {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* animation: mover 1s infinite alternate; */
    right: 0;
    bottom: 0;
    height: 120%;
    width: 13%;
    border-top-left-radius: 90px;
}

.get-touchh h5 {
    writing-mode: tb;
    transform: rotate(180deg);
    color: #fff;
    font-size: 91px;
    text-transform: uppercase;
    display: flex;
    font-family: 'Blender-Pro-Medium';
    /* letter-spacing: 10px; */
    text-align: center;
    align-items: center;
    justify-content: center;
}

.get-touchh:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    /* animation: mover 1s infinite alternate; */
    background-image: -moz-linear-gradient(-90deg, rgb(13, 185, 245) 0%, rgb(25, 106, 232) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(13 205 164) 0%, rgb(13 205 164) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(13, 185, 245) 0%, rgb(25, 106, 232) 100%);
    border-top-left-radius: 30px;
}

.ftr-req h5 a {
    font-size: 26px;
    color: #ffffff;
    font-family: 'hel-r';
    margin: 60px 0 20px;
    font-family: 'nexa-font';
    font-weight: 300;
}
.ftr-req.pade-right {
    padding-right: 0px;
    margin-top: 15%;
    padding-left: 40px;
    text-align: center;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

/* end */



/*blog start*/
section.latest-blogs {margin-bottom: 100px;}

.lat-txt {
    text-align: center;
    margin-bottom: 30px;
}

.lat-txt h3 {
    font-size: 68px;
    line-height: 60px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

.lat-txt p {
    font-size: 14px;
    color: #a1a09f;
    /* width: 55%; */
    margin: 0 auto;
}

.blog-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
}

.blog-img {
    position: relative;
    width: 95%;
}

.blog-txt ul, .blog-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-txt ul li p {
    font-size: 13px;
    color: #2d2d2d;
    margin: unset;
    font-weight: 500;
}

.blog-txt ul li i {
    font-size: 20px;
    color: #c2a22f;
}

.blog-txt h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #121212;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-txt h3 span {
    display: block;
}

.blog-txt p {
    font-size: 12px;
    color: #262626;
    margin: unset;
    line-height: 23px;
    opacity: 60%;
}

.blog-txt {
    background-color: #f8f6f4;
    width: 90%;
    padding: 15px;
    position: relative;
    z-index: 11;
    position: absolute;
    bottom: 0;
    height: 44%;
}
.lat-txt {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

/*blog end*/


/* ================================== */
/* customer section start  */

section.slidersec {
  padding-top: 100px;
  position: relative;
  margin-bottom: 60px;
}

section.special-deals .heatest.row p {
  float: right;
  opacity: 0.6;
}

section.slidersec .headtext {
  text-align: center;
}

section.slidersec .headtext p {
  color: #0e0d0d94;
  font-weight: 500;
  padding-top: 5px;
}

section.slidersec .customs {
  position: relative;
  padding-left: 70px;
  padding-top: 30px;
  padding-bottom: 50px;
}

section.slidersec .customs h3 {
  margin: 0;
  font-size: 29px;
  line-height: 38px;
  /* font-family: "Montserrat"; */
  color: #000;
  letter-spacing: 2px;
}

section.slidersec .customs h6 {
  font-size: 13px;
  color: #4d3366;
  /* font-family: "Poppins"; */
  text-transform: uppercase;
}

section.slidersec .customs p {
  color: #0e0d0d94;
  font-weight: 500;
  padding-top: 5px;
}

section.slidersec .customs img.rate {
  display: block;
  width: auto;
}

section.slidersec .customs:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/bottomQuote.png);
  background-size: 100% 100%;
  left: -12px;
  bottom: -30px;
  z-index: 12;
}

section.slidersec .product-slider .imgwrap img {
  width: 90%;
  display: table;
  margin: 0 auto;
}

section.slidersec .customs:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 60px;
  background-image: url(../images/topQuote.png);
  background-size: 100% 100%;
  right: -10px;
  top: -10px;
}

section.slidersec .slick-list {
  padding: 70px 10px;
  position: relative;
}

section.slidersec .row {
  align-items: center;
}

/* slider settings  */

section.slidersec .itme {
  opacity: 1;
}

section.slidersec .product-slider-1 {
  position: relative;
  padding-left: 40px;
}

section.slidersec .product-slider-1 .slick-active .imgwrap {
  position: relative;
  margin: 10px 10px 10px;
  margin-top: 80px;
  width: 60%;
  float: right;
}

section.slidersec .product-slider .imgwrap {
  position: relative;
}

section.slidersec .product-slider .imgwrap:before {
  position: absolute;
  content: "";
  right: 20px;
  top: -11px;
  height: 108%;
  width: 90%;
  border-right: 2px solid #40255c;
  z-index: -1;
  border-left: 0px;
  border-radius: 50%;
}

section.slidersec .product-slider-1:before {
  position: absolute;
  content: "";
  width: 78px;
  right: 0px;
  height: 1px;
  top: 58%;
  background: #a1a1a152;
  left: 111px;
  margin: 0px auto;
  display: inline-block;
}

section.slidersec .product-slider-1 button.slick-prev.slick-arrow {
  display: none !important;
}

section.slidersec .product-slider button.slick-next.slick-arrow {
  display: none !important;
}

section.slidersec .product-slider-1 ul.slick-dots {
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 0;
}

section.slidersec .row {
  align-items: center;
}

section.slidersec ul.slick-dots li.slick-active button {
  background: rgb(183, 134, 40);
  background: linear-gradient(
    356deg,
    rgba(183, 134, 40, 1) 15%,
    rgba(218, 164, 21, 1) 52%,
    #b78628 99%
  );
}

section.slidersec ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

section.slidersec .slick-dots li.slick-active button:before {
  display: none;
}

section.slidersec .slick-dots li button:before {
  display: none;
}

section.slidersec .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #b7b7b7;
  border: 1px solid #fff;
  border-radius: 65px;
  box-sizing: border-box;
}

section.slidersec ul.slick-dots li.slick-active button {
  background: #b7b7b7;
  opacity: 1;
  border-radius: 65px;
  outline: 1px solid #40255c;
  margin: 0px;
  padding: 0;
  outline-offset: 8px;
}
section.slidersec .customs:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(../images/topQuote.png);
    background-size: 100% 100%;
    right: -10px;
    top: -10px;
}
section.slidersec button.slick-prev.slick-arrow {
    left: 10px;
    z-index: 12;
    top: 57%;
}

section.slidersec .slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.5s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 10px 11px 20px 3px #4c32661a; */
    border: 1px solid #40255c;
}
section.slidersec .slick-prev:before {
    /* content: "\f0d9"; */
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
    color: #40255c;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}
section.slidersec .slick-next:before {
    /* content: "\f0da"; */
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
    color: #40255c;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
}
section.slidersec .product-slider-1 .slick-current::before {
    bottom: -12px;
    position: absolute;
    content: "";
    left: 560px !important;
    top: 62px;
    height: 150px;
    width: 150px;
    border-right: 1px solid #bfa48f;
    z-index: -1;
    border-left: 0px;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
    border-radius: 50%;
}
section.slidersec .product-slider-1:after {
    position: absolute;
    content: "";
    width: 140px;
    right: 43px;
    top: 140px;
    height: 140px;
    background: transparent;
    border-left: 1px solid #bfa48f;
    border-right: 0px;
    border-radius: 50%;
}
/* customere section end  */
.never-miss-points {
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: -3;
}
.slidersec .slick-next {
    right: 15px;
    top: 60%;
}
.our-product-pos-img img {
    width: 100%;
}
section.about-sec.inner-page {
    background: #41265d;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.about-btm-img.about-second-text p {
    color: #ffffff63;
}

section.about-btmm-text {
    margin-bottom: 100px;
}


section.naturraly-support-sec.naturraly-support-inner-page {
    margin: 100px 0px;
}



/* InnerPage Contact Us start */
.contact-pag-form form {
  position: relative;
}
.contact-pag-form .form-group {
  position: relative;
}
.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 9px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.contact-pag-form .form-group1::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 26px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}
.contact-pag-form form input.form-control::placeholder {
  color: #909091;
}
.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}
.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 55px;
  padding-top: 20px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  scroll-behavior: unset;
  position: relative;
}
.contact-pag-form .detailss {
  position: relative;
}
.contact-pag-form .detailss i {
  position: absolute;
  top: 20px;
  color: #7e7e7e;
  left: 13px;
  font-size: 16px;
}
.contact-pag-form .email {
  padding: 0;
}
.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
}
.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}
.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}
.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}
.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}
.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #c2a22f;
  background: #fffbf8;
  border: unset;
  border: 1px solid #c2a22f;
}
.cicle-icon img {
  margin: 0 auto;
}
.contact-main-sec .contact-info {
  background: #fffbf8;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  border-radius: 5px;
}
.contact-main-sec h4 {
  font-size: 45px;
  color: #000000;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
.contact-main-sec p span {
  display: block;
}
.contact-main-sec p {
  font-size: 16px;
  color: #80807f;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-main-sec h2 {
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-family: 'queensila-font';
  text-transform: uppercase;
  font-weight: 500;
  line-height: 33px;
}
.
.contact_text p a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  display: block;
  /* font-family: 'Montserrat'; */
}
.mailt {
  padding-left: 30px;
}
.contact_text a:hover {
  color: #8b8b8b;
}
.contact_text p a.email-text:hover {
  color: #8b8b8b;
}
.contact-us {
  padding: 6% 0;
}
.contact-head {
  text-align: center;
}
.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
.lg-btn {
  width: 100%;
}
.cp {
  font-size: 17px;
  line-height: 27px;
}
.contact_heading {
  margin-bottom: 30px;
}
.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}
.contact-side-bar {
  padding-top: 0;
  margin-left: 20px;
}
.contact-main-sec {
  padding: 100px 0;
}
.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #7e7e7e;
  left: 13px;
  font-size: 14px;
}
.contact-pag-form .form-group1 i {
  right: 13px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}
.contact-pag-form {
  margin-top: 0;
}
.contact-pag-form button {
  margin-top: 25px;
}


.contact-pag-form .detailss::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.cicle-icon {
  margin: 0 17px 0 0;
}
.contact-side-bar h4 {
  padding: 0 0 28px 0;
  text-transform: uppercase;
}
.contact-main-sec p a {
    color: #80807f;
}
/* InnerPage Contact Us end */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/* Inner Product Start */


section.Inner_Product_Sec {
  padding: 100px 0;
}


.banner {
  display: flex;
  font-weight: bold;
  gap: 5px;
  font-size: 65px;
  text-transform: uppercase;
  line-height: 80px;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: rotateY(90deg);
}

.banner.chg {
  font-size: 85px !important;
  margin-bottom: 20px;
}


.product_heading h4 {
  color: #2b2b2b;
  margin: 0;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}


.product_select {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bannertabs-filter {
  border-bottom: 1px solid #ececec;
  padding-bottom: 7px;
  margin-top: 20px;
  border-right: 1px solid #ececec;
  padding-top: 10px;
}

.padding-right {
  padding-right: 0;
}


.padding-left {
  padding-left: 0;
}

.product_select select {
  appearance: auto;
  width: 100%;
  height: 45px;
  border: 1px solid #ededed;
  border-radius: 6px;
  color: #101010;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  background: #f8f8f8;
}

.product_select h6 {
  width: 100px;
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  color: #000;
  font-family: 'queensila-font';
}

section.banner_sec.inner_banner_sec {
  height: 450px;
}

.product_show ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product_show ul {
  font-family: montserrat;
  font-size: 17px;
  margin-bottom: 0px;
}

.product_show ul li a:focus-within {
  color: #8c2420;
}

.product_show ul li a:hover {
  color: #8c2420;
}

section.categorie_sec.sec {
  padding-bottom: 0;
}

.wekk_leftbox {
  width: 22%;
  padding: 0 10px;
}

.week_rightbox {
  width: 78%;
}

.week_main-tab a {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 17px 0;
  background: #f26877;
  margin: 5px 0;
  color: #fff;
}

.week_main-tab.week_main-tab1 a {
  background: #52121d;
}

.product_grid ul {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 0px;
}

.product_grid ul li {
  position: relative;

}

.product_grid ul li a:hover {
  color: #ff1559;
}

.product_grid ul li a:focus-within {
  color: #ff1559;
}


.tool_tip {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c2a249;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
}

section.Inner_Product_Sec .our-products-silder-items {
  margin-top: 28px;
}

.product_grid ul li a:hover .tool_tip {
  display: block;

}


.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}

span.rangeValues {
  text-align: left;
  display: block;
  padding-top: 40px;
  font-size: 14px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.product-side-bar {
  padding-right: 0;
  margin-top: 0px;
  border-right: 1px solid #ececec;
  padding-top: 30px;
}

.product_main_box {
  padding-left: 30px;
}

.product-side-bar h4 {
  font-size: 30px;
  margin: 10px 0 20px;
  color: #000;
  position: relative;
  text-transform: uppercase;
  /* font-family: "brunson"; */
}

.product-pages-number ul li a {
  border: 1px solid #c2a22f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #c2a22f;
  transition: 0.5s;
}

.product-pages-number ul li a:hover {
  background: #c2a22f;
  color: #fff;
  transition: 0.5s;
}

.product-pages-number {
  padding-top: 20px;
  border-right: 1px solid #ececec;
  margin-top: -15px;
  padding-bottom: 20px;
}

.product-pages-number ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-side-bar ul li {
  margin: 15px 0;
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 0;
}

h4.themes-h4.drone-accessories {
  margin-top: 40px;
}

.product-side-bar ul li a input {
  height: 15px;
  width: 15px;
  border: 2px solid #000;
  margin-right: 20px;
  margin-bottom: 0;
}

.product-side-bar ul li a label {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}


.bannertabs-filter h5 {
  /* font-family: "brunson"; */
  font-size: 32px;
  color: #000;
  margin-bottom: 0;
}

.product_top_bar {
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
}

.nav.nav1.stroke ul li:last-child a {
  border: navajowhite;
}

.product_show ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "brunson";
}

.product_show li.active a {
  color: #c2a22f !important;
}


.product_main_box .clothing_box_image img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.product_show ul li {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  font-family: 'queensila-font';
}

.product_grid ul li i {
  color: #c2a22f;
}

.product_grid ul li {
  position: relative;
  font-size: 15px;
  color: #c2a22f;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.nav1.stroke a.active {
  color: #c69f3e !important;
}


section.Inner_Product_Sec .our-product-box {
    width: 100%;
    margin-top: 40px;
}

/* Inner Product Ends */



/* Product Detail Page start */

.skin-2 .num-in {
  height: 40px;
  width: 150px;
  float: left;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.num-in input.in-num {
  background-color: #ffffff;
  width: 38%;
  font-family: 'Helvetica';
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
  background: transparent;
  /* font-family: 'Montserrat'; */
  font-size: 20px;
}

.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;
}

.product-det-content h4 {
  font-size: 33px;
  line-height: 40px;
  font-family: 'Trajan';
  color: black;
  text-transform: capitalize;
}

.radio-input input {
  display: none;
}

.radio-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #fff;
  color: #000000;
  gap: 10px;
  overflow: hidden;
}

.radio-input label {
  width: 90px;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 50px;
  font-size: 13px;
  border: 1px solid #c2a22f;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
}

.radio-input label:hover {
  background: #c2a22f;
  color: #fff;
  transition: 0.5s;
}

.selection {
  display: none;
  position: absolute;
  height: 100%;
  width: calc(var(--container_width) / 3);
  z-index: 0;
  left: 0;
  top: 0;
  transition: .15s ease;
}

.radio-input label:has(input:checked) {
  color: #fff;
  background: linear-gradient(196deg, rgb(171 134 105) 10%, rgb(171 134 105) 50%, rgb(171 134 105) 60%);
  border: 0;
}

.radio-input label:has(input:checked)~.selection {
  background-color: rgb(11 117 223);
  display: inline-block;
}

.radio-input label:nth-child(1):has(input:checked)~.selection {
  transform: translateX(calc(var(--container_width) * 0/3));
}

.radio-input label:nth-child(2):has(input:checked)~.selection {
  transform: translateX(calc(var(--container_width) * 1/3));
}

.radio-input label:nth-child(3):has(input:checked)~.selection {
  transform: translateX(calc(var(--container_width) * 2/3));
}

.product-det-box {
  padding: 50px 25px;
  /* border: 1px solid #a9a9a9; */
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
}

.product-det-box h3 {
  font-size: 38px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0 8px;
  /* font-family: "brunson"; */
  font-weight: 500;
}

.for-prd-det-text h3 {
  font-size: 28px;
}

.description-det-text h3 {
  font-size: 28px;
}

.counter-det-box h3 {
  margin: 0;
  font-size: 28px;
}


.product-det-box h3 span {
  font-size: 38px;
  font-family: "brunson";
}

.counter-det-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #a9a9a9;
  position: relative;
  margin-top: 30px;
}

.counter-det-box:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #a9a9a9;
}

.counter-det-box h3 {
  margin: 0;
}

.prod-det-buttons {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #a9a9a9;
  position: relative;
  padding-right: 45px;
  border-radius: 50px;
}

a.btn4.cart-btn {
  text-align: center;
  width: 100%;
  color: #c2a22f;
  /* font-family: "brunson"; */
  font-size: 20px;
}


.btn2.cart-btn {
  font-weight: 500;
  font-size: 17px;
  font-family: 'neur';
  text-transform: uppercase;
  color: #000;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: 'Montserrat';
}

.prod-det-buttons i {
  font-size: 30px;
  text-align: center;
  color: #c2a22f;
}

.prod-det-buttons:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 20%;
  top: 0;
  background: #a9a9a9;
}

.rating:not(:checked)>input {
  position: absolute;
  appearance: none;
}

.rating:not(:checked)>label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}

.rating:not(:checked)>label:before {
  content: 'ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦';
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
  color: #e58e09;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #ff9e0b;
}

.rating>input:checked~label {
  color: #ffa723;
}

ul.review-det {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 25px 0;
  /* border-bottom: 1px solid #ababab; */
  /* padding-bottom: 20px; */
}

ul.review-det h4 {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

ul.review-det li i {
  color: #c2a22f;
}

.product-det-imag {
  height: 100%;
  border-right: 0;
  width: 100%;
  background: #f5f5f7;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 20px solid #41265d;
  padding: 0px 90px;
}

.product-det-imag img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}


/* Product Detail Page End */

.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;
}

.price_rev .col-6 {
  width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
  position: relative;
  /* padding: 0 4% 100px; */
  margin-bottom: 100px;
}

.prod-detail-description .nav-tabs .nav-link {
  padding: 15px;
  font-size: 25px;
  font-weight: 500;
  width: fit-content;
  margin-right: 10px;
  background: transparent;
  text-transform: uppercase;
  color: #1e1e1f;
  border-radius: 0 !important;
  font-family: 'queensila-font';
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border: 0;
  border-bottom: 3px solid #0e1a41 !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border: 0;
  border-bottom: 3px solid #41265d !important;
}

.prod-detail-description .nav-tabs {
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  gap: 40px;
}

.prod-detail-description .prd-review-input label {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 500;
  border: 1px solid #cbcbcb;
  margin: 5px 0 20px;
  background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  margin: 5px 0 0;
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: transparent;
  border: 1px solid #cbcbcb;
}

.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: var(--black);
  text-transform: uppercase;
}


.rating-stars button {
  border: none;
}

.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;
  font-family: "american";
}

.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
  font-family: "american";
}

.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 .prd-det-review-form .row {
  align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
  margin-bottom: 20px;
}

.prod-detail-description .prd-det-additional-content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #0e0e0f;
  /* font-family: "Montserrat", serif; */
}

ul.disc-list li {
  margin: 10px 0;
}


.product-detail1 .skin-2 .num-in {
  height: 50px;
  width: 150px;
  float: left;
  display: flex;
  border-radius: 25px;
  cursor: pointer;
  align-items: center;
  position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
  opacity: 1;
  content: '';
  position: absolute;
  background-color: var(--black);
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

ul.disc-list li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  /* filter: brightness(0) saturate(100%) invert(28%) sepia(87%) saturate(1208%) hue-rotate(173deg) brightness(101%) contrast(95%); */
}


section.inner_gift_sec1 .about_text h3 {
  font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
  opacity: 1;
}

ul.disc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.disc-list {
  margin-bottom: 20px;
}
section.product-detail-page.all-section {
    margin: 100px 0px;
}
.shop-detail-number-sd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ababab;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.shop-detail-number-sd h3 {
    font-family: 'nexa-font';
}

/* Inner Products Detail Ends */


/* Inner Cart Start */

.inner-cart-sec {
  padding: 100px 0;
}

.inner-cart-sec .shopping_cart_table h2 {
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #0e0d0d;
  font-size: 35px;
}

.inner-cart-sec .shopping_cart_table table th {
  font-size: 14px;
  padding-bottom: 10px;
  color: #151414;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.inner-cart-sec .shopping_cart_table table thead {
  border-bottom: 1px solid #e6e6e6;
}

.inner-cart-sec .shopping_cart_table table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #e3d4ce;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.inner-cart-sec .shopping_cart_table table tbody td {
  padding: 25px 0px;
  border-bottom: 1px solid #e6e6e6;
  /* width: 44%; */
}

.cart_product_img img {
  width: 110px;
  height: 117px;
  object-fit: contain;
  border-radius: 5px;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-transform: capitalize;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  /* font-family: "Montserrat", sans-serif; */
  width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td select {
  height: 50px;
  appearance: auto;
  border: 1px solid #b8b8b8;
  width: 135px;
  color: #000;
  font-weight: 600;
  padding: 0 15px;
}

.inner-cart-sec .shopping_cart_table table tbody td .skin-2 .num-in {
  border-radius: 0;
}

.inner-cart-sec .shopping_cart_table table tbody td .t_price {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  font-family: 'nexa-font';
  font-weight: 500;
  letter-spacing: 1px;
  width: 141px;
}


.inner-cart-sec th.w-40 {
  width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 20px;
  color: #000;
}

.inner-cart-sec .cart_recipt {
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-cart-sec .cart_recipt>a {
  padding: 15px 35px;
  border: 1px solid #cccbcb;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

.inner-cart-sec {
  padding: 80px 0;
}

.inner-cart-sec .cart_recipt>a i {
  margin-right: 10px;
}

.inner-cart-sec .recipt {
  width: 30%;
}

.inner-cart-sec .recipt li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #151414;
  font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  color: #000;
}

.inner-cart-sec .recipt li span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 500;
  /* font-family: "brunson"; */
}

.inner-cart-sec .payment_card {
  padding: 30px 30px;
}

.inner-cart-sec .payment_card h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  /* font-family: "brunson"; */
  text-transform: capitalize;
}

.inner-cart-sec .expiry_cvv a {
  border: none !important;
}

.inner-cart-sec .credit_paypal a {
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  background: #f3f3f3;
  font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.inner-cart-sec .credit_paypal {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}


.inner-cart-sec .payment_card form label {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #151414;
}

.inner-cart-sec .payment_card form {
  margin-top: 15px;
}

.inner-cart-sec .payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #151414;
}

.inner-cart-sec .payment_card form select {
  height: 50px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: 500;

  font-family: "Montserrat", sans-serif;
  color: #151414;
}

.credit_paypal label {
  font-size: 14px;
  font-weight: 600;
  color: #151414;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.inner-cart-sec .payment_card form input::placeholder {

  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #151414;
}

.inner-cart-sec .expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-cart-sec .expiry_date {
  width: 70%;
}

.inner-cart-sec .cvv_box {
  width: 26%;
}

.inner-cart-sec .month_year {
  display: flex;
  justify-content: space-between;
}

.inner-cart-sec .month_year select {
  width: 48% !important;
  appearance: auto;
}

.inner-cart-sec .month_year select option {
  color: #000;
}

.inner-cart-sec .payment_card form .btn1 {
  margin: 30px 85px;
  border: none;
}

.inner-cart-sec .shopping_cart_table {
  padding-right: 40px;
}

section.shopping_cart .skin-2 .num-in {
  height: 50px;
  width: 160px;
  float: left;
  cursor: pointer;
  color: #9d9d9d;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  border-radius: 50px !important;
}

section.shopping_cart .skin-2 .num-in span {
  /* width: 30px !important; */
  /* height: 30px !important; */
  float: left;
  position: relative;
  color: #000;
  /* border: 1px solid #d8d8d8; */
  border-radius: 20%;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-quantity-box {
  margin-top: 50px;
}

.pro-quantity-box .quanity.product-detail input {
  border: none !important;
}

.pro-quantity-box .product-detail .num-in {
  background: #0000000f;
  width: 160px;
  border: 1px solid #cfc3bd;
}

.pro-quantity-box .row {
  align-items: center;
}

.productdetail-line {
  margin-top: 40px;
}

.products-detail-text p {
  margin-bottom: 30px;
}

.productdetail-line p {
  font-size: 17px;
  color: #1d1d1d;
  font-weight: 600;
}

.productdetail-line ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.productdetail-line ul li p {
  margin-bottom: 0;
}

.productdetail-line ul li a {
  color: #f26877;
  font-size: 22px;
}

.pro-quantity-box .quanity.product-detail input {
  width: 50%;
  height: 40px;
  border: 1px solid #000;
  padding: 13px;
  color: #000;
}

section.shopping_cart .skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

section.shopping_cart .num-in input.in-num {
  background-color: #ffffff;
  width: 38%;
  font-family: 'Helvetica';
}

section.shopping_cart .skin-2 .num-in input {
  float: left;
  width: 30%;
  height: 35px;
  border: none;
  text-align: center;
  background: transparent;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  font-family: "brunson";
}

section.shopping_cart .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #787878;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.cart-btn button {
  border: none;
}

.cart_product_name {
  margin-left: 15px;
}


/* Inner Cart End */


/* Inner Check Out Start */

.billing_form h3 {
  margin: 0;
  margin-bottom: 40px;
  color: #000;
  font-size: 40px;
  /* font-family: "brunson"; */
  font-weight: 500;
}

.billing_form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #858585;
  font-family: "Montserrat", sans-serif;
}

.radiosss p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.check-out-btn button {}

.check-out-btn button {
  padding: 14px 7px 14px 20px;
}

.billing_form input {
  width: 100%;
  height: 46px;
  border: none;
  margin-bottom: 15px;
  padding-left: 15px;
  font-weight: 500;
  color: #b0b0b0;
  background: #ffffff00;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  font-weight: 500;
  color: #8d8d8d;
  font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 21px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'nexa-font';
}

.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 h3 {
  font-size: 28px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_sidebar h3 {
  font-size: 25px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  /* font-family: "brunson"; */
}

.cart_sidebar .h-sub {
  font-size: 22px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'nexa-font';
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'queensila-font';
}

.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;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.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 #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}


.check-out-btn {
  margin-top: 35px;
}

.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 #d8d8d8;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 30px;
  font-family: 'queensila-font';
}

.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: #000000;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid #d8d8d8;
}

section.checkout_page {
  padding: 100px 0;
  position: relative;
}

.sale-upto-off-flower.check-one {
  left: -120px;
}

.sale-upto-off-flower.check-one {
  left: -20px;
  top: 30px;
}

.sale-upto-off-flower.check-two {
  top: inherit;
  bottom: 0;
  right: inherit;
  left: 410px;
}

section.checkout_page .sale-upto-off-flower img {
  width: 151px;
  height: 143px;
  object-fit: contain;
}

.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);
}
.cart_product_name h4 {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}

/* Inner Check Out End */

/*Picing Page Start*/
.text-pricing h2 {
    font-size: 78px;
    font-family: 'blenderPro';
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.text-pricing h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.text-pricing ul li {
    display: flex;
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    color: #000;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
}

.text-pricing ul li img {
    /* width: 15px; */
    /* height: 17px; */
    object-fit: cover;
}


.text-pricing {
    padding: 60px 40px;
}
.text-pricing ul {
    margin-bottom: 30px;
}
.text-pricing h2 span {
    font-size: 49px;
}
.text-pricing:hover {
    background: #543673;
    transition: 0.9s;
}

.text-pricing:hover h5 {
    color: #fff;
}

.text-pricing:hover h2 {
    color: #fff;
}

.text-pricing:hover p {
    color: #fff;
}

.text-pricing:hover ul li {
    color: #fff;
}



.text-pricing:hover ul li img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(27deg) brightness(121%) contrast(90%);
}
.pricing .row {
    justify-content: center;
}
.pricing {
    margin: 100px 0px 60px;
}
.heading-resources {text-align: center;}
.text-pricing p {
    margin-bottom: 20px;
}
/*Pricing Page End*/
section.subscript-inner-page {
    margin-bottom: 100px;
}
.banner-img.inner-banner-img img {
    height: 80vh;
}

.banner_img.inner-main-page img {
    margin-top: 80px;
}
.banner_text h3 {
    font-size: 32px;
    letter-spacing: 4px;
    color: #bfa139;
    margin-bottom: 10px;
}
.product-sd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-sd ul li a {
    padding: 0px 0px 0px 10px !important;
    font-size: 12px !important;
}

.product-sd ul li a .btn-img {
    height: 38px;
    width: 40px;
}