@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: "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  background-color: #ffeeda;
}

@font-face {
  font-family: "baristika";
  src: url("../fonts//BrastikaRegular.otf");
  /* src: url("../fonts/Brastika-Black.ttf"); */
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "baristika";
  color: #000;
}

h1 {
  font-size: 95px;
  line-height: 85px;
  padding-top: 10px;
  margin: 0;
}

h2 {
  font-size: 68px;
  line-height: 64px;
  margin: 0;
  padding-top: 5px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

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

/***** 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: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  height: 56px;
  padding: 0 14px;
  background-color: #79857b;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid transparent;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #000;
  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: 14px 0;
}

.menuSec img {
  margin: 0;
}

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

.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: #000000;
  padding: 10px 11px;
  font-size: 16px;
  font-weight: 500;
}

.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: #28b16d;
}

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

.container {
  max-width: 1460px;
}

/*banner css start */

.carousel-caption {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  top: 0;
}

/*banner css end*/

/* custom header  */

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

button#search {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edbf87;
  border-radius: 45px;
  border: 0px;
  transition: 0.2s;
}

.cart-bt {
  display: inline-block;
}

.cart-bt a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edbf87;
  border-radius: 45px;
  border: 0px;
  transition: 0.2s;
}

.header-btn img {
  transition: 0.3s;
}

button#search:hover {
  background: #000;
}

button#search:hover img {
  filter: brightness(0) invert(1);
}

.cart-bt a:hover {
  background: #000;
}

.cart-bt a:hover img {
  filter: brightness(0) invert(1);
}

/* custom header  */

/* off section start  */

.general_img-wp {
  position: relative;
}

img.general-img {
  position: relative;
  width: 100%;
  padding: 6px;
  border-radius: 220px 220px 0px 0px;
  border: 1px solid #000;
  object-fit: cover;
  transition: 0.3s;
}

