/* common css start */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

input {
  width: 100%;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* commmon css end */

/* header css start */
header.custom-header {
  background: #000;
  width: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
}
header.custom-header nav {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}

header.custom-header nav ul {
  display: flex;
}
header.custom-header nav ul.menu {
  gap: 25px;
}
header.custom-header nav ul.menu li a {
  padding: 16px 20px;
  border-radius: 29px;
  color: #fff;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in;
}
header.custom-header nav ul.action-function {
  gap: 20px;
}
header.custom-header nav ul.menu li.active a {
  color: rgba(0, 0, 0, 0.5);
  background: #f5b22f;
}
header.custom-header nav ul.menu li:hover a {
  background: #f5b22f;
  color: rgba(0, 0, 0, 0.5);
}
.top {
  margin-top: 150px;
}
/* header css end */

/* footer css start */
footer.custome-footer {
  background-color: #000;
}
.footerlinks {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  gap: 270px;
}
.footerlinks h6 {
  color: #fff;
  text-align: right;
  font-family: "Epilogue", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 8px; /* 36.364% */
  padding-bottom: 18px;
}
.links.menu {
  max-width: 370px;
  width: 100%;
}
.links ul li a {
  color: #fff;
  text-align: right;
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  width: fit-content;
  display: block;
  margin-left: auto;
  text-transform: uppercase;
}

.links.follow ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  gap: 10px;
  margin-right: auto;
}
ul.sociallinks {
  display: flex;
  gap: 20px;
  align-items: center;
}
.links.follow h6 {
  text-align: left;
}
.mainlinks {
  max-width: 425px;
  width: 100%;
}
.links.follow ul li a span {
  text-align: left;
  max-width: 295px;
  width: 100%;
}
.mainlinks ul {
  padding-top: 25px;
  padding-bottom: 30px;
}
.mainlinks ul li {
  padding-bottom: 5px;
}
.mainlinks ul li:last-child {
  padding-bottom: 0px;
}
.bottom-data {
  padding: 20px 0px;

  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
}
.main-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-data ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
.main-data ul li a {
  color: #fff;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
}
.main-data p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
}
.main-data p a {
  color: #fff;
}
footer.custome-footer {
  padding-top: 45px;
}
.footerlinks {
  padding-bottom: 45px;
}
button.tooglemenu {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
}
button.tooglemenu img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
img.closemenu {
  opacity: 0;
  transition: 0.3s ease-in;
}
img.openmenu {
  transition: 0.3s ease-in;
  opacity: 1;
}
header.custom-header.active img.closemenu {
  opacity: 1;
}
header.custom-header.active img.openmenu {
  opacity: 0;
}
/* footer css  end */

/* homme paage banner css start */

