@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #8d877c;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  background-color: #f1e6d3;
}

/***** Headings *****/

@font-face {
  font-family: "font1";
  src: url("../fonts/CandyScript.ttf");
}

.cs {
  font-family: "font1";
}

.cl {
  color: #f1e6d3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

h1 {
  font-size: 94px;
  line-height: 110px;
  font-weight: 600;
}

h2 {
  font-size: 65px;
  line-height: 70px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  line-height: 25px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #222222;
  opacity: 70%;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  background-color: #a64464;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #fff;
  font-weight: 600;
  transition: 0.2s;
}

.container {
  max-width: 1380px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

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

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

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

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.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: #222;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.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: #720c47;
}

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

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

/* header start */
.hedbt {
  flex-shrink: 0;
}

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

.user-bt {
  flex-shrink: 0;
}

.user-bt a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  transition: 0.2s;
  font-size: 17px;
}

.user-bt a:hover {
  background: #a64464;
  color: #fff;
}

.hedbt a {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  position: relative;
  border-radius: 45px;
  padding: 8px 26px;
  height: 50px;
  transition: 0.2s;
}

.hedbt a span {
  color: #222;
  font-weight: 600;
  transition: 0.2s;
}

.hedbt a:hover {
  background: #a64464;
}

.hedbt a:hover span {
  color: #fff;
}

.hedbt a span img {
  transition: 0.2s;
}

.hedbt a:hover img {
  filter: brightness(0) invert(1);
}

.hedbt a span.line {
  height: 100%;
  position: relative;
  background: #33333387;
  width: 1px;
  transition: 0.2s;
}

.hedbt a:hover span.line {
  background: #fff;
}

/* header end  */

/* banner start  */

section.banner {
  position: relative;
  padding: 40px 0 20px;
  overflow: hidden;
}

img.banner-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: 100% 100%;
  object-fit: fill;
}

.banner_text p {
  color: #fff;
  opacity: 1;
  padding: 0px 0px 10px;
  line-height: 26px;
}

span.b-text {
  padding: 0px 20px;
}

span.arro-bt {
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0px 20px;
  border-radius: 0px 25px 25px 0px;
  transition: 0.2s;
}

span.arro-bt img {
  transition: 0.2s;
}

.pbtn:hover img {
  filter: brightness(0) invert(1);
}

.pbtn:hover span.arro-bt {
  background: #a64464;
  border: 0;
}

.pbtn:hover {
  border: 1px solid transparent;
}

.pbtn:focus {
  color: #fff !important;
}

.banner_img {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../images/banner-img-shade.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 60px 0px 30px 40px;
}

img.banner-img1 {
  position: absolute;
  top: -50px;
  width: auto;
  height: 660px;
  object-fit: fill;
  filter: drop-shadow(0px 9px 12px #44444491);
}

.banner_text {
  padding-left: 18px;
}

.banner ul.slick-dots {
  bottom: unset;
  top: 50%;
  left: 0;
  width: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.banner ul.slick-dots li button {
  display: none;
}

.banner ul.slick-dots li {
  margin: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff5e;
  border-radius: 45px;
  position: relative;
}

.banner ul.slick-dots li.slick-active {
  opacity: 1;
  background: #ffff;
  position: relative;
  margin-bottom: 30px;
}

.banner ul.slick-dots li.slick-active:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 61px;
  background: #ffffff5e;
  left: 0;
  bottom: -60px;
  right: 0;
  margin: 0px auto;
}

.banner ul.slick-dots li.slick-active:after {
  position: absolute;
  content: "";
  width: 44px;
  height: 34px;
  border-radius: 45px;
  left: -10px;
  right: 0;
  top: -12px;
  background-repeat: no-repeat;
  background-image: url(../images/half-elips.png);
  background-size: 31px;
}

/* banner end  */

/* craft sec start */

.craft_card {
  position: relative;
  padding: 18px;
  border: 1px solid #44444429;
  border-radius: 10px;
  transition: 0.3s linear;
}

.craft_card:hover {
  background: #fff;
  transform: translate(0px, -2px);
  filter: drop-shadow(2px 9px 26px #44444429);
}

.craft_card h3 {
  padding: 10px 0;
  font-weight: 600;
  text-align: center;
  position: relative;
}

img.craft_img {
  border-radius: 8px;
  height: 340px;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.2s;
}

.craft_txt {
  padding: 20px 0px 10px 0px;
  position: relative;
}

.bdrBt .pbtn {
  border: 1px solid #720c47;
  margin-top: 16px;
}

.bdrBt span.arro-bt {
  border-radius: 0px 30px 30px 0px;
}

.craft_card:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 120px;
  top: -1px;
  left: -2px;
  border-top: 2px solid #720c47;
  border-left: 2px solid #720c47;
  border-radius: 8px 0px 0px 0px;
}

.craft_card:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 70px;
  bottom: 0;
  right: -2px;
  border-bottom: 2px solid #720c47;
  border-right: 2px solid #720c47;
  border-radius: 0px 0px 8px 0px;
}

