/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/



/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    margin: 0
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
} */

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: right;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: right;
    background-color:#f7f1e5;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent!important;
}

.toggle_icon {
    padding: 10px 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f08b47;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-right: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.login_text {
    width: 100%;
    float: right;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    padding-right: 15px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-right: 90px;
    z-index: 2;
}


.signIn_btn{
    color : #2f3e3b !important ;
    background : transparent ;
    border : 1px solid #2f3e3b !important;
    transition: all 0.3s ease-in-out;
}

.signIn_btn:hover{
    color : #f08b47 !important ;
    background : #2f3e3b ;
    border : 1px solid #f08b47 !important ;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: right;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f7f1e5;
}

.banner_taital {
    width: 100%;
    margin: 0 auto;
    font-size: 85px;
    color: #2f3e3b;
    line-height: 90px;
    padding-top: 20px;
}

.banner_text {
    width: 100%;
    float: right;
    font-size: 18px;
    color: #2f3e3b;
    margin: 20px 0px;
}

.read_bt {
    width: 190px;
    float: right;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #ffffff;
    background-color: #2f3e3b;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f08b47;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: right;
    background-color: #ffffff;
    height: auto;
}

.about_section_main {
    width: 100%;
    float: right;
}

.about_taital_main {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-left: 100px;
}

.about_taital {
    width: 100%;
    float: right;
    font-size: 44px;
    color: #2f3e3b;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: right;
    font-size: 17px;
    color: #252525;
    margin: 20px 0px;
}

.image_3 {
    width: 100%;
    float: right;
    height: 430px;
}

.readmore_bt {
    width: 170px;
    float: right;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #ffffff;
    background-color: #2f3e3b;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #fff;
    background-color: #f08b47;
}

.about_list{
    font-size: 18px;
    font-weight: bold;
}

.about_list li{
    margin-bottom: 10px;
}

.about_list li span{
    color: #fff;
    font-weight: bold;
    background-color: #2f3e3b;
    padding: 5px 10px;
    margin-left: 15px;
    border-radius: 10px 4px 20px 15px;
}


/* about section end */

/* Start Offer */
.offer_section{
    width: 100%;
    float: right;
    background-color: #fff;
    margin-bottom: 15px;
}
.offer_banner {
    background-image: url('/homePage/images/Green Nature Elegant Skincare Banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    position: relative;
}

.offer_banner .text {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: #f7f1e5 !important;
    text-align: right;
    padding-right: 20px;
    padding-top: 30px;
}

.offer_banner .text h1 {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

/* End Offer */

/* product section start */

.product_section {
    width: 100%;
    float: right;
    padding-bottom:20px;
    background-color: #2f3e3b;
}

.product_taital {
    width: 100%;
    float: right;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #f7f1e5 ;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: right;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0px;
}

.product_section_2 {
    width: 100%;
    float: right;
    padding-top: 30px;
}

.product_box {
    width: 100%;
    background-color: #f7f1e5;
    height: auto;
    border: 1px solid #fff;
    padding: 20px 0px 0px 0px;
    margin-top: 30px;
    border-radius: 15px;
}

.bursh_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #2f3e3b;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 0px;
}

.image_1 {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 0px 20px;
    height: 200px;
}

.btn_main {
    width: 100%;
    display: flex;
    background-color: #2f3e3b;
    height: auto;
    padding: 20px 10px 13px 10px;
}

.buy_bt {
    float: right;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: right;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}

.buy_bt li.active a {
    background-color: #f5ddb6;
    color: #fff;
}

.price_text {
    font-size: 16px;
    color: #fefefd;
    width: 42%;
    padding-top: 5px;
    text-align: right;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 40px;
}

.seemore_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #fff;
    background-color: #2f3e3b;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color:#f08b47 ;
}

/* Position carousel controls outside the boxes */
.custom-carousel-control {
    width: 50px !important;
    height: 50px !important;
    background-color: #f5ddb6 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #fff !important;
}

/* Adjust the position */
.carousel-control-prev {
    top: 50% !important;
    left: -60px !important; /* Moves the previous button to the left outside the content */
}

.carousel-control-next {
    top: 50% !important;
    right: -60px !important; /* Moves the next button to the right outside the content */
}

/* Add hover effect for buttons */
.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.3s;
}


/* product section end */


/* Gallary section start */

.customer_section {
    width: 100%;
    float: right;
    padding-bottom: 20px;
    background-color: #fff;
}

.customer_taital {
    width: 100%;
    float: right;
    font-size: 40px;
    text-transform: uppercase;
    text-align: right;
    color: #2f3e3b;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    right: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    right: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #2f3e3b;
    background-color: #f5ddb6
}


/* Gallary section end */

/* Reel section start*/
.reels-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
    position: relative;
 }
 
 .reels-container {
    display: flex;
    gap: 15px;
 }
 
 .reel-item {
    display: inline-block;
    width: 150px;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
 }
 
 .reel-item:hover {
    transform: scale(1.05);
 }
 
 .reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 
 .reel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
 }
 
 .reel-title {
    margin: 0;
    font-weight: bold;
 }
 
 .reels-wrapper::-webkit-scrollbar {
    height: 10px;
 }
 
 .reels-wrapper::-webkit-scrollbar-thumb {
    background: #2f3e3b;
    border-radius: 5px;
 }
 
 .reels-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
 }

 
.reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none; /* Removes focus outlines */
}


.reels-wrapper {
    overflow-x: auto; /* Horizontal scroll only */
    overflow-y: hidden; /* Disable vertical scroll */
}


body.modal-open {
    overflow: hidden; /* Prevent body scroll when modal is open */
}

/* Reel section End*/

/* footer section start */

.footer_section {
    width: 100%;
    float: right;
    background-color: #2f3e3b;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.footer_logo {
    width: 100%;
    float: right;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: right;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: right;
    opacity: 0.7;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
    opacity: 0.8;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.address_bt li a {
    color: #ffffff;
}

.address_bt li a:hover {
    color: #f5ddb6;
}

.padding_right10 {
    padding-right: 10px;
}

.address_text {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.dummy_text {
    width: 100%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
}

.ipsum_text {
    width: 65%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #f5ddb6;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: right;
    font-size: 26px;
    color: #f5ddb6;
    padding: 10px;
}

.social_icon li a {
    color: #fff;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: right;
    background-color: #2f3e3b;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}