@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Merienda:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffdbac;
  /* font-family: 'Cookie', cursive; */
  font-family: "Merienda", cursive;
}

.navbarcolor {
  background: #493313 !important;
}

.navbar-brand {
  color: #f1c27d !important;
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: #f1c27d !important;
}

.active {
  color: #ffdbac !important;
}

/* .sliderinoNav .slick-center h4 {
    background: #bada55;
  }
  .sliderinoNav h4 {
    border: 1px solid;
    border-right: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .sliderinoNav h4:hover {
    background: #ddd;
  } */

.heroskldr {
  width: 100% !important;
}

.sliderino-1 {
  background-color: #493313;
}

.sliderino-1 img {
  background-color: #493313;
  width: 100%;
  height: 350px;
  object-position: center;
  object-fit: cover;
}

.herosliderarea {
  margin-top: 55px;
  position: relative;
}

.searchbar {
  position: absolute;
  top: 50%;
  left: 25%;
  z-index: 10;
}

.slick-slider .element {
  height: 100px;
  width: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.Example-btn7 {
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  color: #fff;
  background: #493313;
  padding: 10px 30px;
  border: none;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 10px;
  transition: 1000ms;
  transform: translateY(0);
}

.Example-btn7:hover {
  transform: translateY(-0px);
  background-color: #ffdbac;
  color: #000000;
  border: none;
  transition: 1000ms;
  transform: translateY(-6px);

  color: #8d5524;
  font-weight: bold;
  border: none;
}

.searchbar form .searchinput {
  width: 550px !important;
  background-color: #ffdbac;
  border: #ffdbac;
}

.element-1,
.element-2,
.element-3,
.element-4,
.element-5,
.element-6,
.element-7 {
  width: 100%;
  height: 200px !important;
  /* border: 1px solid red; */
}

.sldronebdycntn {
  width: 100%;
  height: 100%;
  /* border-radius: 20px; */
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 1);
}

.sldronebdycntn a {
  /* border-radius: 20px; */
}

.sldronebdycntn a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.slick-slider1 {
  margin: 40px auto;
}

.sldrtwobdycntn a img {
  width: 100%;
  height: 100%;
}

.slidertwoarea {
  margin: 30px auto;
}

.sldrtwocntn {
  border-radius: 10px;
  background-color: white;
  /* border: 2px solid red; */
  margin: 0px 16px;
  height: 200px;
}

.sldrtwobdycntn {
  height: 80%;
}

.sldrtwobdycntn a img {
  border-radius: 10px 10px 0px 0px;
}

.sldrtwocntn a {
  /* margin: 10px 0px; */
  text-decoration: none;
  text-align: center;
}

.sldrtwocntn a h5 {
  padding-top: 8px;
  color: #8d5524 !important;
}

button.slick-prev {
  margin: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  /* color: #fff; */
  background: #e0ac69 !important;
  border: none;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateX(0);
  font-weight: bold;
  outline: none;
}

button.slick-prev:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateX(-6px);
  color: #ffdbac;
  border: none;
}

button.slick-next {
  outline: none;
  margin: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 10px 30px;
  border: none;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateX(0);
  font-weight: bold;
}

button.slick-next:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateX(6px);
  color: #ffdbac;
  border: none;
}

.crdbdyimdg {
  margin-top: 6px;
  /* border: 1px solid red; */
  height: 200px;
}

.crdbdyimdg a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.crdbdyftr a {
  text-decoration: none;
}

.crdbdyftr h6 {
  color: #493313;
}

.crdbdyftr p {
  color: #e0ac69 !important;
}

.card-title {
  font-family: "Merienda", cursive;
  font-weight: 800 !important;
  color: #493313 !important;
  padding: unset !important;
}

.card-text {
  color: #e0ac69 !important;
}

.servicesarea1 {
  margin: 30px auto;
}

.btnbtnprimary {
  outline: none;
  margin: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 10px 30px;
  border: none;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.btnbtnprimary:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-10px);
  color: #ffdbac;
  border: none;
}

.margincls1 {
  margin: 17px auto;
}

.viewallbtn {
  outline: none;
  margin: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 10px 30px;
  border: none;
  padding: 10px 20px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.viewallbtn:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-10px);
  color: #ffdbac;
  border: none;
}

