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

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

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

a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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: 'futosans';
    src: url(../fonts/futo-sans-bold.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: 100px !important;
}

.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: 100px 0;
}

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

.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: 'futosans';
    font-size: 123px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'futosans';
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'futosans';
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: 'futosans';
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: 'futosans';
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: 'futosans';
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

p {
    color: #ffffff8a;
    font-size: 14px;
    font-family: "Poppins", sans-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;
}

.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: 0;
    font-size: 14px;
    text-transform: capitalize;
}


/*.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: #ffffff;
}

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

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

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

/*header css start */

/*banner css start */

.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*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

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

/* header */

.header_icons a {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 1px solid #ffffff;
    position: relative;
}

.header_email form input {
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
    padding: 15px 80px 15px 20px;
    text-align: start;
}

.header_email form {
    position: relative;
}

.header_email form button {
    border: none;
    border-radius: 50%;
    height: 100%;
    width: 70px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: none;
    color: #ffffff;
}

.header_right {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header_icons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

/* header */

/* banner */

.main_slider {
    position: relative;
}



/* banner */


/* Built for Structured Laboratory Research */


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

.heading p {
    width: 52%;
    margin: 0 auto;
}

.funfact_box {
    text-align: center;
    background: transparent;
    border-radius: 15px;
    padding: 20px 60px;
    border: 1px solid #383a3c;
    transition: all .3s ease-in;
}

.funfact_icon {
    height: 70px;
    width: 70px;
    border-radius: 15px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    border: 1px solid #000000;
    position: relative;
    z-index: 1;
}

.funfact_icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.funfact_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.funfact {
    position: relative;
    z-index: 1;
}

.funfact_icon::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 15px;
    z-index: -1;
    transition: all 500ms ease;
}

.funfact_box:hover .funfact_icon::before {
    transform: scale(1, 1);
}

.funfact_box:hover .funfact_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.funfact_box:hover {
    transform: translateY(-15px);
    border: 1px solid #ffffff;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
}

.funfact_box:hover h2 {
    color: #fff;
}

.funfact_box:hover p {
    color: #ffffff9a;
}

.funfact_box:hover .funfact_icon {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

/* Built for Structured Laboratory Research */

/* Featured Research Compounds */

.serv_main_txt {
    padding: 25px;
    border-radius: 10px;
    background: #ffffff;
}

ul.serv_top_ul li h3 a {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

ul.serv_top_ul li i {
    color: #ffa800;
    margin-right: 5px;
}

.serv_main_txt ul li span {
    color: #0000008a;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    transition: ease-in;
    transition-duration: 0.5s;
}

ul.serv_btm_ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
    color: #ffffff;
    font-size: 16px;
}

ul.serv_btm_ul li h3 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
}

ul.serv_top_ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

ul.serv_btm_ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.serv_main {
    background: linear-gradient(90deg, rgba(40, 1, 149, 1) 0%, rgba(80, 2, 204, 1) 50%, rgba(105, 0, 238, 1) 100%);
    border-radius: 10px;
    margin-bottom: 140px;
}

.serv_main_img {
    text-align: center;
    padding-bottom: 10px;
}

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

.serv_main_img a {
    width: 160px;
    height: 300px;
    margin-top: -86px;
}

.featured_compounds_btn {
    text-align: end;
}

.serv_main_txt p {
    color: #0000007d;
}

.featured_compounds_heading p {
    width: 85%;
}

.margintbm {
    margin-top: 130px;
}

.themebtn {
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
    color: #ffffff;
}

/* Featured Research Compounds */

/* Elevate Your Research Precision */

.elevate_precision_txt h2 {
    font-size: 70px;
}

.elevate_precision_txt p {
    width: 80%;
    margin-bottom: 20px;
}