/* craft sec end  */

/* about start  */
section.aboutsec {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

img.about-bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
}

section.aboutsec h1 {
  font-size: 100px;
  line-height: 116px;
}

section.aboutsec p {
  color: #fff;
  opacity: 1;
  width: 96%;
}

/* about end  */

/* prdoucts start  */

.pd_card {
  position: relative;
  border: 1px solid #44444429;
  border-radius: 18px;
}

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

.pd_txt {
  padding: 32px 24px;
}

.pd_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #44444429;
}

.pd_header h3 {
  font-weight: 600;
}

.pd_header span {
  color: #242424d6;
}

.pd_header span i {
  margin-right: 7px;
  color: #f99723;
}

.pdbody {
  margin-bottom: 18px;
}

.pdbody p {
  text-transform: uppercase;
  font-size: 15px;
  opacity: 60%;
  margin: 0;
}

.pd-btngp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h4.pirce_lable {
  margin: 0px;
  padding: 14px 16px;
  flex-shrink: 0;
  border: 1px solid #44444429;
  border-radius: 5px;
  font-weight: 600;
}

/* prdoucts end  */

/* swith sec start  */

section.switch-sec {
  position: relative;
  overflow: hidden;
}

section.switch-sec h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 8px;
}

img.switch-img1 {
  width: 100%;
  object-fit: cover;
  height: 490px;
}

.siwth_left {
  position: relative;
}

.siwth_left {
  height: 100%;
}

img.swithc-bgi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.switch-txt {
  text-align: right;
  padding: 140px 120px 0px 20px;
}

.switch-txt h2 {
  color: #fff;
  position: relative;
}

.switch-txt p {
  color: #ffffff;
  position: relative;
  font-weight: 400;
}
section.switch-sec .col-md-7 {
  width: 53.333333%;
}

section.switch-sec .col-md-5 {
  width: 46.666667%;
}

img.personal-img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px 10px 10px 10px;
  height: 410px;
  left: -6px;
  position: relative;
}

.switch_btm {
  position: relative;
  margin-top: -110px;
}

.btm_siwth_left {
  margin-bottom: 24px;
}

/* swith sec end  */

/* Testimonial Start */

.our-client-sec .slick-slide {
  opacity: 1;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
  top: 4%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

.client-sli .slick-prev {
  left: -30px;
}

.client-box {
  margin: 0px 0;
  transition: all 0.2s;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dashed #ef159b;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #121212;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

.client-sli .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
  content: "\f105";
}

/* .client-box h6 {
  color: #f6ae15;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
} */

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #bed2c8;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #4c938d;
  color: #fff;
  font-size: 30px;
}

.client-box * {
  transition: all 0.9s;
}

.client-box:hover * {
  color: #fff;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  border-radius: 10px;
  z-index: 2;
  padding: 40px 42px;
  position: relative;
  box-shadow: -5px 4px 5px 0 #00000012;
  background: #ffffff;
}

.client-ineer-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px 0;
}

.client-ineer-box ul li .auth-name {
  color: #7b1e3c;
  font-size: 27px;
  line-height: 33px;
  text-transform: capitalize;
  font-family: "font1";
  opacity: 1;
}

.client-ineer-box ul li .auth-name span {
  font-size: 16px;
  display: block;
  color: #7c7c7c;
  text-transform: capitalize !important;
  font-family: "Montserrat";
  opacity: 1;
  line-height: 22px;
}