.vwalbtnarea {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading {
  display: flex;
  align-items: center;
}

.hedngicon {
  width: 30px;
}

.sldrthreecntn {
  /* border: 1px solid red; */
  margin: 0px 10px;
  height: 240px;
  border-radius: 10px;
  background-color: white;
}

.sldrthrebdycntn {
  padding: 12px;
}

.spflicon {
  display: flex;
  align-items: center;
}

.spflicon img {
  width: 50px;
  height: 50px;
  border: 4px solid #493313;
  border-radius: 100%;
}

.spflicon h5 {
  font-weight: 700;
  font-style: italic;
  margin-left: 6px;
  color: #8d5524;
}

.txtmon {
  margin-top: 10px;
  padding: 6px 0px;
  /* border: 1px solid red; */
}

.footerarea {
  margin-top: 50px;
  background-color: #493313;
  height: 320px;
}

.ftrhdn h5 {
  color: #ffdbac !important;
  font-weight: 800;
}

.nav-linkf {
  text-decoration: none;
  color: #f1c27d !important;
  transition: 1000ms;
  transform: translateY(0);
}

.nfb {
  color: #ffdbac !important;
}

.ftrhdn form p {
  color: #ffdbac;
}

.nav-linkf:hover {
  text-decoration: none;
  color: #ffdbac !important;
  transition: 1000ms;
  transform: translateY(-10px);
}

.icon {
  margin-top: 19px;
  display: flex;
}

.icon li {
  list-style: none;
  margin: 0px 14px;
}

.icon li a {
  text-decoration: none;
  font-size: 20px;
  color: #ffdbac;
}

.footerpaddng {
  padding-top: 50px;
  /* padding-bottom: 20px; */
}

.copyright p {
  color: #ffdbac;
  text-align: center;
}

.copyright p span a {
  text-decoration: none;
  font-weight: bold;
}

.btnsubscri {
  outline: none;
  background: #e0ac69 !important;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.btnsubscri:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-10px);
  color: #ffdbac;
  border: none;
}

/* Style the video: 100% width and height to cover the entire window */

.vidobox {
  /* border: 2px solid red; */
  width: 100%;
  height: 350px;
  margin-top: 70px;
}

/* Add some content at the bottom of the video/page */
.content {
  position: relative;
  bottom: 128px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: auto;
  padding: 20px;
  text-align: center;
}

/* @media (min-width: 320px) and (max-width: 760px) {
  .content {
    bottom: 158px;
    width: 93.5vw;
  }
} */

/* Style the button used to pause/play the video */
/* #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
} */
.servicesbx {
  padding: 13px;
  margin: 10px 0px;
  background-color: white;
  width: 100%;
  border: 4px solid white;
  text-align: center;
  border-radius: 10px;
}

.servicesbx h5 {
  padding-top: 5px;
}

.srvimg {
  width: 100%;
}

.srvimg img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.servsbxarea a {
  text-decoration: none;
  color: #493313;
}

.servicesbx:hover {
  border: 4px solid #493313;
}

.card {
  margin-bottom: 1rem;
}

.list-view .row>[class*="col-"] {
  max-width: 100%;
  flex: 0 0 100%;
}

.list-view .card {
  flex-direction: row;
}

@media (max-width: 575.98px) {
  .list-view .card {
    flex-direction: column;
  }
}

.list-view .card>.card-img-top {
  width: auto;
}

.list-view .card .card-body {
  display: inline-block;
}

/* .btn-grid, .btn-list{
  width: 140px;
} */
.btn-grid img,
.btn-list img {
  width: 20px;
}

.manpc {
  font-size: 23px;
  font-weight: bold;
}

.actulpc {
  text-decoration: line-through;
  color: #493313;
}

.quantity {
  display: flex;
  /* align-items: center;
  justify-content: center;
  padding: 0; */
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}

.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #fff;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
}

.quantity__plus {
  border-radius: 0 3px 3px 0;
}

.quantity__input {
  width: 32px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}

.btnare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
}

.adtcrt {
  outline: none;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 14px;

  text-decoration: none;
  background: #e0ac69 !important;
  border: none;
  padding: 4px 10px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translate(0);
  font-weight: bold;
  color: #8d5524;
}