.elevate_precision {
    margin: 0 2%;
    background: url(../images/evelate-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 20px 0;
}

.elevate_precision_img {
    text-align: center;
}

.explore_corexa {
    padding-top: 100px;
}

/* Elevate Your Research Precision */

/* why choose us */

.wcu_img img {
    border-radius: 20px;
    object-fit: cover;
    height: 580px;
}

.wcu_txt {
    padding-right: 30px;
}

.wcu_txt ul li p {
    margin-bottom: 0;
}

.wcu_txt ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 25px;
    z-index: 1;
}

.wcu_txt ul li::before {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #13b6ff;
    left: 0;
}

.wcu_txt ul li::after {
    content: '';
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    border-left: 1px solid #414244;
    left: 3px;
}

.wcu_txt ul {
    margin-top: 40px;
}

.wcu_txt ul li:last-child::after {
    content: none;
}

.wcu_img {
    padding-left: 50px;
}

/* why choose us */

/* Streamlined Ordering Process */

.streamlined_box {
    text-align: center;
    background: transparent;
    border-radius: 15px;
    padding: 20px 65px;
    border: 1px solid #383a3c;
    transition: all .3s ease-in;
}

.streamlined_icon {
    height: 70px;
    width: 70px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -55px auto 40px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
}

.streamlined_icon img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(102%) contrast(104%);
}

.streamlined_icon::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}

.streamlined_box:hover .streamlined_icon::before {
    transform: scale(1, 1);
}

.streamlined_box:hover .funfact_icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(222%) hue-rotate(343deg) brightness(117%) contrast(100%);
}

.streamlined_box:hover {
    transform: translateY(-15px);
    border: 1px solid #ffffff;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
}

.streamlined_box:hover h2 {
    color: #fff;
}

.streamlined_box:hover p {
    color: #ffffff9a;
}