.client-ineer-box ul li i {
  color: #ffc107;
  margin-right: 1px;
  font-size: 18px;
  margin-bottom: 10px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #7b1e3c;
}

.client-sli .slick-next {
  right: 0px;
}

.client-ineer-box p {
  margin: 0;
  line-height: 28px;
  font-size: 15px;
}

section.our-client-sec .client-box:hover .client-ineer-box {
  background: #7b1e3c;
}

section.our-client-sec .client-box:hover .client-ineer-box:hover {
  color: #fff;
}

section.our-client-sec .client-box:hover .client-ineer-box::before {
  filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(7494%)
    hue-rotate(322deg) brightness(93%) contrast(88%);
}

section.our-client-sec button.slick-prev::after {
  display: none;
}

section.our-client-sec button.slick-next::after {
  display: none;
}

section.our-client-sec .slick-track {
  padding-bottom: 30px;
}

section.our-client-sec {
  padding: 80px 0;
  background: #f6efe5;
  overflow: hidden;
  position: relative;
}

.client-ineer-box ul li:first-child {
  flex-grow: 1;
}

.client-box:hover .client-ineer-box ul li .auth-name {
  color: #fff;
}

.client-box:hover .client-ineer-box ul li .auth-name span {
  color: #fff;
}

/* Testimonial end */

/* footer satrt  */

.foter-col h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
  line-height: 30px;
}

.foot-links h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}

.cont_four h5 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}

.footer-contact p {
  font-size: 15px;
  color: #ffffff;
}

.foter-col ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.foter-col ul li a {
  color: #ffffff99;
}

.cont_four ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #989899;
  gap: 20px;
}

.cont_four ul li {
  line-height: 40px;
}

.cont_four ul li a i {
  font-size: 18px;
  color: #ffffff85;
}

.footerSec {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 40px;
}

.top-bar-right.ftr_link {
  justify-content: flex-start;
}

.top-bar-right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
}

.top-bar-right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 70px;
}

.top-bar-right.ftr_link ul li a i {
  color: #fff;
  font-size: 18px;
  border: 1px solid #ffff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.last_ftr_right {
  text-align: right;
  position: relative;
  top: 10px;
}

.row.bg-black.align-items-center {
  border: 1px solid #ffffff30;
  padding: 10px;
  position: relative;
}

img.footer-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.top-bar-right.ftr_link ul li a i:hover {
  background: #a64464;
  border: transparent;
}

.foter-col {
  position: relative;
  height: 100%;
  padding-top: 24px;
}

.foter-col ul li a:hover {
  color: #fff;
}

.footer-contact p {
  padding-top: 20px;
}

.foter-col ul a p {
  margin: 6px;
  color: #fff;
}

.cont_four ul li a:hover i {
  color: #fff;
}

.foter-col ul a:hover p {
  opacity: 1;
}

.foot-links {
  padding: 24px 0px 60px 60px;
  margin-left: 50px;
  border-left: 1px solid #ffffff30;
}

.oth-link {
  border-left: 1px solid #ffffff30;
  padding: 24px 0px 60px 50px;
  margin-left: 30px;
  border-right: 1px solid #ffffff30;
  position: relative;
  left: -20px;
}

.cont_four {
  padding: 24px 0px 60px 20px;
}

.last_ftr_mid p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

/* footer end  */