.adtcrt:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateX(-10px);
  color: #ffdbac;
  border: none;
}

.imgctim {
  width: 100%;
  height: 180px;
}

.card-textsb {
  font-weight: 900;
  font-size: 12px !important;
  color: #e0ac69 !important;
  margin-top: 5px;
  padding-bottom: unset !important;
}

.pplrad1area {}

.ppld1 {
  width: 100%;
  height: 180px;
  position: relative;
}

.ppld1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.pplr1bx {
  border-radius: 10px;
  background-color: white;
  /* border: 1px solid red; */
}

.pplr1bx:hover {
  -webkit-box-shadow: 0px 0px 7px -1px rgba(99, 99, 99, 1);
  -moz-box-shadow: 0px 0px 7px -1px rgba(99, 99, 99, 1);
  box-shadow: 0px 0px 7px -1px rgba(99, 99, 99, 1);
}

.pplrad1area a {
  text-align: center;
  text-decoration: none;
  color: #493313;
}

.cntnubtnarea {
  margin: 50px auto;
  text-align: center;
}

.cntnue {
  outline: none;
  margin: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 24px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 17px 40px;

  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.cntnue:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-10px);
  color: #ffdbac;
  border: none;
}

.pplr1bx h5 {
  margin: 8px 0px;
}

.totalitemarea {
  margin: 70px auto;
  /* border: 2px solid red; */
}

.itmbx {
  /* border: 1px solid green; */
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 10px 0px;
  padding: 6px;
}

.imtmpc {
  display: flex;
  flex-direction: column;
}

.actul {
  font-size: 12px;
  text-decoration: line-through;
  color: #493313;
}

.nowprc {
  font-size: 15px;
  /* text-decoration: line-through; */
  color: #493313;
  font-weight: 900;
}

.itmbx p {
  font-weight: 800;
  color: #8d5524;
}

.ttlitmprc {
  background-color: #e0ac69;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.totaltxt {
  font-weight: 900;
  font-size: 20px;
  color: #493313;
}

.ttlprc span {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 20px;
  text-align: right;
}

.yousv {
  font-weight: 900;
  font-size: 10px !important;
  color: green;
}

.adonssrea {
  padding: 20px;
  background-color: white;
}

.ldad {
  display: flex;
  justify-content: space-between;
  margin: 6px 0px;
  border-bottom: 1px solid #493313;
}

.round {
  width: 10px !important;
  height: 10px !important;
  background-color: #493313;
  border-radius: 100%;
}

.lebtnarea {
  background-color: #493313;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.motettl {
  padding-left: 10px;
  padding-top: 9px;
  color: #ffdbac;
  font-size: 26px;
  font-weight: 900;
}

.cnrt2bt {
  outline: none;
  margin: 0px 10px 0px 0px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 20px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 5px 20px;
  text-decoration: none;
  color: #493313;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.cnrt2bt:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-1px);
  color: #ffdbac;
  border: none;
}

.dttmarea {
  margin-top: 80px;
}

.adresaresx {
  background: white;
}

.addressbox {
  padding: 0px 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  /* flex-wrap: wrap; */
}

.adresaresx h6 {
  color: gray;
  /* text-decoration: underline; */
  padding: 8px 0px 0px 10px;
}

.addressbox a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  /* margin-top: -10px; */
}

.wknm {
  margin: 10px 12px;
}

.timeare {
  display: flex;
  flex-wrap: wrap;
}

.dtara {
  display: flex;
  flex-wrap: wrap;
}

.mybkngarea {
  margin-top: 70px;
  padding: 20px;
}

.mybookincntn {
  background-color: white;
}

.oderdetailarea {
  background-color: white;
  box-shadow: 0px 5px 11px -1px rgba(0, 0, 0, 0.75);
}

.oderdetailarea {
  width: auto;
  border-radius: 10px;
  padding: 20px;
  margin: 12px auto;
}

.oderdetailarea h5 {
  font-weight: bold;
}

.oderdetailarea p {
  font-size: 19px;
  font-weight: bold;
}

.odtt {
  font-weight: 600;
  font-size: 14px !important;
  color: #000;
}

.pmthd {
  font-size: 25px;
  font-weight: 900;
  color: #493313;
}