.streamlined_box:hover .streamlined_icon {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.streamlined_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.stream_main span {
    font-family: 'futosans';
    font-size: 170px;
    line-height: 190px;
    font-weight: bolder;
    position: absolute;
    display: block;
    top: -120px;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    background: linear-gradient(357deg, rgb(255 255 255 / 0%) 0%, rgb(158 158 158 / 0%) 50%, rgb(255 255 255) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.stream_main {
    position: relative;
    margin-top: 100px;
}

/* Streamlined Ordering Process */

/* testimonial */

.testimonial_btn {
    text-align: end;
}

.testi_left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.testi_left ul li {
    margin-left: -25px;
}

.testi_left ul li img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testi_txt p {
    font-style: italic;
    font-size: 20px;
    margin-bottom: 50px;
}

.test_main ul li img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

.test_main ul li h3 {
    font-size: 30px;
}

.test_main ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.test_main {
    padding: 50px 20px 20px;
}

.testimonial_btn button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in;
}

.testimonial_btn button:hover {
    border: 1px solid #fff;
    color: #fff;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
}

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

/* testimonial */

/* footer */

.newletter_txt h2 {
    font-size: 40px;
}

.newletter_txt form input {
    width: 100%;
    border: 1px solid #ffffff61;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    border-radius: 50px;
    padding: 15px 200px 15px 20px;
    text-align: start;
}

.newletter_txt form input::placeholder {
    color: #ffffff91;
}

.newletter_txt form {
    width: 40%;
    position: relative;
    margin-top: 30px;
}

.newletter_txt form button {
    border: none;
    right: 0;
    position: absolute;
    top: 1px;
    z-index: 1;
}

.newletter_txt {
    background: url(../images/newsletter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 70px 0;
}

.ftr_mid_logo ul {
    margin-top: 30px;
    column-count: 2;
}

.ftr_mid_logo ul li {
    border: 1px solid #ffffff36;
    padding: 7px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.quick_links ul li a {
    color: #ffffff69;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 20px;
    transition: all .4s ease-in;
}

.quick_links ul li a:hover {
    color: #fff;
    transform: translateX(15px);
}

.quick_links h5 {
    margin-bottom: 30px;
}

.ftr_links ul {
    column-count: 2;
}

.quick_links {
    padding: 20px 40px 0;
    border-left: 1px solid #ffffff36;
    height: 100%;
}

.footer-btm {
    border-top: 1px solid #ffffff36;
    padding: 30px 0;
}

.copy-txt p {
    color: #ffffff;
}

.ftr_mid {
    padding-top: 100px;
}

.credits {
    text-align: end;
}

/* footer */


.bnr_mid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bnr-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;
    width: 100%;
    z-index: -1;
}

.bnr_mid {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.bnr_bg img {
    height: 900px;
    width: 100%;
    object-fit: cover;
}


/* inner banner */

.inner_banner {
    padding-top: 15%;
    background: url(../images/inner-bnr-ng.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 550px;
}

.inner_banner_txt h1 {
    font-size: 124px;
}

/* inner banner */

/* about */

.abt_left img {
    height: 570px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.abt_right img {
    height: 490px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.abt_txt p {
    margin-bottom: 20px;
}

.d_block {
    display: block;
}

/* about */

/* shop */

.category-sidebar {
    padding: 50px 30px;
    border-radius: 10px;
    font-family: 'futosans';
    max-width: 320px;
}

.sidebar-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'futosans';
}

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

.category-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.category-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'Poppins';
    font-weight: 500;
}

.category-list a:hover {
    color: #13b6ff;
    font-weight: bold;
}

.top-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.filter-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-item label {
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

.custom-select select {
    appearance: none;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpolygon fill='%23666' points='0,0 7,10 14,0'/%3E%3C/svg%3E") no-repeat 90%;
    background-size: 10px;
    padding: 6px 25px 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #fff;
}

.product-count-view {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.products-found {
    font-size: 14px;
    color: #ffffff;
}

.view-toggle {
    display: flex;
    align-items: center;
    gap: 0px;
}

.view-label {
    font-size: 14px;
    margin-right: 5px;
}

.view-link {
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 14px;
    color: #ffffff;
    transition: 0.3s;
}

.view-link.active,
.view-link:hover {
    color: #ffffff;
    border-color: #ffffff;
}

/* shop */

/* shop Detail */

.productdetailportion {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    border-radius: 10px;
    width: 100%;
    background: #e6e1e1;
}

.productdetailportion img {
    height: 400px;
    width: auto;
    object-fit: contain;
}

.productdetailsmallportion {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px;
    width: 100%;
    background: #e6e1e1;
}

.productdetailsmallportion img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

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


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

ul.rate-reviews li h6 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #ffffff9e;
    font-size: 12px;
}

ul.rate-reviews li i {
    color: #f9ae0e;
}

.price h5 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}

.price h5 del {
    font-size: 14px;
}

h3.pull-left {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.q_main .num-in {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #ffffff69;
}

.q_main .num-in span {
    cursor: pointer;
    padding: 15px 15px;
    user-select: none;
    font-size: 25px;
    color: #8f9091 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.q_main .num-in input {
    width: 40px;
    text-align: center;
    font-size: 18px;
    border: none;
    color: #ffffff !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background: transparent;
}

.add-crt-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
}

.iconlist ul li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.iconlist ul li a {
    color: #ffffff8a;
}

.description .nav-tabs {
    border-bottom: 0;
    gap: 30px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
}

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

.description li.nav-item .nav-link.active {
    border: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    font-family: 'Poppins';
    background: none;
    position: relative;
    border-bottom: 0;
}

.description .tab-content p {
    margin-bottom: 30px;
}

.description .tab-content form {
    margin-bottom: 70px;
}

.description .tab-content form .row {
    align-items: center;
}

.description .tab-content input[type="text"] {
    width: 100%;
    background-color: rgba(246, 246, 246, 0);
    height: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgb(255 255 255);
    font-family: 'Poppins';
    padding: 0 15px;
    border: 1px solid #ffffff54;
    border-radius: 50px;
}

.description .tab-content textarea {
    width: 100%;
    background-color: rgba(246, 246, 246, 0);
    margin-bottom: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
    padding: 15px 15px;
    border: 1px solid #ffffff54;
    border-radius: 20px;
}

.description .tab-content input::placeholder {
    color: #ffffff91;
}

.description .tab-content textarea::placeholder {
    color: #ffffff91;
}

.description li.nav-item button {
    width: 100%;
    height: 70px;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff4d;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins';
}

.description .nav-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -160px;
    height: 1px;
    width: 120vw;
    background: #ffffff3d;
}

.description li.nav-item .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #13b6ff;
}

/* shop Detail */


/*Login page Start*/

.log-in-wrap {
    padding: 40px 40px;
    background-color: #ffffff00;
    border-radius: 10px;
    border: 1px solid #cccccc6b;
}

.form-group {
    margin-bottom: 15px;
}

.log-in-wrap h2 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 50px;
}

.contact-page-main .form-control {
    border-radius: 50px;
    font-size: 14px;
    height: 60px;
    background-color: #ffffff00;
    border-color: #cccccc6b;
    width: 100%;
}

.contact-page-main .form-group label {
    color: #ffffff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-page-main .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 1px #000000;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.form-group {
    margin-bottom: 20px;
}

label.form-check-label {
    color: #707070;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}

/* account page end  */

/* comliance */

.comliance_txt {
    text-align: center;
}

.comliance_txt p {
    margin-bottom: 20px;
}

/* comliance */

/*Contact Us page */

.get-in-touch-text p {
    margin-bottom: 30px;
    width: 80%;
}

.contact-form textarea {
    width: 100%;
    border-radius: 10px;
    height: 170px;
    padding: 16px 20px;
    resize: none;
    margin-bottom: 20px;
    border: 1px solid #ffffff54;
    color: #000;
    background: none;
}

.contact-form input {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #ffffff54;
    color: #ffffff;
    background: none;
}

.contact-social-link {
    margin-top: 50px;
}

.get-in-touch-text ul li {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.get-in-touch-text ul li:hover {
    transform: translateX(10px);
}

.get-in-touch-text ul li a span {
    display: block;
    margin-top: 8px;
}

.get-in-touch-text ul li i {
    font-size: 20px;
    background: linear-gradient(90deg, rgba(134, 216, 255, 1) 0%, rgba(77, 194, 255, 1) 50%, rgba(19, 182, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.get-in-touch-text ul li a {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: #858585;
}

.contact-form h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.get-in-touch-text h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.get-in-touch-text {
    background: #12161c;
    border-radius: 10px;
    padding: 100px 40px;
    margin: 0px 40px;
}

.contact-form {
    margin-right: 20px;
}

/*Contact Us page */


/*checkout start*/
.checout-input input {
    width: 100%;
    border: 1px solid #d5d5d56e;
    height: 50px;
    padding: 20px;
    margin: 5px 0;
    background-color: unset;
    border-radius: 100px;
}

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

.checout-input select.form-select {
    width: 100%;
    border: 1px solid #d5d5d56e;
    height: 45px;
    padding: 0px 20px;
    margin: 5px 0;
    color: #000;
    background-color: unset;
    border-radius: 100px;
    background-color: unset;
    background-image: url(../images/down.png);
}

section.checkout-page {
    color: #9d9e9f;
    padding: 100px 0;
}

.checout-input textarea {
    width: 100%;
    resize: none;
    height: 170px;
    padding: 20px;
    background-color: unset;
    border-radius: 20px;
    border: 1px solid #d5d5d56e;
}

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

.sub-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2px;
    margin-bottom: 20px;
    flex-direction: column;
}

.sub-total label {
    cursor: pointer;
}

.sub-total input {
    margin-right: 10px;
}

.price {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.price h6 {
    color: #9d9e9f;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.price p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

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

.price-sub {
    font-weight: 600;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #d5d5d56e;
    margin-bottom: 20px;
}

.price-sub p {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

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

.Shipping img {
    margin-right: 14px;
}

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

label {
    display: inline-block;
    cursor: pointer;
}

.Shipping input {
    margin-right: 8px;
}

.check-btm {
    margin-top: 30px;
    border: 1px solid #d5d5d56e;
    padding: 50px 30px;
    border-radius: 10px;
}

.instruction a {
    color: #000;
    font-weight: 600;
}

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

.sub-total h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.sub-total p {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 16px;
}

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

.Shipping.last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
}

.Shipping.last h6 {
    font-weight: 700;
    font-size: 16px;
}

.Shipping.last p {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}

.instruction {
    padding-bottom: 6px;
}

.checkout-right h6 {
    font-weight: 400;
    font-size: 18px;
}

.place-order .themebtn {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

/* Checkout Ends */

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

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

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

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

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

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

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

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

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

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

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

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

.cart-product p {
    cursor: pointer;
}

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

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

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

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

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

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

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

.location-fields input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #c1c1c1;
    background: #ffffff00;
    color: #fff;
}

.location-fields select {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #c1c1c1;
    background: #ffffff00;
}

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

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

.Subtotal {
    margin-bottom: 10px;
}

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

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

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

.sub-total>h6 {
    font-size: 16px;
    margin: 20px 0px 10px;
    padding-bottom: 10px;
    color: #fff;
}

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

.cart-total p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.update-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-cart-btn button {
    font-weight: 500;
    padding: 13px 35px;
    color: #ffffff;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #fff;
}

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

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

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

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

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

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

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

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

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

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

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

/* Cart Ends */

/* Wrapper */
.hero-slider {
    position: relative;
    height: 120vh;
}

/* Grid */
.hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/bbanner.jpg);
    background-size: cover;
    z-index: -1;
    height: 100%;
    width: 100%;
}

/* Center Strip */
.center-strip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 100%;
    background: url(../images/bnr-shape.png);
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

img.bottle {
    position: absolute;
    bottom: 0;
}

/* Slide */
.slide {
    min-height: 100vh;
    position: relative;
    z-index: 5;
    padding: 200px 0 0;
}

/* Headings */
.big-left,
.big-right {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 6px;
    color: #fff;
    width: 680px;
}

.sub-text {
    color: #9aa4b2;
    margin-top: -10px !important;
}

/* Bottle */
.bottle {
    position: absolute;
    left: 36%;
    top: -50% !important;
    transform: rotate(358deg);
    width: 35% !important;
    z-index: 6;
}

/* Button */
.btn-premium {
    background: #7fd5ff;
    padding: 14px 40px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    color: #fff;
}

/* Bottom */
.bottom-info {
    /* position: absolute; */
    /* bottom: 50px; */
    /* width: 100%; */
    /* z-index: 6; */
    margin-top: 130px;
}

.bottom-title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.bottom-desc {
    font-size: 12px;
    color: #8892a0;
    line-height: 18px;
}

/* Slick dots */
.slick-dots li button:before {
    color: #fff;
}

@media(max-width:992px) {

    .big-left,
    .big-right {
        font-size: 60px;
        text-align: center;
    }

    .center-strip {
        width: 60%;
    }

    .bottle {
        position: relative;
        transform: rotate(-10deg);
        margin: 40px auto;
        display: block;
    }

    .bottom-info {
        position: relative;
        margin-top: 50px;
    }
}

h1.big-left span {
    position: absolute;
    top: 109%;
    right: 16%;
}

.hero-slider .row.align-items-center {
    position: relative;
}

.banner-img {
    top: 110px;
}

.header_email form input::placeholder {
    color: #fff;
}

.center-info-img img {
    width: 100%;
}

img.line {
    position: absolute;
    top: 150px;
    width: 80%;
    right: 0;
    left: 0;
    height: 55%;
    margin: 0 auto;
    z-index: -1;
}

.center-info-img {
    display: flex;
    align-items: center;
    width: 14%;
}

.center-info-text {
    width: 75%;
}

.center-info {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 28%;
    margin-top: 3%;
    margin-left: 6%;
    gap: 30px;
}

.bottom-info {
    /* width: 100%; */
    /* margin: 0 auto; */
}


.Fulfillment-box {
    width: 30%;
}

.high-box {
    width: 28%;
}

section.banner-wrap {
    position: relative;
    z-index: 1;
}