.abtWrap {
  background-image: url(../images/off-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 10px 68px;
  position: relative;
  overflow: hidden;
}

.abtWrap .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.off-text1 {
  width: 84%;
  text-align: center;
}

.bt1 {
  display: inline-block;
}

.pbtn1 {
  background: #000;
  padding: 18px 26px 12px;
  border-radius: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  color: #fff;
  font-family: "baristika";
  margin: 0px;
  line-height: 20px;
  transition: 0.2s;
}

.pbtn1:hover {
  background: #ffeeda;
  color: #000;
}

.off-text2 {
  text-align: center;
}

.off-text2 {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 70px;
  font-family: "Poppins";
  width: 80%;
  margin: 0 0 0 auto;
}

.off-text2 p {
  margin: 0px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.off-img {
  position: absolute;
  width: 310px;
  right: -70px;
  left: 0;
  margin: 0px auto;
  top: -60px;
}

img.reSec-img2 {
  padding: 0;
  border: 0px;
  height: 300px;
}

p.res-bsm {
  margin-top: 22px;
  width: 90%;
}

ul.counters {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 24px 0 32px;
  flex-wrap: wrap;
}

ul.counters li {
  min-width: 258px;
  background: #edbf87;
  padding: 12px 24px;
  text-align: center;
  border-radius: 65px;
}

span.counter-title {
  font-size: 45px;
  line-height: 40px;
  font-family: "baristika";
  display: inline-block;
  padding-top: 13px;
}

p.counter-para {
  font-size: 24px;
  font-family: "baristika";
}

.resSec-right p {
  font-weight: 500;
}

img.reSec-img1.general-img {
  padding: 0px;
  border: 0px;
  height: 650px;
  object-position: top;
}

.res-top-txt p {
  width: 90%;
}

.reSec_left-img {
  padding-right: 14px;
}

/* off section end  */

/* Jewelry section start  */

.jeweWp {
  background-image: url(../images/jewelry-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 70px 10px 80px 80px;
  position: relative;
  overflow: hidden;
}

.jeweWp h1 {
  font-size: 90px;
  line-height: 82px;
}

.jeweWp p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.jewe-txt {
  position: relative;
}

.jeweOut {
  position: relative;
  padding-top: 80px;
}

.jeweOut .phonetron-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.phonetron-im img {
  height: 540px;
}

/* Jewelry section end  */

/* collection start  */

.collect-tbs ul#myTab {
  justify-content: center;
  display: flex;
  align-items: center;
  background: #ffcc99;
  width: fit-content;
  margin: 0px auto 80px;
  border-radius: 45px;
  overflow: hidden;
}

.collect-tbs .nav-tabs .nav-link {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 31px;
  border: 0px;
  border-radius: 45px;
  background: transparent;
  transition: 0.6s;
}

.collect-tbs .nav-tabs .nav-link.active,
.collect-tbs .nav-tabs .nav-link:hover {
  background: #000;
  color: #fff;
}

img.collect-img {
  width: 100%;
  object-fit: cover;
  border-radius: 250px;
  height: 490px;
  transition: 0.3s;
  margin-bottom: 40px;
}

img.collect-img:hover {
  border-radius: 0px;
}

p.collect-title.mb-0 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
}

/* collection end  */

/* cared section start  */

section.care.padd {
  background-image: url(../images/car-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.care-imgs {
  position: relative;
  padding-right: 55px;
  padding-bottom: 20px;
}

.car-right-txt {
  position: relative;
  padding-left: 30px;
}

.car-right-txt p {
  font-size: 15px;
  line-height: 26px;
  width: 90%;
  font-weight: 500;
}

img.care-img1 {
  position: relative;
  width: 100%;
  border-radius: 300px 300px 0px 0px;
  object-fit: cover;
  transition: 0.3s;
  height: 700px;
  object-position: top;
}

img.care-img2 {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 320px;
}

.car-right-txt .bt1 {
  margin-top: 12px;
}

img.care-img1:hover {
  border-radius: 0;
}

/* cared section end  */

/*Footer Sec Css Starts*/

footer {
  background: #101010;
  position: relative;
  overflow: hidden;
}

.main-ftr {
  position: relative;
  padding: 80px 20px;
  height: 100%;
}

.main-ftr ul li h3 {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins";
}

.main-ftr ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}

.main-ftr ul li i {
  font-size: 20px;
  color: #fff;
}

.main-ftr:after {
  position: absolute;
  content: "";
  background: #ffffff52;
  width: 1px;
  height: 0px;
  bottom: 0;
  right: 10px;
  transition: 0.7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
  height: 100%;
}

.middle-ftr:hover {
  border-color: #a3a58f;
}

.middle-ftr {
  border-bottom: 1px solid #272727;
  background: #000000;
  transition: 0.7s ease-in-out;
  position: relative;
}

.main-ftr ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.ftr-req {
  text-align: center;
}

.ftr-req input {
  width: 100%;
  border: 1px solid #ffffff21;
  background: transparent;
  border-radius: 1px;
  color: #fff;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  outline: none;
}

.ftr-req input::placeholder {
  color: #ffffff94;
  text-transform: capitalize;
  font-size: 14px;
}

.main-ftr:before {
  position: absolute;
  content: "";
  background: #272727;
  width: 1px;
  height: 100%;
  top: 0;
  right: 10px;
}

.bottm-ftr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 10px 0;
  width: 90%;
}

.bottm-ftr ul li ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottm-ftr p,
.bottm-ftr p a {
  margin-bottom: 0;
  color: #ffffff7d;
  text-align: center;
  transition: ease-in;
  transition-duration: 0.5s;
}

.bottm-ftr p a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.bottm-ftr ul li ul a i {
  color: #9d9fa4;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  transition: 0.5s;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
    both;
}

.bottm-ftr ul li ul a i:hover {
  background: #138eed;
  color: #fff;
}

.ftr-req h5 a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins";
}

.ftr-req.pade-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  height: 100%;
}

ul.botm-list {
  width: 200px;
}

ul.botm-list a {
  color: #fff;
}

.main-ftr ul li ul.phon-list li {
  display: block;
}

.copy {
  background-color: #000000;
  padding: 20px 0;
}

.bottm-ftr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*Footer Sec Css Ends*/

/* inner baner start  */

section.inerbaner {
  padding: 40px 0;
}

.inerWp {
  width: 80%;
  margin: 0 auto;
}

.inetext {
  background: #ffcca0;
  padding: 20px 32px 0 0;
  text-align: right;
  border-radius: 30px 0px 0px 30px;
}

img.in-ban-img {
  width: 100%;
  height: 480px;
  border-radius: 190px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #000;
  transition: 0.3s;
}

img.in-ban-img:hover {
  border-radius: 0;
}

/* inner baner end  */

/* about page start  */

.stats-block {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.stats-container {
  background: #ffcca0;
  border-radius: 20px;
  padding: 32px 20px;
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.stats-item {
  flex: 1;
}

.stats-item h2 {
  font-size: 68px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  font-family: "Georgia", serif;
}

.stats-item p {
  font-size: 36px;
  color: #000;
  font-weight: 500;
  font-family: "baristika";
}

/* about page end  */

/* banner start  */

section.main_slider {
  position: relative;
  overflow: hidden;
}

img.ban_center-img {
  width: 100%;
  object-fit: cover;
  border-radius: 250px;
  height: 610px;
  transition: 0.3s;
  object-position: 100% 100%;
}

img.ban-img2 {
  width: 100%;
  object-fit: cover;
  height: 440px;
  transition: 0.3s;
  object-position: top;
  border-radius: 250px 250px 0px 250px;
  position: relative;
}

.banner_text {
  position: relative;
}

.bannericons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 120px 0 80px;
  padding-bottom: 80px;
}

.icons-txt p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}