.ordrb {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid gray;
  padding-top: 9px;
  flex-wrap: wrap;
}

.ordersmrybx {
  padding: 14px;
}

.mybookincntn h5 {
  padding: 5px;
  font-weight: bold;
}

.ordrb p {
  font-weight: 600;
  color: #493313;
}

.gry {
  color: gray !important;
}

.loginarea {
  margin: 80px 0px;
}

.login-fild {
  width: 50%;
  margin: 20px auto;
}

.form-label {
  font-weight: 700;
  text-transform: uppercase;
}

.text-align-right {
  text-align: right;
  text-decoration: none;
}

.form-check-labelforg a {
  text-decoration: none;
  font-weight: 900;
}

.forgtare {
  text-align: center;
}

.cnrt2bt {
  outline: none;
  margin: 0px 10px 0px 0px;
  font-family: Roboto, sans-serif;
  font-weight: 0;
  font-size: 20px;
  /* color: #fff; */
  background: #e0ac69 !important;
  padding: 5px 20px;
  text-decoration: none;
  color: #493313;
  border: none;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
  border-radius: 5px;
  transition: 1000ms;
  transform: translateY(0);
  font-weight: bold;
}

.cnrt2bt:hover {
  background-color: #8d5524 !important;
  /* color: #000000; */
  border: none;
  transition: 1000ms;
  transform: translateY(-1px);
  color: #ffdbac;
  border: none;
}

.aboutuscntn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.myaccountarea {
  margin: 60px auto;
}

.accboxcntn {
  background-color: white;
  margin: 17px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 155px;
}

.accboxcntn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #493313;
  font-weight: 800;
  font-size: 24px;
}

.contactuspare {
  margin: 90px auto;
}

.contactar {
  padding: 20px;
  background-color: white;
}

.chooseartistarea {
  margin: 70px auto;
}

.nmppf {
  display: flex;
  align-items: center;
}



.nmppf img {
  width: 50px;
}

.floating_btn {
  position: fixed;
  bottom: 50px;
  left: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  text-decoration: none;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #1949cf;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #1949cf;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.floating_btn a {
  text-decoration: none;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

@media (max-width: 600px) {
  .searchbar {
    position: absolute;
    top: 20%;
    left: 8%;
  }

  .searchbar form .searchinput {
    width: 100% !important;
    background-color: #ffdbac;
    border: #ffdbac;
  }

  .footerarea {
    margin-top: 50px;
    background-color: #493313;
    height: auto;
  }

  .login-fild {
    width: 100%;
    margin: 20px auto;
  }

  .nmppf {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }

}

.videoplybk {
  height: 445px;
}

a:hover {
  cursor: pointer;
}

.user {
  transition: all 0.3s ease-in-out;
}

.user:hover {
  transform: scale(1.2);
}

.privacy {
  margin-top: 5rem;
  color: aquamarine;
}

/* .artistSec {
  width: 100%;
  padding-bottom: 19px;
} */

#artist {
  height: auto;
  overflow: hidden;
  transition: height 0.5s ease;
}

#makeupArtist {
  height: 27em;
  overflow: hidden;
  transition: height 0.5s ease;
}

.logo img {
  height: 11rem;
  margin-left: 25em;
  border-radius: 50%;
  margin-bottom: 5em;
  box-shadow: 10px 10px 15px -5px rgba(0, 0, 0, 0.75);
}

@media (min-width: 540px) {

  .logo img {
    margin-left: 25em;
  }
}

@media (min-width: 320px) and (max-width: 540px) {
  /* #artist {
    height: 85vh;
  } */

  #makeupArtist {
    height: 40vh !important;
  }

  .logo img {
    height: 5rem;
    margin-left: 7em;
    margin-bottom: 2em;
  }

  .aboutuscntn h1 {
    text-align: center;
    font-weight: bold;
  }

  .headline {
    text-align: center;
    text-decoration: underline;
    font-size: 2.8rem;
  }
}

.ri-star-fill {
  color: rgba(100, 205, 138, 1);
}


.bio-class {
  padding: 0.5rem;
}

.bio-class .tab {
  font-size: 0.8rem;
  background-color: #ececec;
  padding: 1rem;
  border-radius: 20%;
}