/* innerbanner Start  */
section.inbanner {
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img.inbanner-bg-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.innertext {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.innertext p {
  opacity: 1;
  color: #fff;
}

/* innerbanner end  */

/* srevice detail start  */

h2.svs-dt-title {
  font-size: 55px;
  line-height: 55px;
  padding-bottom: 6px;
}

.svs-detail-txt {
  padding-left: 40px;
}

.svs-detail-txt p {
  width: 90%;
  line-height: 25px;
}

img.svs-detail {
  height: 570px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  filter: drop-shadow(2px 4px 16px #00000010);
}

.svs-detWp {
  padding-right: 20px;
}

/* srevice detail end  */

.pd_card {
  margin: 5px;
}

/* about page start  */

.in_ab-right p {
  width: 90%;
}

/* about page end  */

/* contact start  */

.contact-us-bg {
  padding: 100px 80px;
  border-radius: 14px;
  background-color: #4c948e;
  position: relative;
  margin-left: 40px;
}

.contact-us-box ul {
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 0 0;
}

.contact-us-box ul li a {
  gap: 20px;
  display: flex;
  align-items: center;
}

.contact-us-box ul li a i {
  font-size: 30px;
  flex-shrink: 0;
}

.contact-us-box a span {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-transform: unset;
  font-weight: 400;
  flex-grow: 1;
  opacity: 80%;
}

.formWp {
  position: relative;
  padding: 80px 0px 80px 60px;
}

.cnt_lft h2 {
  font-size: 65px;
  line-height: 65px;
  padding-bottom: 5px;
}

.cntForm {
  position: relative;
}

.cntForm input {
  width: 100%;
  padding: 18px 18px;
  background: transparent;
  border: 1px solid #9999995e;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 500;
}

.cntForm textarea {
  width: 100%;
  padding: 16px 18px;
  background: transparent;
  border: 1px solid #9999995e;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 500;
  height: 150px;
  resize: unset;
}

.cntForm button {
  border: 0px;
  padding: 0;
}

.cnt_lft h2 ~ p {
  color: #7c7c7cc4;
  opacity: 1;
  padding-bottom: 12px;
  font-weight: 600;
}

.contact-us-bg h3 {
  font-size: 44px;
  line-height: 50px;
  font-family: "Montserrat" !important;
  font-weight: 600;
}

.cnt_lft {
  position: relative;
}

.formWp:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8dcc9;
  border-radius: 14px;
}

/* contact end   */

/* ----------------------------- login  ------------------------*/

.login-txt input {
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid #9999995e;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
}

.password-box {
  position: relative;
}

.password-icon {
  position: absolute;
  top: 26%;
  right: 3%;
}

.password-icon span {
  color: #0000005e;
  cursor: pointer;
}

.login-txt button {
  transition: 0.2s;
  background: #4c948e;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

.login-txt button:hover {
  background: #cc288d;
}

.form-control:focus {
  background-color: transparent !important;
  box-shadow: unset !important;
  color: #000 !important;
  border: 1px solid #cc288d;
}

.login-card input[type="checkbox"] {
  appearance: none;
  width: 14px !important;
  height: 14px;
  cursor: pointer;
  position: relative;
  padding: 0px;
  margin: 0px;
  border-radius: 2px !important;
  background: #fff;
  border: 1px solid #cc288d;
}

.login-card input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #cc288d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login-txt h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Montserrat";
}

.login-txt {
  padding: 50px 40px;
  background: #e8dcc9;
  border-radius: 16px;
  border: 0px;
}

/* ----------------------------- login  ------------------------*/

/* -------------------------------------- Checkout start ------------------------------- */

.oreder {
  display: inline-block;
  width: 100%;
  background: #4c948e;
  text-align: center;
  font-size: 20px;
  padding: 14px 0px;
  margin-top: 20px;
  border-radius: 80px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400;
  transition: 0.2s;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar .shipping-ul li input {
  display: none;
}

.cart_sidebar .shipping-ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4b8;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  border-radius: 2px;
}

.cart_sidebar .shipping-ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #a64463;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.billing_form input {
  padding: 8px 14px;
  margin: 10px 0 14px;
  border: 1px solid #99999959;
  border-radius: 6px;
  color: #7c7c7c;
  background: transparent;
  font-weight: 500;
}

ul.cart_lst h4 span {
  float: right;
}

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
  margin: 0px;
  display: none;
}

.cart_sidebar h4 span {
  float: right;
  color: #2d5443;
}

.cursor-pointer {
  cursor: pointer;
}

.cart_sidebar .radiosss-payments li input {
  display: none;
}

.cart_sidebar .radiosss-payments li label {
  padding-left: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: transparent;
}

.cart_sidebar .radiosss-payments li label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 52%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #a64463;
  border-radius: 50%;
}

.ptext p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.ptext p:last-child {
  color: #e30613;
}