span.ban-icons-heading {
  font-weight: 600;
  color: #000;
  position: relative;
  padding-right: 70px;
  display: inline-block;
  font-size: 15px;
}

span.ban-icons-heading:before {
  position: absolute;
  content: "" "";
  width: 60px;
  height: 2px;
  background: #000000bd;
  bottom: 11px;
  right: 0;
}

.bannericons:before {
  position: absolute;
  content: "";
  width: 88%;
  height: 1px;
  bottom: 0;
  background: #00000047;
  right: -80px;
}

.ban-center-img {
  position: relative;
  padding: 24px 24px 59px;
  border-right: 1px solid #0000004f;
  border-left: 1px solid #0000004f;
}

.ban-centerWp .bt1 {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

a.btlink {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-family: "baristika";
}

a.btlink i {
  position: relative;
  top: -3px;
  font-size: 17px;
}

a.btlink:hover {
  color: #000;
  text-decoration: underline;
  transform: translate(4px, 0px);
}

.baner_right {
  position: relative;
  margin-left: 80px;
  margin-top: 60px;
}

.top-rhgbtn {
  position: relative;
  margin-bottom: 70px;
}

.top-rhgbtn a {
  position: relative;
  z-index: 2;
  transition: 0.2s;
  display: inline-block;
}

.top-rhgbtn a:hover {
  transform: scale(0.99);
}

img.elips-top-img {
  position: absolute;
  left: 50px;
  top: 0;
  transition: 0.3s;
}

.ban-btm-rght {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
}

.ban-last-wp {
  position: relative;
  padding: 24px 24px 38px;
  border-right: 1px solid #0000004f;
  border-left: 1px solid #0000004f;
}

.ban-last-wp:after {
  position: absolute;
  content: "";
  width: 105%;
  left: 0px;
  bottom: 19px;
  background: #0000004f;
  height: 1px;
}

.ban-last-wp:before {
  position: absolute;
  content: "";
  width: 109%;
  left: -20px;
  top: 19px;
  background: #0000004f;
  height: 1px;
}

.ban-last-part {
  position: relative;
}

.ban-last-part:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  background: #ffeeda;
  top: 0;
  z-index: 2;
}

.ban-center-img:before {
  position: absolute;
  content: "";
  width: 109%;
  left: -20px;
  top: 19px;
  background: #0000004f;
  height: 1px;
}

.ban-center-img:after {
  position: absolute;
  content: "";
  width: 123%;
  left: 0px;
  bottom: 19px;
  background: #0000004f;
  height: 1px;
}

.ban-centerWp:before {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  background: #0000004f;
  height: 34px;
  bottom: 4px;
}

.ban-centerWp {
  position: relative;
}

img.ban_center-img:hover {
  filter: brightness(0.7);
  transform: scale(0.99);
}

img.ban-img2:hover {
  filter: brightness(0.7);
  transform: scale(0.99);
}

/* banner end  */

/* contact page start  */

.cnt_left {
  background: #040202;
  padding: 60px;
  border-radius: 20px;
  height: 100%;
}

.cnt-liting {
  margin-top: 40px;
}

.cnt-liting ul {
  gap: 32px;
}

.cnt-liting ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cnt-liting ul li i {
  width: 45px;
  height: 45px;
  background: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  font-size: 22px;
  color: #ffcc99;
  flex-shrink: 0;
}

.cnt-liting ul li p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.cnt-liting ul li p a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 35px;
  transition: 0.2s;
}

.cnt-liting ul li p a:hover {
  opacity: 0.5;
}

.cnt_left p.text-light {
  font-size: 16px;
  line-height: 25px;
}

.cnt_right {
  background: #ffff;
  padding: 60px;
  border-radius: 20px;
  height: 100%;
}

.cntform input,
.cntform textarea {
  width: 100%;
  padding: 16px 0px;
  border: 0px;
  border-bottom: 2px solid #cccccc;
  font-size: 18px;
  line-height: 26px;
}

.cntform .cnt-ff {
  margin-bottom: 9px;
}

.cntform textarea {
  resize: unset;
}

.cntform .cnt-ff ~ p {
  font-size: 18px;
  line-height: 30px;
  opacity: 42%;
}

.cntform input::placeholder {
  color: #000;
  opacity: 40%;
}

.cntform textarea::placeholder {
  color: #000;
  opacity: 40%;
}

.cntform .bt {
  display: inline-block;
  margin-top: 30px;
}