.bannerhomepage {
  display: flex;
  height: 772px;
  position: relative;
}
.bannerhomepage .content img,
.bannerhomepage .mainimg img {
  height: 100%;
  width: 100%;
}
.bannerhomepage .content {
  position: relative;

  width: 38%;
}
.bannerhomepage .mainimg {
  width: 62%;
}
.bannerhomepage .content img {
  width: 100%;
}
.banner-content {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 55.5%;
  transform: translate(-50%, -55.5%);
}
.banner-content a {
  margin-top: 40px;
  margin-bottom: 25px;
}
a.mainbtn {
  display: block;
  color: #f5b22f;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 90% */
  width: fit-content;
  border-radius: 29px;
  background: #000;
  height: 58px;
  max-width: 170px;
  line-height: 58px;
  width: 100%;
  text-align: center;
  transition: 0.3s ease-in;
}
a.mainbtn:hover {
  color: #000;
  background: #fff;
}
.content h1 {
  color: #fff;
  font-family: 'Paytone One', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.content h1 span.bigfont {
  font-size: 88px;
  line-height: 90px;
}
.content h1 span.small {
  font-size: 68px;
  line-height: 70px;
}
/* .swiper-slide.swiper-slide-prev{
    opacity: 0.5 !important;
} */

/* home page banner css end */

/* about section start */
section.aboutus {
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.aboutus-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutus-content .content {
  max-width: 745px;
  width: 100%;
}
.aboutus-content .content h2 {
  color: #fff;
  font-family: 'Paytone One', sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 26.471% */
  padding-bottom: 32px;
}
.aboutus-content .content p {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-bottom: 40px;
}
section.aboutus .container {
  height: 100%;
  padding-top: 55px;
}
img.left {
  position: absolute;
  bottom: -70px;
  left: 0;
  /* animation: animate2 ease-in 0.3s infinite alternate; */
}
.right {
  position: absolute;
  right: 30%;
  transform: rotate(-28deg);
  animation: MoveUpDownTwo 3s ease-in infinite alternate;
  bottom: -65px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

@keyframes MoveUpDownTwo {
  0% {
    transform: rotate(-8deg);
    
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes animate2 {
  0% {
    transform: rotate(1.889deg);
  }
  100% {
    transform: rotate(4.889deg);
  }
}

/* about us section end */

/* shop by category start  */
.shopbycategory {
  padding-top: 110px;
}
section.aboutus a.mainbtn {
  margin-top: 0px;
}
.poupulars h2 {
  color: #137348;
  font-family: 'Paytone One', sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 26.471% */
  margin-top: -45px;
}

.main-data-slide {
  position: relative;
}
.main-data-slide .name {
  position: absolute;
  z-index: 9;

  width: 95%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}
.main-data-slide .name span {
  color: #fff;
  text-align: center;
  font-family: "Paytone One", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.mainslider-data .swiper-slide {
  max-width: 512px;
  width: 100%;
}

.artisthomeslider {
  position: relative;
  transition: 0.3s ease-in;
  border-radius: 10px;
  overflow: hidden;
}

.maincontent {
  position: absolute;
  top: 0px;
  z-index: 9;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  /* background-color: red; */
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s ease-in;
  border-radius: 10px;
}
.artisthomeslider:hover {
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}
/* .artisthomeslider:hover .maincontent {
  opacity: 1;
} */
.artisthomeslider p {
  color: #fff;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  height: 100%;
  writing-mode: tb;
  position: absolute;
  transform:  rotate(180deg);
  padding-right: 30px;
  transition: 0.3s ease-in;
  top: 0;


}




.mainslider-data {
  max-width: 1733px;
  margin-left: auto;
}
.mainslider-data .mySwiper1 {
  padding: 70px 0px;
  padding-left: 20px;
}
.tabsection {
  padding-top: 70px;
}

.tabsection ul {
  display: flex;
  gap: 32px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}

.tabsection ul li a {
  color: #000;
  font-family: 'Epilogue', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 118.182% */
  transition: 0.3s ease-in;
}
.tabsection ul li.active a {
  color: #f5b22f;
  font-weight: 700;
}
.tab {
  display: none;
  padding-top: 130px;
}
.tab.curent {
  display: block;
}

/* shop by category end  */

/* product page start start */

.product-main {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  max-width: 375px;
  width: 100%;
  overflow: hidden;
  z-index: 99;
}
.productbody {
  padding-top: 20px;
}
.productbody h3 {
  color: #000;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  padding-bottom: 20px;
  height: 98px;
}
.productbody span.price-data {
  display: block;
  color: #000;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
a.addtocart {
  border-radius: 100px;
  border: 1px solid #000;
  /* padding: 13px 15px;.productbody h3 */
  text-align: center;
  color: #000;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  width: 152px;
  display: block;
  margin: 0 auto;
  /* line-height: 24px; 133.333% */
  height: 46px;
  line-height: 46px;
  transition: 0.3s ease-in;
}
.mainproduct {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.maintab-data {
  position: relative;
  overflow: hidden;
}
img.dotpng {
  position: absolute;
}

.gotoshopage {
  padding-top: 55px;
  padding-bottom: 200px;
}
.gotoshopage a {
  margin: 0 auto;
  position: relative;
  z-index: 102;
}
.maintab-data {
  background-repeat: no-repeat;
  background-size: cover;
}
/* product csss end */

/* review css start  */

section.review {
  padding-top: 255px;
  padding-bottom: 0 !important; 
  /* sahil */
  margin-top: -190px;
  position: relative;
}
section.review h2 {
  color: #fff;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 26.471% */
  /* padding-bottom: 135px; */
  padding-bottom: 0px !important;
  /* sahil */
}

.reviw-data {
  padding: 34px 57px;
  max-width: 530px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  min-height: 285px;
  transition: 0.5s ease-in;

}
.reviw-data p {
  color: #000;
  text-align: center;
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  padding-top: 12px;
}
.reviw-data img {
  display: block;
  margin: 0 auto;
}
section.review .swiper-slide.swiper-slide-next,
section.review .swiper-slide.swiper-slide-prev {
  transform: scale(0.8);
  transition: 0.3s ease-in;

}
.review.data {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  padding: 0px 2px;
}
section.review .swiper-slide.swiper-slide-next .reviw-data {
  margin-left: -180px;
  z-index: -1;
  transition: 0.5s ease-in;

  position: relative;
}
section.review .swiper-slide.swiper-slide-prev .reviw-data {
  margin-left: 180px;
  z-index: -1;
  transition: 0.5s ease-in;

  position: relative;
}
section.review .swiper-slide.swiper-slide-active .reviw-data {
  position: relative;
  z-index: 9;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
  transition: 0.5s ease-in;
  margin: 0px 10px;
}
section.review .swiper-button-prev,
section.review .swiper-button-next {
  background-color: #fff;
  width: 85px;
  height: 60px;
}
section.review .swiper-button-next::after {
  color: #137348;
  display: none;
}
section.review .swiper-button-prev:after {
  display: none;
}
section.review .swiper-button-prev {
  border-radius: 0px 5px 5px 0px;
  justify-content: flex-end;
  background: #fff;
}
section.review .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  justify-content: flex-start;
  background: #fff;
}

.maintab-data .lineimg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bottom {
  position: absolute;
  bottom: -51px;
  left: -17px;
  transform: rotate(4deg);
  width: 100%;
  width: 2004px;
}
.bottom img {
  width: 100%;
}
/* section.aboutus{
    overflow-x: hidden;
    overflow-y: auto;
} */
.gotoshopage a.mainbtn {
  margin-top: 0px;
}
.product-main {
  position: relative;
  transition: 0.3s ease-in;
}
.product-main:hover {
  background-blend-mode: screen, normal;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.main-line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in;
  /* background-blend-mode: screen, normal; */
}
.product-main:hover .main-line {
  opacity: 1;
}
.main-line img {
  width: 100%;
  height: 100%;
}
section.review {
  /* background-position: center; */
  background-size: cover;
  background-size: cover;
}

.product-main:hover a.addtocart {
  background-color: #f5b22f;
  border-color: #f5b22f;
}
/* review css end  */

/* about us banner */

section.innerbannerpage {
  height: 400px;
  position: relative;
  z-index: 79;
  background-size: cover;
}
section.innerbannerpage .container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;

  height: 100%;
}
section.innerbannerpage .container h1 {
  color: #fff;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 18px; 26.471% */
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}

.rightimg {
  position: absolute;
  top: 67px;
  right: 160px;
}
.aboutuscontent {
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutuscontent .title p {
  color: #fff;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 120% */
  padding-top: 70px;
}
.aboutuscontent .title {
  padding-bottom: 205px;
}
ul.aboutuslist li {
  padding: 80px 140px;
  transition: 0.3s ease-in;
}
ul.aboutuslist li p {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  max-width: 815px;
  width: 100%;
  display: block;
  margin-left: auto;
}
ul.aboutuslist li {
  border-radius: 10px;
  border: 10px solid #fff;
  margin-bottom: 285px;
  position: relative;
}
section.aboutuscontent .mainimg {
  border-radius: 10px;
  border: 10px solid #fff;
  position: absolute;
  left: 70px;
  z-index: 99;
  top: -95px;
  transition: 0.3s ease-in;
}
ul.aboutuslist li:nth-child(even) p {
  margin: 0;
  margin-right: auto;
  text-align: right;
}
ul.aboutuslist li:nth-child(even) .mainimg {
  right: 70px;
  left: auto;
}
ul.aboutuslist li:hover,
ul.aboutuslist li:hover .mainimg {
  border-color: #f5b22f;
}
.listdata {
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;
}
.listdata .maindata {
  max-width: 400px;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  border-radius: 10px;
  border: 10px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s ease-in;
}
.listdata .maindata h6 {
  color: #fff;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 118.421% */
  text-transform: uppercase;
}
.listdata .maindata {
  position: relative;
  z-index: 0;
}
.listdata .maindata:hover {
  border-radius: 10px;
  border: 10px solid #f5b22f;
 
}
img.arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in;
}
ul.aboutuslist li:last-child {
  margin-bottom: 245px;
}
.aboutuscontent {
  padding-bottom: 290px;
}
.listdata .maindata:hover img.arrow {
  opacity: 1;
  mix-blend-mode: multiply;
}
.lefimg {
  position: absolute;
  left: 120px;
  top: 50px;
}
/* conatc us page csss start */

section.contactus {
  padding-top: 110px;
  background-repeat: no-repeat;
  padding-bottom: 245px;
  background-size: cover;
}
section.contactus h2 {
  color: #fff;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 180% */
  padding-bottom: 60px;
}
section.contactus .main-conatcus {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
}
.inpufiled {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.filed {
  width: 50%;
}
.filed input {
  border: none;
  height: 45px;
  font-size: 16px;
  color: #000;
  padding: 0px 10px;
  border: 1px solid #b8b8b8;
  background: #fafafa;
  outline: none;
}
.filed label {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.inpufiledfield .filed {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inpufiledfield .filed textarea {
  border: 1px solid #b8b8b8;
  background: #fafafa;
  outline: none;
  border: none;
  height: 80px;
  padding: 8px 10px;
}
.save-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.save-data {
  padding-top: 45px;
}
.main-conatcus input[type="submit"] {
  background-color: #f5b22f;
  color: #000;
  text-align: center;
  font-family: 'Paytone One', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 90% */
  height: 58px;

  max-width: 200px;
  width: 100%;
  border-radius: 29px;
  border: none;
  transition: 0.3s ease-in;
}
.main-conatcus input[type="submit"]:hover{
  background-color: #fff;
}
.rightimg {
  animation: MoveUpDownTwo 3s ease-in infinite alternate;
}
/* coantct us page css end */

/* single product page css  satrt */

section.signle-product {
  padding-top: 60px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-product-data {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 170px;
}
.product-conetnt {
  max-width: 675px;
}
.productimg {
  border-radius: 10px;
  border: 10px solid #fff;
  position: relative;
}
.productimg .zoom {
  position: absolute;
  bottom: 14px;
  right: 14px;
  height: 50px;
  width: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.product-conetnt h1 {
  color: #fff;
  font-family: 'Paytone One', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 106% */
  text-transform: capitalize;
  margin-bottom: 40px;
}
.product-conetnt span.price {
  color: #f5b22f;
  text-align: right;
  font-family: 'Paytone One', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 90% */
}
.product-conetnt p {
  color: #f5b22f;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin-bottom: 6px;
}
span.titlequatity {
  display: block;
  padding-top: 50px;
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
}
.iconcrement {
  display: flex;
  width: 140px;
  height: 50px;
  border-radius: 80px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0px 17px;
}
.iconcrement input {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 50px;
  background-color: transparent;
  text-align: center;
  border: none;
}
.iconcrement span {
  cursor: pointer;
}
.product-conetnt a {
  margin: 0;
  margin-top: 50px;
  background: #f5b22f;
  color: #fff;
  border-color: #f5b22f;
  max-width: 200px;
  width: 100%;
}

section.realtedproduct {
  padding-top: 80px;
  position: relative;
  padding-bottom: 350px;
  overflow-x: hidden;
}
section.realtedproduct h2 {
  color: #000;
  font-family: 'Paytone One', sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px; /* 77.941% */
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 70px;
}
.bootmimg {
  position: absolute;
  bottom: 0;
  right: 0;
  right: 123px;
  animation: gooback ease-in 3s alternate infinite;
}
@keyframes gooback {
  0% {
    right: 350px;
  }
  100% {
    right: 140px;
  }
}
body{
  overflow-x: hidden;
}
.main-checkout-section {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  height: 100%;
  /* padding: 24px 35px 0px 35px; */
  max-width: 435px;
  width: 100%;
  transform: translateX(100%);
  transition: 0.3s ease-in;
}
.main-checkout-section.active {
  transform: translateX(0);
}

.main-checkout-section .header span {
  cursor: pointer;
}
.main-checkout-section .header {
  padding-bottom: 55px;
}
.main-checkout-section h6 {
  color: #525c64;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 87.5% */
  padding-bottom: 55px;
}
ul.cartproductimg li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
}
ul.cartproductimg li .productimg {
  padding: 0px;
  border: 0px;
}
ul.cartproductimg li .productimg .name span {
  color: #474e57;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.364px;
}
ul.cartproductimg li .productimg .name {
  display: flex;
  gap: 65px;
  padding-bottom: 15px;
}
ul.cartproductimg li .productimg .name span.close {
  cursor: pointer;
}
ul.cartproductimg li .productimg .name span.close img {
  width: 30px;
}
ul.cartproductimg li .countyt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
ul.cartproductimg li .countyt input {
  height: 40px;
  width: 50px;
  outline: none;
  border: 1px solid #ccc;
  color: #474e57;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.364px;
  text-align: center;
}
ul.cartproductimg li .countyt span.price {
  color: #474e57;
  text-align: right;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  letter-spacing: -0.468px;
}
.main-checkout-section .cart-body-data {
  padding: 24px 35px 0px 35px;
}

.bottomprice {
  background: #fafafa;
}
/* .bottomprice{
    padding: 22px 35px 42px 35px;
} */
.main-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 35px;
  border-bottom: 1px solid #c4c4c4;
}
.main-total span {
  color: #525c64;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 105% */
}

.gotocheckout {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 30px 35px;
  padding-bottom: 20px;
}
.gotocheckout a {
  width: 170px;
  height: 46px;
  text-align: center;
  display: block;
  color: #474e57;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 157.143% */
  border-radius: 80px;
  border: 1px solid #474e57;
}
.gotocheckout a.checkout {
  color: #000;
  background: #f5b22f;
  border: 1px solid #f5b22f;
}
.main-checkout-section .mainimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding-bottom: 42px;
  padding-left: 35px;
  padding-right: 35px;
}
.main-checkout-section .mainimg img {
  display: block;
  margin: 0 auto;
}
.main-checkout-section .main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
ul.cartproductimg {
  height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

/* single product page css end */

/* cart page css satrt */

section.cart {
  padding-top: 115px;
}
section.cart h1 {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px; /* 132.5% */
}
section.cart .cart-data {
  padding-bottom: 60px;
}
.cart-data-list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.cart-data-list .list {
  padding: 28px 15px 15px 15px;
  border-radius: 10px;
  border: 10px solid #fff;
  min-height: 255px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}
.main-content-cart {
  display: flex;
  gap: 15px;
}
.main-content-cart .content .title .name {
  color: #f5b22f;
  font-family: 'Epilogue', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 128% */
  padding-bottom: 12px;
  display: block;
}
.main-content-cart .content .title {
  display: flex;
  justify-content: space-between;
}
.main-content-cart .content .title span {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
.main-content-cart .content {
  width: 79%;
}
.main-content-cart .content .title span.small-title {
  max-width: 270px;
  width: 100%;
  display: block;
}
.cart-imagges {
  height: 175px;
  width: 175px;
}
.cart-imagges img {
  width: 100%;
  height: 100%;
}
span.remove {
  display: block;
  color: #f5b22f;
  text-align: right;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  text-decoration-line: underline;
}
.totleamount {
  border-radius: 10px;
  border: 10px solid #fff;
  padding: 15px;
  padding-bottom: 20px;
  height: 255px;
  position: sticky;
  top: 200px;
}
.totleamount h6 {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 15px;
}
.totleamount span.totalprice {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.totleamount span.totalprice span {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.totalsub {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c2bfbf;

  align-items: center;
  padding-top: 10px;
}
span.totalsub span {
  color: #fff;
  font-family: 'Epilogue', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 90.909% */
}
.totleamount a {
  border-radius: 80px;
  background: #f5b22f;
  color: #fff;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 150% */
  height: 45px;
  margin-top: 15px;
  display: block;
}
section.cart {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 300px;
  /* background-size: 100% 100%; */
}
section.cart .bottomimgstachu {
  right: 75px;
  transform: rotate(17.322deg);
  position: absolute;
  bottom: -188px;
  animation: rotateme 3s ease-in alternate infinite;
}
@keyframes rotateme{
    0%{
        transform: rotate(17.322deg);
    }
    100%{
        transform: rotate(40.322deg);
    }
}
/* cart page css end */


.links ul li.active a{
  color: #f5b22f;
}

section.innerbannerpage.singlepagedata{
  display: none;
}
section.innerbannerpage.singlepagedata.curent{
  display: block;
}
.artisthomeslider p{
  transform: translateX(-100px) rotate(180deg);
  transition: 0.3s ease-in;
}

.artisthomeslider::after{

  right: 20px;
  bottom: 20px;
  top: 20px;
  left: 20px;
  border-radius: 9px;
  border: 2px solid #FFF;
  position: absolute;
  content: " ";
  opacity: 0;
  transition: 0.3s ease-in;
}

.artisthomeslider:hover::after{
opacity: 1;

}
.artisthomeslider:hover p {
  transform:  rotate(180deg) translateX(0px);


}


header.custom-header nav ul.action-function {
  align-items: center;
}
header.custom-header nav ul.action-function  li{
  position: relative;
}
header.custom-header nav ul.action-function  li  .serch
{
 
  position: absolute;
  right: 40px;
  top: -10px;
  width: 350px;
  opacity: 1;
 
}
header.custom-header nav ul.action-function  li  input{
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 80px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
header.custom-header nav ul.action-function  li  input::placeholder{
  color: #fff;
}
header.custom-header nav ul.action-function li a {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}
header.custom-header nav ul.action-function li a img{
  position: absolute;
  transition: 0.3s ease-in;

}

header.custom-header nav ul.action-function li .serch {
  opacity: 1;
  transition: 0.3s ease-in;
  transform: translateY(-100px);
}
header.custom-header nav ul.action-function li.active .serch{
  opacity: 1;
  transform: translateY(0px);

}
header.custom-header nav ul.action-function li.active a img.mainserch{
  opacity: 0;
}
header.custom-header nav ul.action-function li a img.mainserch{
  opacity: 1;
}
header.custom-header nav ul.action-function li a img.close{
  opacity: 0;
}
header.custom-header nav ul.action-function li.active a img.close{
  opacity: 1;
}

.tab.curent{
  animation: animadiv  0.8s ease-in;
}
header.custom-header nav ul.action-function li a sup{
  color: #fff;
  left: 118%;
  font-size: 16px;
}

@keyframes animadiv{
  0%{
    opacity: 0.7;
    transform: translateY(100px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);

  }
}
section.innerbannerpage.singlepagedata.curent{
  animation: animatedata ease-in 0.8s ;
}
@keyframes animatedata {
  0%{
    opacity: 0.6;
  }
  100%{
    opacity: 1;
  }
}



/* slider css start v*/

/*fonts*/

/**/





.slider-rotate__arrow i {
font-size: 46px;
}

.position {
position: absolute;
top: 50%;
left: 50%;
color: #ffffff;
font-size: 30px;
display: none;
}

.slider-rotate {
margin: 0 auto;
/* background-color: #000000; */
}

.slider-rotate__container {
margin: 0 auto;
}

#slider-2 {
/* margin: 50px 0; */
/* background: #ffffff; */
}


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* ------------------------------------------------------- */


/* --                       PLUGIN                      -- */


/* ------------------------------------------------------- */

.slider-rotate__container {
position: relative;
/* width: 960px; */
height: 540px;
visibility: hidden;
}


/*  --------------------------------------------------  */


/*  --              ITEMS DISPLAY                     --*/


/*  --------------------------------------------------  */

.slider-rotate__item {
position: absolute;
left: 50%;
top: 50%;
opacity: 0;
-webkit-transform: translateY(-50%) translateX(-50%) scale(0.8);
-moz-transform: translateY(-50%) translateX(-50%) scale(0.8);
-ms-transform: translateY(-50%) translateX(-50%) scale(0.8);
-o-transform: translateY(-50%) translateX(-50%) scale(0.8);
transform: translateY(-50%) translateX(-50%) scale(0.8);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.slider-rotate__item.slider-rotate__item--next {
left: 74%;
}

.slider-rotate__item.slider-rotate__item--prev {
left: 26%;
}

.slider-rotate__item.slider-rotate__item--prev,
.slider-rotate__item.slider-rotate__item--next {
opacity: 0.7;
z-index: 2;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
filter: blur(3px);
}

.slider-rotate__item.slider-rotate__item--next-2 {
left: 90%;
}

.slider-rotate__item.slider-rotate__item--prev-2 {
left: 10%;
}

.slider-rotate__item.slider-rotate__item--next-2,
.slider-rotate__item.slider-rotate__item--prev-2 {
opacity: 0.4;
z-index: 2;
-webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
-moz-transform: translateY(-50%) translateX(-50%) scale(0.3);
-ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
-o-transform: translateY(-50%) translateX(-50%) scale(0.3);
transform: translateY(-50%) translateX(-50%) scale(0.3);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
filter: blur(3px);
}

.slider-rotate__item.slider-rotate__item--active {
z-index: 2;
opacity: 1;
z-index: 5;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
-moz-transform: translateY(-50%) translateX(-50%) scale(1);
-ms-transform: translateY(-50%) translateX(-50%) scale(1);
-o-transform: translateY(-50%) translateX(-50%) scale(1);
transform: translateY(-50%) translateX(-50%) scale(1);
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
-o-filter: blur(0);
filter: blur(0);
}


/*  --------------------------------------------------  */


/*  --                    ARROWS                      --*/


/*  --------------------------------------------------  */

.slider-rotate__container .slider-rotate__arrow {
display: inline-block;
width: 50px;
height: 50px;
/* background-color: #000000; */
position: absolute;
top: 50%;
margin-top: -25px;
cursor: pointer;
color: #fff;
text-align: center;
display: flex;
align-items: center;
}

.slider-rotate__container .slider-rotate__arrow:hover {
/* background: #ffffff; */
}

.slider-rotate__container .slider-rotate__arrow:hover i {
color: #000000;
}

.slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--left {
left: 0;
}

.slider-rotate__container .slider-rotate__arrow.slider-rotate__arrow--right {
right: 0;
}