span.price {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.card-price h4 {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat";
  text-transform: capitalize;
}

.dntss {
  width: 40%;
  margin: 30px auto 0;
  display: table;
  text-align: center;
}

.number-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.number-item input {
  width: 100%;
  text-align: center;
  border: 1px solid #999;
  padding: 16px 20px;
  border-radius: 5px;
  font-size: 25px;
}

.pricing-cart-total .bt {
  width: 100%;
}

.pricing-cart-total .bt .pbtn {
  width: 100%;
}

.pricing-cart-total .bt .pbtn span {
  width: 100%;
  text-align: center;
}

.pricing-cart-total .bt .pbtn span.arrow {
  width: 61px !important;
}

section.checkout_page h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  padding: 10px 0;
}

section.checkout_page h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #394136;
}

.cart_sidebar h5 {
  font-family: "Montserrat";
  font-weight: 600;
  color: #394136;
}

.billing_form.p-4.rounded.card {
  border: 1px solid #99999959;
  border-radius: 14px !important;
  background: transparent;
}

.billing_form.p-4.rounded.card label {
  color: #7c7c7c;
  font-weight: 500;
}

.cart_sidebar.p-4.rounded.card {
  border: 1px solid #99999959;
  border-radius: 14px !important;
  background: transparent;
}

.border-bottom {
  border-bottom: 1px solid #99999959 !important;
}

ul.shipping-ul li {
  margin: 5px 0px;
}

.oreder:hover {
  background: #720c47;
}

/* -------------------------------------- Checkout End  ------------------------------- */

/* cart start */

.cart-head {
  border-bottom: 1px solid #ffffffa3;
  margin-bottom: 30px;
}

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

.cart-page-tble thead tr {
  height: 60px;
  color: #fff;
  border-radius: 10px;
  background: #4c948e;
  border-bottom: 0px;
}

.cart-page-tble thead tr th {
  padding: 22px 10px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border: 0px !important;
  text-transform: capitalize;
  line-height: 26px;
}

.cart-page-tble thead tr th:first-child {
  padding-left: 20px;
}

th:first-child {
  border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
  padding: 20px 0px;
  font-size: 20px;
  color: #000;
}

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

.product-cart figure {
  margin: 0;
}

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

.unit-sub-price-text {
  font-size: 17px;
  color: #aba1a1;
  font-weight: 600;
}

.cart-page-tble tbody tr td i {
  border-radius: 0;
  color: #000;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.pricing-cart-total {
  padding: 0 20px 0 0;
}

.cart-right-total h5 {
  text-transform: uppercase;
}

.product-cart article p {
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0px;
  color: #353535;
  text-transform: uppercase;
  font-weight: 600;
}

.cart-page-tble tbody tr td span.price {
  color: #666666;
}

th.quantity {
  width: 70%;
  display: inline-block;
  text-align: center;
}

.sizes input[type="text"] {
  background-color: #e5dac6;
  height: 54px;
  text-align: center;
  display: table;
  margin: 0px auto;
  width: 70% !important;
  color: #353535a3;
  border: 0px;
  border-radius: 8px;
}

.sizes label {
  text-align: center;
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #353535a3;
}

.sizes input[type="text"]::placeholder {
  color: #000;
}

.cart-page-tble tbody tr td i:before {
  content: url("../images/close-btn.png");
  position: relative;
  left: 0;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.2s;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
  border: 0px;
  padding: 18px 60px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 400;
  transition: 0.4s;
  display: inline-block;
  margin-bottom: 50px;
  background: #4c948e;
  color: #fff;
  width: 100%;
  text-align: center;
  background: #a64464;
}

.card-price {
  padding: 50px 40px;
  background-color: #e5dac6;
  margin-bottom: 30px;
  border-radius: 8px;
}

.card-price .imtes h6 {
  color: #3535359c;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.card-price h6 span {
  float: right;
}

.card-price .imtes {
  padding-bottom: 20px;
}

.carss {
  padding: 40px 40px;
  background-color: #e5dac6;
  margin-bottom: 30px;
  border-radius: 8px;
}

.prc-cart-rate a:hover {
  background: #4c948e;
}

.carss h6 {
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}

.card-price h6 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
}

.paypal {
  position: relative;
  padding: 0px 0px 20px 0px;
}

.paypal span {
  color: #394136;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 30px;
  z-index: 12;
  position: relative;
  background-color: #f1e6d3;
  padding: 0px 20px;
}

.paypal:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 2px solid #c0c0c0;
  height: 100%;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  top: 14px;
  z-index: -1;
  border-radius: 5px;
}