.cntform .bt button {
  background: #ffcca0;
  padding: 8px 14px 8px 24px;
  border-radius: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  color: #000;
  margin: 0px;
  line-height: 20px;
  transition: 0.2s;
  border: 0;
  font-weight: 500;
}

.cntform .bt button:hover {
  opacity: 60%;
}

/* contact page end  */

/* gallery section start */

.gallery-title {
  position: relative;
  display: inline-block;
}

.gallery-title::before {
  content: "Our Gallery";
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 15%;
  color: #e6b8a2;
  overflow: hidden;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  pointer-events: none;
}

.gak img {
  border-radius: 250px;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  object-fit: cover;
}

.gak img:hover {
  filter: brightness(0.5);
  transform: translate(0px, -2px);
  border-radius: 0;
}

.gal-col1 img {
  height: 450px;
}

.gal-col2 img.g-col-a-item {
  height: 930px;
}

.gal-col1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.btm-gl {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}

.gal-col3 img.g-col-a-item {
  height: 440px;
}

.btm-gl img.g-col-a-item {
  height: 460px;
}

.btm-gl .gb-item:first-child {
  width: 50%;
}

/* gallery section end  */

/*CART PAGE CSS*/

.cart_table_main tbody td {
  vertical-align: middle !important;
  height: 170px;
}

.cart_table_main thead th {
  border-bottom: 1px solid #dbdbdb !important;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.cart_table_main tbody td .image_cart_prod {
  display: flex;
  align-items: center;
}

.cart_table_main tbody td .image_cart_prod .cart-img {
  margin-right: 30px;
  position: relative;
}

.cart_table_main tbody td .image_cart_prod .cart-img a {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  width: 25px;
  height: 25px;
  font-weight: 600;
  color: #000;
  border-radius: 30px;
  box-shadow: 0 0 20px #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_table_main tbody td {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.cart_table_main tbody td .image_cart_prod .cart-product-name p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  margin: 0;
}

.cart_table_main tbody tr {
  border-bottom: 1px solid #dbdbdb;
}

.continue_btn a {
  padding: 14px 50px;
  font-family: "Hind", sans-serif;
  font-size: 17px;
  border: none;
  background: linear-gradient(
    180deg,
    rgba(199, 136, 60, 1) 0%,
    rgba(247, 203, 88, 1) 52%,
    rgba(199, 136, 60, 1) 100%
  );
  color: #002c54;
  border-radius: 100px;
}

.cart_sidebar {
  padding: 0px 0px 0 24px;
}

.cart_sidebar h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: 600;
}

.cart_sidebar .h-sub {
  color: #000;
  font-size: 20px;
  padding-bottom: 15px !important;
  margin-bottom: 30px;
  padding-top: 10px;
  font-family: "Poppins";
  border-bottom: 1px solid #0000007a;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 28px;
  font-family: "Poppins";
  font-weight: 600;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

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

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 9px;
  width: 5px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;
  height: 55px;
  padding-left: 14px;
  border: 1px solid #0000008f;
  margin-bottom: 20px;
  appearance: auto;
  color: #000;
  background-color: unset;
  border-radius: 100px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 55px;
  padding-left: 15px;
  border: 1px solid #0000008f;
  margin-bottom: 20px;
  appearance: auto;
  color: #000000;
  background-color: unset;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 14px;
  padding: 10px 40px;
  background-color: unset;
  border: 1px solid #0000008f;
  border-radius: 100px;
  font-weight: 600;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

/* skin 2 */
.skin-2 .num-in {
  background: unset;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 40px;
  width: 158px;
  float: left;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
}

/* / skin 2 */

.cart-img img {
  width: 100px;
  height: 100px;
  border: 2px solid #d9a146;
  padding: 7px;
  border-radius: 8px;
}

section.cart_page.all-section {
  padding: 70px 0px;
}

.clear_carT_list ul {
  text-align: right;
}

.clear_carT_list ul li {
  display: inline-block;
}

.clear_carT_list ul li a {
  color: #fff;
  font-size: 16px;
  padding: 12px 40px;
  background-color: #000;
  border: 0px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 50px;
  font-weight: 600;
}

section.cart-sec .inner-request-a-quote-sec {
  padding-bottom: 20px;
}

.clear_carT_list ul li .clear-list {
  border: 1px solid #000;
  background: transparent;
  margin-right: 20px;
  color: #000;
}

/*CART END*/

.inner-request-a-quote-cart-row {
  border-bottom: 1px solid #b3b3b3bf;
  padding: 0px 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inner-request-a-quote-sec li.request-cart-img {
  position: relative;
}

.inner-request-a-quote-cart-pro-name ul li img {
  width: 140px;
  height: 200px;
  border-radius: 85px;
  object-fit: cover;
}

.inner-request-a-quote-cart-pro-name ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0px;
}

.follow-our-journey-giving-love-sec.pt-8.inn {
  padding-bottom: 80px;
}

.inner-request-a-quote-cart ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #0000002b;
  padding-right: 54px;
}

