@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;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    font-family: 'montserrat-medium';
}

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: 23px;
    font-family: 'montserrat-regular';
    font-size: 14.01px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'demo-buinton';
    src: url(../fonts/demo-buinton.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .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: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -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;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    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: #000000;
}

.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: 'demo-buinton';
    font-size: 87.11px;
    line-height: 1.2;
    color: #222222;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'demo-buinton';
    font-size: 55px;
    line-height: 75px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'demo-buinton';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'demo-buinton';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'demo-buinton';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'demo-buinton';
    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: 16px 0;
}

.menuSec img {
    margin: 0;
}
.menuSec .col-md-7 {
    border: 1px solid #b0d8e7;
    border-top: 0;
    border-bottom: 0;
    padding: 8px 0;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
}
a.menu_btn {
    color: #576267;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding-left: 54px;
}

.header_btn {
    display: flex;
    justify-content: center;
    gap: 22px;
}
.banner_text.wow.fadeInLeft {
    margin-left: 70px;
}
.header_btn a {
    color: #585b5c;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.header_btn a i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #e46a7c;
    border-radius: 50px;
    font-size: 17px;
    color: #653c39;
}
.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: #576267;
    /* padding: 10px 23px; */
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.topSecleft ul {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0;
    gap: 52px;
    text-transform: uppercase;
    font-size: 13.82px;
    font-weight: 600;
}

.topSecRight ul {
    display: flex;
    margin: 0;
    justify-content: end;
    text-align: end;
    align-items: center;
    gap: 57px;
    text-transform: uppercase;
    font-size: 13.82px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13.82px;
    font-size: 13.82px;
    text-transform: uppercase;
}

.topSec .row {
    align-items: center;
}

.topSecleft ul li a {
    color: #576267;
}

.topSecRight ul li a {
    color: #576267;
}
.menuSec ul li a:after {
    /* content: ''; */
    position: absolute;
    /* top: 35%; */
    /* right: 0; */
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.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: #e76e81;
}

.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;
}
.topSec {
    padding: 15px 0;
    border-bottom: 1px solid #74bfde;
    
    
    
}

header{
    background-image: url(../images/header-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    background-position: bottom;
}
/*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-item {
    height: 670px;
    width: 100%;
}
.banner_img {
    /* position: absolute; */
    left: 0;
    top: 0;
}

.banner_img img {
    /* height: 670px; */
    width: 100%;
    object-fit: cover;
}
.banner-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-back img {
    height: 100%;
    width: 100%;
}
.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: rgb(252 251 247);
    z-index: 1;
}
.banner_text a {
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #e26b7e;
    text-transform: uppercase;
    color: #fff;
    font-size: 13.01px;
    border-radius: 5px;
}
.banner_text p {
    color: #798281;
    font-weight: 600;
}
.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*/
/*footer start*/
footer .container-fluid {
    padding: 0 3%;
}
.fot-top {
    padding: 70px 0px 0px;
}

footer {
    background-color: #272727;
    /* margin-top: 100px; */
}
.fot-top h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.fot-logo p {
    font-size: 15px;
    color: #fff;
}
.quick-links {
    margin-left: 14%;
}
.quick-links {
    margin-left: 7%;
    border-left: 1px solid #414141;
    height: 108%;
    padding-left: 10%;
}
.cont-info {
    border-left: 1px solid #fff;
    padding-left: 10%;
    height: 108%;
}
.quick-links ul li a {
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    color: #908f8f;
}
.fot-logo img {
    margin-bottom: 13px;
}
.fot-bot ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.fot-bot ul li a i:hover {
    background-color: #fff;
    transition: 1s;
    color: #000;
    border: unset;
}
.fot-bot ul li a i {
    font-size: 18px;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.fot-bot p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0;
}
.fot-bot img {
    text-align: end;
    margin: 0 0 0 auto;
    width: fit-content;
    display: block;
}
.fot-bot {
    padding: 20px;
}

.fot-bot .container-fluid {
    border: 1px solid #414141;
    padding: 20px 25px;
    border-radius: 10px;
}

.fot-bot .row {
    align-items: center;
}
ul.foot-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #c1c1c3;
    text-transform: uppercase;
    padding-bottom: 17px;
}

ul.foot-list li a i {
    color: #c1c1c3;
}
/*footer end*/
.shop_back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.shop_back img {
    width: 100%;
    height: 864px;
}
.shop {
    background: #fee4a9;
    text-align: center;
    height: 800px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shop_content {
    width: 617px;
    margin: 0 auto;
    padding-bottom: 38px;
}

.shop_content h2 {
    margin: 0;
    padding-bottom: 5px;
    color: #222222;
}

.shop_content p {
    margin: 0;
    color: #a99164;
    font-weight: 600;
}

.shop_img img {
    height: 375px;
    width: 100%;
    border-radius: 14px;
}

.shop_img h4 {
    font-size: 32.16px;
    color: #222222;
    padding-top: 13px;
}
.product_sec {
    padding: 100px 0;
}

.shop_content.product {
    text-align: center;
}

.shop_content.product p {
    color: #949494;
}

.product_card {
    border: 1px solid #efefef;
    border-radius: 7px;
}

.product_card img {
    width: 100%;
    height: 333px;
    object-fit: cover;
    border-radius: 8px;
}

.product_text {
    padding: 17px;
}

.product_text h5 {
    margin: 0;
    font-size: 28.33px;
    padding-bottom: 10px;
    color: #232323;
}

.total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.total h6 {
    margin: 0;
    font-size: 22.01px;
    color: #da6b78;
}

.total h6 span {
    color: #ababab;
    font-size: 15.12px;
}

.total span {
    font-size: 13.01px;
    color: #ababab;
}

.total i {
    font-size: 13.01px;
    color: #ff8a00;
}

.product_text a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: #f1f1f1;
    color: #f27f9c;
    border-radius: 5px;
    font-size: 13.01px;
}
.our_story_img img {
    width: 100%;
    height: 555px;
    object-fit: cover;
    border-radius: 15px;
}