.paypal a img {
  margin-top: 18px;
}

.carss p {
  color: #353535bd;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  opacity: 1;
}

.carss .subheading {
  padding-bottom: 10px;
}

th.u-price {
  text-align: center;
  padding-right: 50px !important;
}

.uint-price {
  text-align: center;
  padding-right: 40px;
}

.carss .subheading:last-child {
  padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
  margin-bottom: 3px;
}

.product-cart figure {
  margin: 0;
  width: 38%;
}

.cart-page-tble tbody tr td i:hover:before {
  transform: scale(0.98);
  filter: drop-shadow(2px 2px 104px black);
}

.cointi a {
  font-size: 20px;
  line-height: 24px;
  color: #a64464;
  font-weight: 500;
  transition: 0.2s;
  text-transform: uppercase;
  display: flex;
  font-weight: 600;
}

.cointi a:hover {
  color: #4c948e;
}

/* cart end */

/* product detail page start  */

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border: 0;
  background: #4c948e;
  color: #fff;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border: 0;
}

.prod-detail-description .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 30px;
}

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

.prd-review-input input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #9999998f;
  margin: 15px 0 20px;
  border-radius: 10px;
  background: transparent;
}

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

.prd-review-input textarea {
  height: 200px;
  resize: none;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #9999998f;
  margin: 15px 0 20px;
  border-radius: 10px;
  background: transparent;
  font-weight: 500;
}

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

.prod-detail-description .rating {
  display: block;
  margin-bottom: 10px;
}

.give-review h4 {
  font-size: 27px;
  color: #000;
  font-weight: 500;
}

.give-review button {
  text-transform: capitalize;
  font-weight: 600;
  padding: 16px 50px;
  border: 2px;
  background: #4c948e;
  color: #fff;
  border-radius: 45px;
  font-size: 16px;
  min-width: 190px;
}

.prod-detail-description .nav-tabs .nav-link {
  color: #000000d4;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  padding: 20px 40px;
  background: #daceb9;
  margin-right: 24px;
  border: 0;
  border-radius: 130px;
  min-width: 190px;
}

section.prod-detail-description {
  padding: 40px 0 100px;
}

.shp-qnat h5 {
  margin: 0px;
  font-family: "Montserrat";
  margin-right: 60px;
  color: #394136;
  font-weight: 600;
}

.shp-qnat li.inc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shp-qnat li.inc span {
  height: 35px;
  border-radius: 45px;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  font-size: 24px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  cursor: pointer;
  background: #fff;
  color: #000;
}

.shp-qnat li.inc input {
  border: 1px solid #d8d6d2;
  margin: 0px auto;
  padding: 16px 0px;
  text-align: center;
  width: 90px;
  font-weight: 500;
  font-size: 18px;
}
.shp-qnat li.inc span:hover {
  color: #fff;
  background: #a64464;
}

ul.catetasg li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

ul.catetasg li img {
  width: 16px;
  height: auto;
  object-fit: contain;
}

ul.catetasg li span {
  font-size: 15px;
  line-height: 28px;
  color: #636363;
  opacity: 1;
}

img.product_dt-img {
  height: 590px;
  width: 100%;
  object-fit: fill;
}

img.pd_dt_sm-img {
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 12px;
  border: 8px solid #f1e6d3;
  flex-shrink: 0;
  display: inline-block;
  transition: 0.3s;
}

.pd_pd-imgs {
  margin-right: 40px;
}

.pd_det_main-img {
  position: relative;
  padding-bottom: 40px;
}

.prod-sm-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pd_dt--content {
  position: relative;
  margin-top: -30px;
}

.pd_dt--content h2 {
  color: #394136;
  font-size: 36px;
  line-height: 43px;
  padding-bottom: 12px;
}

span.dt_price {
  float: right;
  color: #a64564;
}

.pd_dt--rating i {
  font-size: 20px;
  margin-right: 5px;
  color: #ffba00;
}

.pd_info--txt {
  padding: 14px 0;
}

.pd_info--txt p {
  font-size: 15px;
  line-height: 28px;
  color: #636363;
  opacity: 1;
}

/* product detail page end  */

.menuSec ul li.active a {
  color: #720c47;
  font-weight: 700;
  text-decoration: underline;
}