.inner-request-a-quote-sec li.request-cart-img button {
  font-size: 13px;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0 0 4px 0 #00000057;
  border: 0px;
}

.inner-request-a-quote-sec .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 2px solid #000;
  padding: 9px 20px;
  width: fit-content;
  border-radius: 65px;
}

.inner-request-a-quote-sec button.request-cart-btn {
  position: absolute;
  right: -10px;
  top: -10px;
}

.inner-request-a-quote-sec .quantity button {
  background: #000;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-weight: 500;
}

.inner-request-a-quote-sec .quantity span {
  font-size: 18px;
  font-weight: 600;
  width: 25px;
  text-align: center;
}

.cart_sidebar form input::placeholder {
  color: #000;
}

.cart_sidebar .bt {
  margin: 0 auto;
  display: table;
}

.bt .sbtn {
  padding: 16px 12px;
  background: #000;
  border-radius: 45px;
  display: inline-block;
  color: #ffff;
  font-size: 18px;
  line-height: 24px;
  transition: 0.2s;
  min-width: 180px;
  font-weight: 600;
}

/*cart end*/

/*checkout start*/
.checout-input input {
  width: 100%;
  border: 1px solid #00000082;
  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 #00000082;
  height: 53px;
  padding: 0px 20px;
  margin: 5px 0;
  color: #000;
  background-color: unset;
  border-radius: 100px;
  background-color: unset;
  background-image: url(../images/down.png);
}

.checout-input textarea {
  width: 70%;
  resize: none;
  height: 170px;
  padding: 20px;
  background-color: unset;
  border-radius: 20px;
  border: 1px solid #00000082;
  margin-top: 10px;
  display: block;
}

.checkout-right {
  border: 1px solid #000000de;
  padding: 50px 30px;
  border-radius: 20px;
}

.sub-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  border-bottom: 1px solid #00000082;
  margin-bottom: 20px;
  padding-bottom: 19px;
}

.sub-total label {
  cursor: pointer;
}

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

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

.price h6 {
  color: #000;
  font-family: "Poppins";
}

.price p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
}

.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 #00000082;
  margin-bottom: 20px;
}

.price-sub p {
  font-weight: 600;
  color: black;
  font-size: 17px;
}

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

label {
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.check-btm {
  margin-top: 30px;
  border: 1px solid #000000de;
  padding: 32px 30px;
  border-radius: 10px;
}

.instruction a {
  color: #000;
}

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

.price-sub h6 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
}

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

.Shipping.last h6 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Poppins";
  margin: 0;
}

.Shipping.last p {
  font-weight: 600;
  color: black;
  font-size: 16px;
  margin: 0;
}

.instruction {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 13px 0px;
}

.inner-request-a-quote-cart-pro-name li {
  font-size: 30px;
  font-family: "baristika";
}

.inner-request-a-quote-cart ul li span {
  font-weight: 600;
  font-size: 16px;
}

.inner-request-a-quote-cart ul li:nth-child(2) {
  position: relative;
  left: 120px;
}

.inner-request-a-quote-cart-row h6 {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}

.bt .sbtn:hover {
  opacity: 50%;
}

.clear_carT_list ul li a:hover {
  opacity: 50%;
}

.cart_sidebar form button:hover {
  background: #000;
  color: #fff;
}

.checkout-left .checout-input-rado label {
  font-size: 18px;
}

.checkout-left label {
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins";
  font-weight: 400;
}

.checout-input-rado {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
}

.checout-input-rado input {
  width: 30px;
  height: 30px;
}

.instruction input {
  width: 24px;
  height: 24px;
}

.instruction label {
  font-size: 16px;
  font-weight: 500;
}

.sub-total h6 {
  margin: 0px;
  font-family: "Poppins";
  font-size: 20px;
}

.sub-total p {
  margin: 0px;
  font-weight: 500;
  font-size: 18px;
}

.Shipping {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 7px 0px;
}

.Shipping input {
  width: 24px;
  height: 24px;
}

.Shipping label {
  font-size: 16px;
  font-weight: 500;
}

.placebbtnwrapper {
  display: table;
  margin: 30px auto 0;
}

/* Checkout Ends */

.checout-input-rado input:checked {
  accent-color: black;
}

.Shipping input:checked {
  accent-color: black;
}

.instruction input:checked {
  accent-color: black;
}

p.shippintitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

/* shop page start  */

.price-box {
  background: #ffcc99;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
}

.price-box h6 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 27px;
  font-family: "baristika";
}

.price-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.price-values span {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 600;
}