.bio,
.bio-class .tab p {
  color: grey;
}

.headline {
  text-align: center;
  text-decoration: underline;
  font-size: 3.2rem;
}









.mywalletarae {
  margin: 100px auto;
}


.creditcard {
  background: #1f2729;
  background: -webkit-linear-gradient(to left bottom, #111213, #1f1d1d);
  background: linear-gradient(to left bottom, #121414, #292727);
  border-radius: 15px;
  -webkit-box-shadow: 0px -10px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: 0px -10px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: 0px -10px 5px 0px rgba(201, 201, 201, 1);

  padding: 5% 10%;
  margin-top: 30px;
}

.chip {
  width: 50px;
}

.textright {
  text-align: right;
}

.blns {
  color: rgb(146, 146, 146);
}

.bm {
  font-weight: bold;
  color: white;
}

.pwd {
  display: flex;
  justify-content: space-between;
  color: white;
  /* font-size: 18px; */
}

.pwd h5 {
  font-size: 14px;
}

.pwd h5 strong {
  font-size: 15px;
  font-weight: 900;
}

.wltbtn {
  margin: 50px 100px;
  justify-content: space-between;
  display: flex;
}

.innmb {
  border-radius: 6px;
  background-color: white;
  padding: 20px;
}

.b1 {
  color: white;
  background-color: #42db87;
}

.incmbtn {
  font-size: 22px;
  font-weight: 900;
}

.b2 {
  color: white;
  background-color: #493313;
}

.notificationarea {
  margin: 100px auto;
}

.ntiimgcimg {
  text-align: center;
}

@media (max-width:600px) {
  .col-5.cridtcrd {
    width: 100%;
  }

  .wltbtn {
    margin: 10px auto;
    justify-content: space-between;
    display: flex;
  }

  .ntiimgcimg img {
    width: 100%;
  }
}

.tab {
  width: 100%;
  background-color: #ccc;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}


.tab p {
  color: grey;
  font-size: 14px !important;
  transition: all 0.4s ease-in-out;
}

.tab:hover {
  cursor: pointer;
  color: #000 !important;
  background-color: #9e9b9b;
}

.tab:hover p {
  color: #000 !important;
}

.profile {
  height: 25px;
  width: 25px;
  border-radius: 20px;
}

.user-badge {
  height: 25px;
  width: 25px;
  border-radius: 20px;
}

.notify {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 20px;
}

span.date {
  font-weight: bolder;
  font-size: 1.2rem;
}

.pmethod {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
  width: fit-content;
  line-height: 2;
  z-index: 999;
  position: absolute;
}

.dropdown-item {
  transition: all 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #ccc;
}


.counts {
  position: absolute;
  background-color: red;
  color: white;
  border-radius: 50%;
  font-size: 9px;
  right: 0px;
  top: 1px;
  padding-left: 5px;
  padding-right: 6px;
  /* right: 11.8rem; */
}

@media (max-width:768px) {
  .counts {
    left: 15px;
    right: auto;
  }

  #artist {
    width: 100%;
  }
  .addressbox {
    
    flex-wrap: wrap;
}
.artistSec {
  /* width: 100%; */
  padding-bottom: 19px;
}
}






.mobileerjonyo {
  display: none;
}

@media (max-width:520px) {
  .desktopvisible {
    display: none;
  }

  .mobileerjonyo {
    display: block;
  }

  .mobileftr {

    /* border:2px solid red; */
    background: white;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mblftrcntn {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}




a.nav-link.sevbfh {
  position: relative;
}




/* todo new style 20/5 */
@media (max-width:700px) {
  body{
    overflow-x: hidden!important;
  }
  .demoslider {
    /* border: 2px solid red; */
    width: 100%;
}
  .element-1 {
    margin: 12px auto;
}
  .sldrtwocntn {
    margin: 12px auto;
  }
  .sldrthreecntn {
    margin: 10px auto; 
}
.searchbar {
  margin-left: -12px!important;
}
.servicesarea1 {
  margin-bottom:60px;
}
section.subcatagoryarea {
  margin-bottom: 60px;
}
.lebtnarea {
  margin-bottom: 130px!important;
}
.tab {
  width: 100%!important;
}
main {
    overflow-x: hidden;
}
}