.our_story_text {
    text-align: center;
}

.our_story .row {
    align-items: center;
}

.our_story_text h2 {
    font-size: 82.72px;
    color: #222222;
    margin: 0;
    padding-bottom: 20px;
}

.our_story_text p {
    margin: 0;
    padding-bottom: 51px;
    font-weight: 600;
    color: #959595;
}

p.para {
    padding-bottom: 20px;
}
.our_story_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    background: #e26b7e;
    color: #fff;
    border-radius: 5px;
    font-size: 13.01px;
    text-transform: uppercase;
}
.unique_sec{
    position: relative;
    z-index: 1;
    height: 641px;
    padding: 163px 0;
    margin-top: 75px;
    width: 100%;
}
.unique_img {
    position: absolute;
    z-index: -2;
    margin: 0 auto;
    top: 17px;
    left: 0;
    right: 0;
    /* bottom: 0; */
    align-content: center;
    align-items: center;
}

.unique_img img {
    width: 682px;
    height: 623px;
    object-fit: cover;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
}
.unique_sec_img {
    position: absolute;
    z-index: -1;
    /* top: 0; */
    /* left: 0; */
    /* height: 100%; */
    /* width: 100%; */
    bottom: 0;
    right: -30px;
    margin: auto;
}

.unique_sec_img img {height: 627px;width: 100%;}

.unique_text {
    text-align: center;
    width: 510px;
    margin: 0 auto;
}

.unique_sec .row {
    align-items: center;
}

.unique_text h2 {
    font-size: 75.25px;
    color: #202020;
}
.unique_text h2 span {
    color: #e56a80;
    font-size: 73px;
}

.unique_text p {
    font-weight: 600;
    color: #817b7b;
}

.unique_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    background: #e26b7e;
    color: #fff;
    border-radius: 5px;
    font-size: 13.01px;
    text-transform: uppercase;
}
.express_Sec{
    background-image: url(../images/header-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 532px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.express_text {
    width: 640px;
    margin: 0 auto;
}

.express_text h2 {
    font-size: 88.85px;
    line-height: 110px;
    color: #222222;
}

.express_text p {
    font-weight: 600;
    color: #7e7e7e;
}

.express_text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    background: #e26b7e;
    color: #fff;
    border-radius: 5px;
    font-size: 13.01px;
    text-transform: uppercase;
}

/*---------------------------------------------------- Testimonial Section -----------------------------------------------------------*/

.hm-testi{
padding:100px 0;
position:relative;
}

/* heading */

.top-heading-category{
text-align:center;
margin-bottom:50px;
}

.top-heading-category h2{
font-size:72px;
margin-bottom:10px;
color:#222;
}

.top-heading-category p{
width:40%;
margin:auto;
color:#8c8c8c;
line-height:26px;
}

/* main content */

.testi-content-main{display:flex;align-items:center;gap:35px;border-bottom:3px solid #e26b7e;/* padding-bottom:25px; */}

/* vertical title */

.testiheading{
background:#e26b7e;
padding:20px 8px;
}

.testiheading h3{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing: 12px;font-size:14px;color: #ffffffcf;margin:0;height: 291px;width: 32px;padding: 7px;font-family: 'montserrat-regular';}

/* text */

.testi-text{
max-width:420px;
}

.testi-text h4{
font-size:30px;
margin-bottom:5px;
}

.testi-text h5{font-size:14px;color:#999;margin-bottom:10px;font-family: 'montserrat-medium';}

.testi-text p{color:#8c8c8c;line-height: 26px;font-weight: 600;}

/* stars */

.testi-text ul{
display:flex;
gap:5px;
padding-top:10px;
}

.testi-text ul li i{
color:#f29f1f;
}

/* center image */

.testislid-img img{
width:320px;
height:330px;
object-fit:cover;
border-radius:10px;
}

/* side images */

.testi-sdideimg img{
width:100%;
height:360px;
object-fit:cover;
border-radius:10px;
}

/* slider arrows */

.testislid .slick-next:before{content:"\f061";font-family:"FontAwesome";color:#e08194;font-size:28px;position: absolute;top: 203px;}
.testislid .slick-prev {
    left: 88%;
}
.testislid .slick-next {
    right: 42px;
}
.testislid .slick-prev:before{content:"\f060";font-family:"FontAwesome";color:#b9b9b9;font-size:28px;position: absolute;top: 204px;left: 0;}

/* counter */

.slide_counter{position:absolute;bottom: 6px;left: 23%;}

.slide_counter h2{font-size: 19px;font-family: 'montserrat-medium';color: #7c7c7c;}

/* progress bar */

.progress{width:260px;height: 4px;background:#ddd;position:absolute;bottom: 73px;left: 28%;background-image:linear-gradient(#e26b7e,#e26b7e);background-repeat:no-repeat;background-size:0% 100%;transition:0.4s;


}


.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}
.banner_text a:hover {
    color: #fff;
}
.hm-banner {
    background-image: url(../images/banner-img-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.hm-banner .row {
    align-items: center;
}