.range-wrapper {
  position: relative;
  height: 12px;
}

.range-wrapper input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  appearance: none;
  background: none;
  height: 21px;
}

.range-wrapper input::-webkit-slider-runnable-track {
  height: 3px;
  background: #000;
}

.range-wrapper input::-webkit-slider-thumb {
  appearance: none;
  pointer-events: auto;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
}

.price-box p {
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins";
}

.top-bar {
  background: #ffcc99;
  padding: 21px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-controls {
  display: flex;
  align-items: center;
  gap: 50px;
}

.sort select {
  border: none;
  padding: 4px 8px;
  border-radius: 2px;
  margin-left: 5px;
  width: 100%;
  font-weight: 500;
  appearance: auto;
}

.show span {
  margin-left: 6px;
  cursor: pointer;
}

.show b {
  margin-left: 6px;
}

.view i {
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
}

.view i.active {
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.right-controls .sort {
  flex-shrink: 0;
  width: 260px;
  display: flex;
  align-items: center;
}

.right-controls .sort span {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
}

.top-bar .left-text {
  font-weight: 600;
}

.right-controls .show span {
  font-weight: 600;
  font-size: 15px;
  color: #00000069;
}

.right-controls .show span:first-child {
  color: #000;
}

.right-controls span {
  font-size: 15px;
  font-weight: 600;
}

.shopSidbar {
  margin-right: 32px;
}

.category-card {
  background: #ffcc99;
  padding: 32px 24px;
  border-radius: 20px;
  width: 100%;
  margin-top: 30px;
}

.category-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 27px;
  font-family: "baristika";
}

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

.category-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list li:hover {
  padding-left: 10px;
  opacity: 0.8;
}

.category-list li.active {
  font-weight: 600;
}

img.shopw-img {
  width: 100%;
  object-fit: cover;
  border-radius: 250px;
  height: 440px;
  transition: 0.3s;
  margin-bottom: 20px;
}

.shop-items {
  margin-top: 40px;
}

.shop-txt p {
  font-size: 18px;
  color: #222a37;
  line-height: 30px;
}

.shop-botm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #0000007a;
  padding-top: 24px;
}

.shop-botm .price {
  font-size: 20px;
  color: #242424;
  font-weight: 500;
}

.shop-botm a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #000;
  transition: 0.2s;
}

.shop-botm a img {
  filter: brightness(0) invert(1);
  width: 22px;
}

.shop-botm a:hover {
  transform: scale(1.1);
}

img.shopw-img:hover {
  filter: brightness(0.5);
  transform: translate(0px, -3px);
}
/* shop page end  */

/* product detail starts */
section.product-detail {
  padding: 80px 0;
}
.product-detail .productdetailportion {
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 310px;
  overflow: hidden;
}
.productdetailfor .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetailnav .slick-slide {
  margin: 0 10px;
  cursor: pointer;
}
.productdetailsmallportion img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 250px;
}
.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
  position: relative;
}
.productdetailnav
  .slick-slide.slick-current
  .productdetailsmallportion::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
.productdetailnav .slick-slide.slick-current .productdetailsmallportion img {
  padding: 5px;
}
.product-content .top-section h6 {
  font-size: 38px;
  margin-bottom: 10px;
  line-height: 45px;
}

.product-content ul li {
  margin-right: 5px;
}
.product-content ul li i.fas.fa-star {
  color: #ec6d20;
}
.product-content hr {
  margin: 20px 0;
  border-color: #eee;
}

.flexEnd.price_rev ul {
  display: flex;
  position: relative;
}

.flexEnd.price_rev ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background-color: #00000082;
  right: -20px;
}

.brand p {
}

.product-detail .slick-active {
  opacity: 1;
}
.product-detail .slick-slide {
  margin: 0 10px;
}

ul.brand h3 {
  font-size: 14px;
  padding: 10px 0 10px 0;
  font-family: "Poppins";
  text-transform: uppercase;
  line-height: 24px;
}

ul.brand h2 {
  font-size: 35px;
  line-height: 34px;
  margin: 20px 0px 10px;
}

ul.brand p {
}

.quanity.product-detail div {
  display: flex;
  align-items: center;
  margin: 13px 0 0 0;
  border-radius: 0 !important;
  gap: 20px; /* display: none; */
  margin-top: 5px;
}

.sku {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.sku p {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.sku span {
  color: #853f59;
  font-size: 17px;
  font-weight: 600;
}

ul.share-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  margin: 0;
}

ul.share-icon a {
  font-size: 14px;
  color: #363535;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-colors-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin: 20px 0;
}
.pro-colors-txt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.pro-colors-txt h6 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0;
}

#pv {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  z-index: 9999;
}
#pv.is-open {
  display: block;
}
.pv__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 34px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.pv__nav {
  position: absolute;
  top: 86%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: 0;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  font-size: 26px;
  z-index: 9;
  border-radius: 5px;
}
.pv__prev {
  left: -8%;
}
.pv__next {
  right: -8%;
}
.pv__stage {
  position: absolute;
  inset: 64px 0 120px 120px;
  overflow: hidden;
  touch-action: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.pv__stage img {
  max-width: 90%;
  max-height: 90%;
  transform-origin: center center;
  user-select: none;
  pointer-events: none;
}
.pv__thumbs {
  position: absolute;
  left: 12px;
  top: 64px;
  bottom: 120px;
  width: 88px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pv__thumbs img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
}
.pv__thumbs img.is-active {
  border-color: #000;
}
.pv__palette {
  position: absolute;
  left: 120px;
  right: 120px;
  bottom: 24px;
  display: flex;
  justify-content: center;
}

.prod-detail-description .rating:not(:checked) > input {
  position: absolute;
  -webkit-appearance: none;
}
.prod-detail-description .rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}
.prod-detail-description .rating:not(:checked) > label:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
}
.prod-detail-description .rating > input:checked + label:hover,
.prod-detail-description .rating > input:checked + label:hover ~ label,
.prod-detail-description .rating > input:checked ~ label:hover,
.prod-detail-description .rating > input:checked ~ label:hover ~ label,
.prod-detail-description .rating > label:hover ~ input:checked ~ label {
  color: #e58e09;
}
.prod-detail-description .rating:not(:checked) > label:hover,
.prod-detail-description .rating:not(:checked) > label:hover ~ label {
  color: #ff9e0b;
}
.prod-detail-description .rating > input:checked ~ label {
  color: #ffa723;
} /* Rating Stars */
.prod-detail-description {
  position: relative;
  padding: 0 0 80px 0;
}
.prod-detail-description .nav-tabs .nav-link {
  color: #0e0e0f;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  padding: 15px;
  background: transparent;
  margin-right: 10px;
  border-radius: 0 !important;
}
.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #000 !important;
  border: 0;
}
.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
  border-bottom: 3px solid #000 !important;
  border: 0;
}
.prod-detail-description .nav-tabs {
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #dee2e6;
}
.prod-detail-description .prd-review-input label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.prod-detail-description .prd-review-input input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border: 1px solid #000;
  margin: 5px 0 20px;
  background-color: transparent;
}
.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.prod-detail-description .prd-review-input textarea {
  width: 100%;
  height: 200px;
  padding: 13px;
  border: 1px solid #000;
  margin: 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  resize: none;
  background-color: transparent;
}
.prod-detail-description .rating-stars input {
  width: auto !important;
  height: auto;
  border: 0;
}
.prod-detail-description .rating-stars {
  display: inline-grid;
  justify-items: baseline;
}
.prod-detail-description .rating {
  display: block; /* align-items: center; */ /* justify-content: flex-start; */ /* gap: 5px; */
  margin: 20px 0;
  float: left;
}
.prod-detail-description .prd-review-input.give-review h4 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.prod-detail-description .prd-review-input.give-review button {
  padding: 15px 40px;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 16px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.prod-detail-description .client-review-box {
  box-shadow: 0 0 5px 1px #989898;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}
.prod-detail-description ul.client-list-review {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.prod-detail-description ul.client-list-review li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.prod-detail-description ul.client-list-review img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
  box-shadow: 0 0 5px 1px #989898;
}
.prod-detail-description ul.client-list-review h5 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "poppins";
}
.prod-detail-description ul.client-list-review h6 {
  font-size: 16px;
  color: #666;
  font-family: "poppins";
}
.prod-detail-description ul.client-list-review li i {
  font-size: 20px;
  color: #c78b1b;
}
.prod-detail-description .client-info {
  margin-left: 15px;
}
.prod-detail-description .client-review-box p {
  font-size: 16px;
  color: #000;
}
.prod-detail-description .prd-det-review-form .row {
  align-items: center;
}
.prod-detail-description .prd-det-discription-content p {
  font-size: 16px;
  color: #0b0c0c;
  padding-bottom: 10px;
  margin: 0;
}
.prod-detail-description .prd-det-additional-content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
}
.product-detail1 .skin-2 .num-in {
  height: 50px;
  width: 150px;
  float: left;
  display: flex;
  border-radius: 25px;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
  opacity: 1;
  content: "";
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}
section.inner_gift_sec1 .about_text h3 {
  font-size: 44px;
}
.product-detail1 .skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
  opacity: 1;
}
ul.disc-list li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.offer-perk ul {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f8f8f8;
  padding: 15px 20px;
}
.offer-perk {
  margin-top: 0px;
  display: none;
}
.offer-perk h4 {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
.offer-perk p {
  margin: unset;
  color: #000;
}
.offer-perk p span {
  display: block;
  color: #858585;
}
.offer-perk ul li i {
  font-size: 20px;
  color: #000;
}
ul.disc-list li i {
  color: #2876af;
}

.flexEnd.price_rev {
  display: flex;
  align-items: center;
  gap: 40px;
}

ul.share-icon li:first-child {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}

.pd-dt-links {
  gap: 32px;
  margin-bottom: 30px;
}

.pd-dt-links .quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  border-radius: 45px;
  padding: 15px 24px;
  gap: 32px;
}

.pd-dt-links .quantity button {
  border: 0px;
  background: transparent;
  font-size: 23px;
  font-weight: 500;
}

.pd-dt-links .quantity span {
  font-size: 20px;
  font-weight: 700;
}

/* product detail ends */

/* Inner Faqs Start */

section.faqs .accordion-item {
  border: 0px !important;
}

section.faqs button.accordion-button.collapsed.show {
  border-bottom: 0px !important;
  box-shadow: unset !important;
}

section.faqs .colRight {
  padding-left: 70px;
}

section.faqs button.accordion-button.collapsed {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding: 22px 0px 20px 40px;
  position: relative;
  border-bottom: 1px solid #959290;
  transition: 0.4s;
  font-family: "Poppins";
}
section.faqs button.accordion-button.collapsed::after {
  display: none;
}
section.faqs button.accordion-button.collapsed:before {
  position: absolute;
  content: "+";
  left: 0%;
  font-size: 20px;
  font-family: "Poppins";
  color: #000;
  transition: 0.4s;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 20px;
  border-bottom: 0px !important;
  padding-left: 80px;
  box-shadow: unset !important;
  transition: 0.4s;
  font-family: "Poppins";
}
.accordion-button:focus {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}
.accordion-body {
  padding: 0px 80px 20px 150px;
  position: relative;
  border-bottom: 1px solid #959290;
  font-size: 15px;
  line-height: 27px;
}
.accordion-body:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  background: #717171;
  top: 3%;
  left: 13%;
  transition: 0.4s;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button:not(.collapsed):before {
  position: absolute;
  content: url("../images/accordin-border.png");
  left: 0%;
  font-family: "Poppins";
  font-weight: 400;
  top: 14%;
  transition: 0.4s;
}
.accordion-item {
  background-color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-button {
  background-color: inherit;
}

section.faqs h1 {
  font-size: 180px;
  line-height: 1.1;
}
/* Inner Faqs Ends */

/* ================================ */
/* ================================ */

.testimonial-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
}

.testimonial-item {
  width: 138px;
  height: 540px;
  border-radius: 150px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #000000;
  flex-shrink: 0;
}

.testimonial-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Active card */
.testimonial-item.active {
  width: 500px;
  border-radius: 40px;
}

.testimonial-item .content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
  opacity: 0;
  z-index: 2;
}

.testimonial-item.active .content {
  opacity: 1;
  text-align: left;
  padding: 10px 40px;
}

/* Overlay */
.testimonial-item.active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.testimonials .dots {
  margin-top: 50px;
  text-align: center;
}

.testimonials .dots span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 5px;
  background: #ada294;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.testimonials .dots span.active {
  background: #fffcf8;
  outline: 4px solid #33302c;
  outline-offset: 0px;
}

.auth-info {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  margin: 40px 0px 30px;
}

.auth-info span {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #ffcc00;
}

p.auth-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.auth-info .profile {
  width: 80px;
  border-radius: 125px;
}

.auth-message p {
  font-size: 16px;
  line-height: 27px;
  opacity: 50%;
}

.testimonial-item.active img.testi-img {
  opacity: 0;
}

.testimonial-item img.quote-img {
  width: auto;
  height: auto;
  margin-bottom: 34px;
}

.header-logo {
  width: 190px;
}

.pbtn1 i {
  font-size: 17px;
  position: relative;
  top: -3px;
}

/* =========================
   TABLET (≤ 992px)
========================= */
@media (max-width: 992px) {
  .testimonial-item {
    height: 320px;
    width: 70px;
  }

  .testimonial-item.active {
    width: 260px;
  }

  .testimonials h2 {
    font-size: 36px;
  }
}

/* =========================
   MOBILE (≤ 600px)
========================= */
@media (max-width: 600px) {
  .testimonial-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .testimonial-wrapper::-webkit-scrollbar {
    display: none;
  }

  .testimonial-item {
    height: 280px;
    width: 60px;
  }

  .testimonial-item.active {
    width: 220px;
  }

  .testimonials h2 {
    font-size: 28px;
  }

  .content p {
    font-size: 14px;
  }
}
