* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "SFT Ritam Sans TRIAL";
  src: url("../fonts/SFT-Ritam-Sans-TRIAL-DemiBold-BF67512a22cfc4b.otf")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SFT ritam sans trial";
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

.hidden {
  opacity: 0;
}

a{
  text-decoration: none !important;
  list-style: none;
}
.slow-animation {
  --animate-duration: 2s; /* Slower bounce effect */
}

h1,
h2,
h3,
h4 {
  font-family: "SFT ritam sans trial";
}

p {
  font-family: "SFT ritam sans trial";
}

.pt--70 {
  padding-top: 70px;
}

.pb--70 {
  padding-bottom: 70px;
}
.pt---100 {
  margin-top: -20px;
}
.pb--100 {
  padding-bottom: 100px;
}

.pt--150 {
  padding-top: 100px;
}

.pb--150 {
  padding-bottom: 100px;
}
.pt--50 {
  padding-top: 50px;
}

.pt--35 {
  padding-top: 35px;
}

.pb--50 {
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px !important;
  }
}

p {
  font-size: 18px;
  color: #000000;
  font-family: rita;
}

.registernow-btn-2 {
  margin-top: 30px;
}

.registernow-btn-2 a {
  border: 1px solid #530358;
  border-bottom: 1px solid #530358;
  border-right: 1px solid #530358;
  width: 250px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background: radial-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
}

.registernow-btn-banner a {
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 20px solid #fff;
  width: 230px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  background: radial-gradient(#a32da5, #530358);
}
.registernow-btn-banner span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.registernow-btn-2 span {
  display: inline-block;
  width: 18px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* banner section css start */
.banner-section {
  background-image: url(../images/banner-img.png);
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.banner-title h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 15px;
}

.banner-title h2 {
  background: -webkit-linear-gradient(#e0b652, #e0b652, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.banner-title p {
  color: #fff;
  font-size: 21px;
  font-family: "SFT ritam sans trial";
  font-weight: 500 !important;
}

.register-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.register-form h2 {
  text-align: center;
  color: #530358;
  margin-bottom: 25px;
  font-size: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #530358;
  outline: none;
  box-shadow: 0 0 5px rgba(83, 3, 88, 0.2);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg, #a32da5, #530358);
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

#banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cosmic-form {
  width: 80%;
}

.cosmic-form h2 {
  background: radial-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.form-group input {
  border: 1px solid #000000 !important;
}

.form-group input::placeholder {
  color: #000000 !important;
  font-family: "SFT ritam sans trial";
}

.down-btn {
  position: relative;
}

.down-arrow-btn {
  background: radial-gradient(#a32da5, #530358);
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 90px;
  left: 48%;
  z-index: 9999px;
}

.down-arrow-btn i {
  font-size: 20px;
  color: #fff;
}

.center-btn {
  position: relative;
}

.center-arrow-btn {
  background: radial-gradient(#a32da5, #530358);
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: -90px;
  left: 48%;
  z-index: 99;
}

.center-arrow-btn-2 {
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 75px;
  left: 48%;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.center-arrow-btn-2 i {
  font-size: 20px;
  color: #530358;
}

.center-arrow-btn i {
  font-size: 20px;
  color: #fff;
}

/* Reasons you must buy curtains
from Cosmic Tree css start */

.section-titles h2 {
  font-size: 40px;
  background: radial-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.reasons-box {
  display: flex;
  gap: 8px;
}

.reasons-circle {
  border-radius: 100%;
  border: 1px solid #530358;
  /* border: 1px solid radial-gradient(#530358, #fff); */
  width: 90px;
  height: 80px;
  padding: 20px;
  align-items: center;
  border-bottom: white;
}

.reasons-circle h4 {
  font-size: 34px;
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reasons-text h3 {
  font-size: 21px;
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reasons-text p {
  font-family: "SFT ritam sans trial";
  font-family: "Montserrat", serif;

  font-size: 19px;
  font-weight: 500;
}

.reason-flex-one {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.reason-flex-two {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* strip section css start */

.stip-border {
  border: 1px solid #530358;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  top: 100px;
  z-index: 99 !important;
  background-color: #fff;
  height: 185px;
}
.stip-border-2 {
  border: 1px solid #530358;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  top: -70px;
  z-index: 99 !important;
  background-color: #fff;
  height: 185px;
}

#strip-section-two {
  position: relative;
  z-index: 99;
}

.stip-border h3 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}

.stip-border-2 h3 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}
/* strip section css end */

/* fabrics-perfectly start css */

#fabrics-perfectly {
  background-image: url(../images/frabic-img/frabic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.fabrics-perfectly {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.fabrics-perfectly h2 {
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

#myTab {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
  border: none;
}

#myTab a :active {
  color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #530358 !important;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

#myTab a {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  width: 100%;
  padding: 9px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

.fabric-card {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fabric-info h3 {
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.range-curtain-types {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.range-curtain-types h2 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  text-align: center;
}

.curtain-number {
  background-color: #530358;
  width: 60px;
  padding: 15px;
  border-radius: 10px;
  background: rgb(163, 45, 165);
  background: radial-gradient(
    circle,
    rgba(163, 45, 165, 1) 0%,
    rgba(83, 3, 88, 1) 100%
  );
}
.curtain-number h4 {
  color: #fff;
  margin-bottom: 0px !important;
}

.curtain-info p {
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.flex-img-line {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.curtain-info {
  margin-top: 20px;
}
.stunning-text h3 {
  text-align: center;
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

/* From Uiverse.io by abrahamcalsin */
#shopnowbutton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  color: #530358 !important;
}

#shopnowbutton:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #530358;
  color: #fff !important;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

#shopnowbutton:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

#shopnowbutton span {
  text-align: center;
  text-decoration: none;
  width: 100px;
  padding: 10px 10px;
  font-size: 1.125em;
  font-weight: 700;
  /* letter-spacing: 0.3em; */
  z-index: 20;
  transition: all 0.3s ease-in-out;
  font-size: 25px;
}

#shopnowbutton:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

/* #shopnowbutton .voliet-color:hover{
  background-color: #fff;
  color: #530358;

} */

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.show-now-btn button {
  border-radius: 30px;
  color: #530358;
}
.show-now-btn button span {
  border-radius: 30px;
  color: #530358;
  font-family: "SFT ritam sans trial";
}

/* highly purschased section  css start */

.highly-purchased {
  background: #fff;
}

.highly-purchased-title h2 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.swiper-nav-btns button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #530358;
  color: #fff;
  margin: 0 10px 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  left: 100px;
}

.swiper-nav-btns button:hover {
  background: #a32da5;
  transform: translateY(-2px);
}

.product-card {
  text-align: center;
  /* padding: 20px; */
  border-radius: 15px;
  background: #fff;
  /* box-shadow: 0px 4px 20px rgba(0,0,0,0.1); */
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.product-card p {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
}

.swiper-pagination-bullet-active {
  background: #530358;
}

.shop-your h2 {
  text-align: center;
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.highly-purschaed h2 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}

.highly-purschaed p {
  color: #000000;
  font-size: 20px;
  font-family: "SFT ritam sans trial";
  font-weight: 500;
  font-family: "Montserrat", serif;

}

/*.footer-contact {*/
/*  display: flex;*/
/*  justify-content: end;*/
/*  gap: 50px;*/
/*}*/


.curtains-need-title {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.curtains-need-title h2 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  text-align: center;
}

.home {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: baseline;
}

.home h3 {
  color: #000000;
  font-size: 40px;
  text-align: center;
}

figure {
  margin-bottom: 60px;
}

/* img tags */
.imagesContainer {
  width: 285px;
  height: 430px;
  position: relative;
  overflow: hidden;
}

.imagesContainer img {
  width: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

/* images using CSS */
.imageDiv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.image1 {
  background-image: url(../images/curtains-need/img-1.png);
}

.image2 {
  background-image: url(../images/curtains-need/img-2.png);
}

.image3 {
  background-image: url(../images/curtains-need/img-3.png);
}

.image4 {
  background-image: url(../images/curtains-need/img-4.png);
}

/* animation styles */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.fadeInClass {
  animation-name: fadeIn;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.officeimage1 {
  background-image: url(../images/office-img/office-image-1.png);
}

.officeimage2 {
  background-image: url(../images/office-img/office-image-2.png);
}

.officeimage3 {
  background-image: url(../images/office-img/office-image-3.png);
}

.officeimage4 {
  background-image: url(../images/office-img/office-image-4.png);
}

/* our promise section css start */

.our-promise-title h2 {
  text-align: center;
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.our-promise-title p {
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 500;
  text-align: center;
}

.our-promis-box {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
  text-align: start;
}

.our-promis-box h3 {
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-promis-box p {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.our-promis-icon {
  position: relative;
}

.our-promis-icon img {
  position: absolute;
  top: -60px;
  left: 25px;
  background-color: #752076;
}

/*#our-promise-icon-bg img {*/
/*  background-color: #943093;*/
/*}*/

/* about section css start */

.about-content h2 {
  font-size: 40px;
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-content p {
  font-size: 20px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #000000;
  text-align: justify;

}

/* footer section css start */

.footer-section {
  color: #fff;
}

.footer-content p {
  color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 500;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.location-text {
  text-align: start !important;
  font-family: "Montserrat", serif;

}

.addres-details {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: flex-start;
}

.footer-social img {
  width: 40px;
}

.up-btn {
  position: relative;
}

.up-arrow-btn {
  background: radial-gradient(#a32da5, #530358);
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: -90px;
  left: 48%;
}

.up-arrow-btn i {
  font-size: 20px;
  color: #fff;
}

input:focus + .form-control {
  transform: translateY(-25px);
  color: #530358;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #530358 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #5203583e !important;
}

.voliet-color {
  background-color: #530358;
  color: #fff !important;
  border-top-left-radius: 0px !important ;
  border-bottom-left-radius: 0px !important;
}

#register-btn-purple {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #fff;
  color: ghostwhite;
}

#register-btn-purple span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

#register-btn-purple:hover span {
  color: black;
}

#register-btn-purple::before,
#register-btn-purple::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#register-btn-purple::before {
  content: "";
  background: #000;
  background: radial-gradient(#a32da5, #530358);
  color: #fff !important;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

#register-btn-purple:hover::before {
  transform: translate3d(100%, 0, 0);
}

#register-btn-purple {
  border-radius: 50px;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  width: 230px;
  border-right: 20px solid #ffff;
  font-size: 20px;
}

/* white register button css start */

#register-btn-white {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: #fff;
  color: ghostwhite;
}

#register-btn-white span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

#register-btn-white:hover span {
  color: black;
}

#register-btn-white::before,
#register-btn-white::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#register-btn-white::before {
  content: "";
  background: #000;
  background: radial-gradient(#a32da5, #530358);
  color: #fff !important;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

#register-btn-white:hover::before {
  transform: translate3d(100%, 0, 0);
}

#register-btn-white {
  border-radius: 50px;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  width: 230px;
  border-right: 20px solid #ffff;
  font-size: 20px;
}

.fabrics-cricle {
  position: relative;
}

.fabrics-cricle img {
  position: absolute;
  top: -85px;
  left: 284px;
}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
  br {
    display: none;
  }
  .pt--70 {
    padding-top: 30px;
  }
  .pb--70 {
    padding-bottom: 30px;
  }
  .reason-flex-one {
    display: flex;
    flex-direction: column;
  }
  .reason-flex-two {
    display: flex;
    flex-direction: column;
  }
  .cosmic-form {
    margin-top: 30px;
    width: 100%;
  }
  .line {
    display: none;
  }
  .banner-title h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .cosmic-tree-logo img {
    width: 150px;
    margin-bottom: 20px;
  }
  .banner-title h2 {
    background: -webkit-linear-gradient(#e0b652, #e0b652, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner-title p {
    color: #fff;
    font-size: 16px;
    font-family: "SFT ritam sans trial";
    font-weight: 500 !important;
  }
  .section-titles h2 {
    font-size: 28px;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  .down-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 43px;
    left: 45%;
  }
  .stip-border {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: 25px;
    z-index: 99 !important;
    background-color: #fff;
    height: 250px;
  }
  .center-arrow-btn-2 {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 44%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  #myTab {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    border: none;
  }
  .stip-border h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
  }

  .fabrics-perfectly h2 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
  }
  #fabrics-perfectly {
    background: -webkit-linear-gradient(#a32da5, #530358) !important;
  }
  .range-curtain-types h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    text-align: center;
  }
  .flex-img-line {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .curtain-type {
    margin-bottom: 30px;
  }
  .stunning-img img {
    width: 100%;
    margin-top: 30px;
  }
  #our-promis-sexction {
    background-color: #5f0466 !important;
  }
  .footer-contact {
    display: flex;
    justify-content: center !important;
    gap: 50px;
    flex-direction: column;
    gap: 20px !important;
  }
  .up-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -10px !important;
    left: 45% !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .our-promis-content {
    margin-top: 20px;
  }
  .stunning-text h3 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    margin-bottom: 30px;
  }
  .our-promise-title p {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
  .highly-purschaed h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    text-align: center;
  }

  #stunning-bottom-sec {
    padding-bottom: 30px;
  }
  .imagesContainer {
    width: 100% !important;
    height: 430px;
    position: relative;
    overflow: hidden;
  }
  .imagesContainer {
    margin-top: 30px;
  }
  .curtains-need-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px !important;
    text-align: center;
  }
  .home h3 {
    color: #000000;
    font-size: 27px !important;
    text-align: center;
  }
  .stip-border-2 {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: -70px;
    z-index: 99 !important;
    background-color: #fff;
    height: 220px;
  }
  .range-curtain-types {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
    display: none !important;
  }
  .shop-your h2 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    margin-bottom: 30px;
  }
  #small-screen-margin{
    margin-top: 50px;
  }
  #smallscreen-margin-bottom{
    margin-top: -50px !important;
  }
  .stip-border-2 h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
} 
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #fabrics-perfectly{
    background-color: #530358;
  }
  #small-screen-margin{
    margin-top: 50px;
  }
  .br {
    display: none;
  }
  .mt-3{
    display: none;
  }
  .pt--70 {
    padding-top: 50px;
}
.pb--70 {
  padding-top: 50px;
}

  .banner-title h1 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 15px;
  }
  .banner-title h2 {
    background: -webkit-linear-gradient(#e0b652, #e0b652, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .banner-title p {
    color: #fff;
    font-size: 18px;
    font-family: "SFT ritam sans trial";
    font-weight: 500 !important;
  }
  .cosmic-form {
    width: 100%;
  }
  .cosmic-form h2 {
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 29px;
  }
  .section-titles h2 {
    font-size: 30px;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  .reason-flex-one {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
  }
  .reason-flex-two {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    flex-direction: column;
  }
  #myTab {
    display: flex
;
    justify-content: center;
    gap: 24px;
    margin-top: 50px;
    border: none;
}
.fabrics-cricle img {
  position: absolute;
  top: -85px;
  left: 260px;
}
.range-curtain-types h2 {
  background: -webkit-linear-gradient(#a32da5, #530358);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
}
.stunning-text h3 {
  text-align: center;
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
.stunning-img img{
  width: 100%;
}
#stunning-bottom-sec{
  padding-top: 50px;
  padding-bottom: 50px;
}
.highly-purschaed{
  text-align: center;
}
.swiper-nav-btns button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #530358;
  color: #fff;
  margin: 0px 10px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3sease;
  position: relative;
  left: 12px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  display: none !important;
}
.shop-your h2 {
  text-align: center;
  background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
}
.curtains-need-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    text-align: center;
}
#our-promis-sexction{
  background-color: #530358;
}
.imagesContainer {
  width: 330px;
  height: 430px;
  position: relative;
  overflow: hidden;
}
#tab-screen-margin-top{
  margin-top: 50px;
}
br{
  display: none;
}
.about-image{
  text-align: center;
}
.footer-contact {
  display: flex
;
  justify-content: end;
  gap: 50px;
  flex-direction: column;
}
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .pt--70 {
    padding-top: 70px;
  }
  
  .pb--70 {
    padding-bottom: 70px;
  }
  .pt---100 {
    margin-top: -20px;
  }
  .pb--100 {
    padding-bottom: 100px;
  }
  
  .pt--150 {
    padding-top: 100px;
  }
  
  .pb--150 {
    padding-bottom: 100px;
  }
  .pt--50 {
    padding-top: 50px;
  }
  
  .pt--35 {
    padding-top: 35px;
  }
  
  .pb--50 {
    padding-bottom: 50px;
  }
  
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1180px !important;
    }
  }
  
  p {
    font-size: 18px;
    color: #000000;
    font-family: rita;
  }
  
  .registernow-btn-2 {
    margin-top: 30px;
  }
  
  .registernow-btn-2 a {
    border: 1px solid #530358;
    border-bottom: 1px solid #530358;
    border-right: 1px solid #530358;
    width: 250px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
  }
  
  .registernow-btn-banner a {
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: 20px solid #fff;
    width: 230px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    background: radial-gradient(#a32da5, #530358);
  }
  .registernow-btn-banner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .registernow-btn-2 span {
    display: inline-block;
    width: 18px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* banner section css start */
  .banner-section {
    background-image: url(../images/banner-img.png);
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .banner-title h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
  }
  
  .banner-title h2 {
    background: -webkit-linear-gradient(#e0b652, #e0b652, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  
  .banner-title p {
    color: #fff;
    font-size: 21px;
    font-family: "SFT ritam sans trial";
    font-weight: 500 !important;
  }
  
  .register-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .register-form h2 {
    text-align: center;
    color: #530358;
    margin-bottom: 25px;
    font-size: 28px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  
  .form-control:focus {
    border-color: #530358;
    outline: none;
    box-shadow: 0 0 5px rgba(83, 3, 88, 0.2);
  }
  
  .submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #a32da5, #530358);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  .submit-btn:hover {
    transform: translateY(-2px);
  }
  
  #banner-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cosmic-form {
    width: 80%;
  }
  
  .cosmic-form h2 {
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .form-group input {
    border: 1px solid #000000 !important;
  }
  
  .form-group input::placeholder {
    color: #000000 !important;
    font-family: "SFT ritam sans trial";
  }
  
  .down-btn {
    position: relative;
  }
  
  .down-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 90px;
    left: 48%;
    z-index: 9999px;
  }
  
  .down-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  .center-btn {
    position: relative;
  }
  
  .center-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -90px;
    left: 48%;
    z-index: 99;
  }
  
  .center-arrow-btn-2 {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 48%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .center-arrow-btn-2 i {
    font-size: 20px;
    color: #530358;
  }
  
  .center-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  /* Reasons you must buy curtains
  from Cosmic Tree css start */
  
  .section-titles h2 {
    font-size: 40px;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  
  .reasons-box {
    display: flex;
    gap: 8px;
  }
  
  .reasons-circle {
    border-radius: 100%;
    border: 1px solid #530358;
    /* border: 1px solid radial-gradient(#530358, #fff); */
    width: 90px;
    height: 80px;
    padding: 20px;
    align-items: center;
    border-bottom: white;
  }
  
  .reasons-circle h4 {
    font-size: 34px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .reasons-text h3 {
    font-size: 21px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .reasons-text p {
    font-family: "SFT ritam sans trial";
    font-family: "Montserrat", serif;
    font-size: 19px;
    font-weight: 500;
  }
  
  .reason-flex-one {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .reason-flex-two {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  /* strip section css start */
  
  .stip-border {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: 100px;
    z-index: 99 !important;
    background-color: #fff;
    height: 185px;
  }
  .stip-border-2 {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: -70px;
    z-index: 99 !important;
    background-color: #fff;
    height: 185px;
  }
  
  #strip-section-two {
    position: relative;
    z-index: 99;
  }
  
  .stip-border h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
  }
  
  .stip-border-2 h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
  }
  /* strip section css end */
  
  /* fabrics-perfectly start css */
  
  #fabrics-perfectly {
    background-image: url(../images/frabic-img/frabic-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  
  .fabrics-perfectly {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .fabrics-perfectly h2 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  #myTab {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    border: none;
  }
  
  #myTab a :active {
    color: #000000;
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #530358 !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  
  #myTab a {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    width: 120px;
    padding: 7px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
  }
  
  .fabric-card {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .fabric-info h3 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
  }
  
  .range-curtain-types {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .range-curtain-types h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-align: center;
  }
  
  .curtain-number {
    background-color: #530358;
    width: 60px;
    padding: 15px;
    border-radius: 10px;
    background: rgb(163, 45, 165);
    background: radial-gradient(
      circle,
      rgba(163, 45, 165, 1) 0%,
      rgba(83, 3, 88, 1) 100%
    );
  }
  .curtain-number h4 {
    color: #fff;
    margin-bottom: 0px !important;
  }
  
  .curtain-info p {
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .flex-img-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .curtain-info {
    margin-top: 20px;
  }
  .stunning-text h3 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  /* From Uiverse.io by abrahamcalsin */
  #shopnowbutton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #530358 !important;
  }
  
  #shopnowbutton:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #530358;
    color: #fff !important;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
  }
  
  #shopnowbutton:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  
  #shopnowbutton span {
    text-align: center;
    text-decoration: none;
    width: 100px;
    padding: 10px 10px;
    font-size: 1.125em;
    font-weight: 700;
    /* letter-spacing: 0.3em; */
    z-index: 20;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
  }
  
  #shopnowbutton:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
  }
  
  /* #shopnowbutton .voliet-color:hover{
    background-color: #fff;
    color: #530358;
  
  } */
  
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
  .show-now-btn button {
    border-radius: 30px;
    color: #530358;
  }
  .show-now-btn button span {
    border-radius: 30px;
    color: #530358;
    font-family: "SFT ritam sans trial";
  }
  
  /* highly purschased section  css start */
  
  .highly-purchased {
    background: #fff;
  }
  
  .highly-purchased-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .swiper-nav-btns button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #530358;
    color: #fff;
    margin: 0 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    left: 100px;
  }
  
  .swiper-nav-btns button:hover {
    background: #a32da5;
    transform: translateY(-2px);
  }
  
  .product-card {
    text-align: center;
    /* padding: 20px; */
    border-radius: 15px;
    background: #fff;
    /* box-shadow: 0px 4px 20px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
  }
  
  .product-card:hover {
    transform: translateY(-10px);
  }
  
  .product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  
  .product-card p {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    font-family: "SFT ritam sans trial";
  }
  .swiper-pagination-bullet-active {
    background: #530358;
  }
  
  .shop-your h2 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .highly-purschaed h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
  }
  
  .highly-purschaed p {
    color: #000000;
    font-size: 20px;
    font-family: "SFT ritam sans trial";
    font-weight: 500;
    font-family: "Montserrat", serif;

  }
  
  .footer-contact {
    display: flex;
    justify-content: end;
    gap: 50px;
  }
  
  /* Small devices (portrait tablets and large phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small tablets and large phones */
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for tablets */
  }
  
  .curtains-need-title {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .curtains-need-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-align: center;
  }
  
  .home {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: baseline;
  }
  
  .home h3 {
    color: #000000;
    font-size: 40px;
    text-align: center;
  }
  
  figure {
    margin-bottom: 60px;
  }
  
  /* img tags */
  .imagesContainer {
    width: 285px;
    height: 430px;
    position: relative;
    overflow: hidden;
  }
  
  .imagesContainer img {
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* images using CSS */
  .imageDiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
  }
  
  .image1 {
    background-image: url(../images/curtains-need/img-1.png);
  }
  
  .image2 {
    background-image: url(../images/curtains-need/img-2.png);
  }
  
  .image3 {
    background-image: url(../images/curtains-need/img-3.png);
  }
  
  .image4 {
    background-image: url(../images/curtains-need/img-4.png);
  }
  
  /* animation styles */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  
  .fadeInClass {
    animation-name: fadeIn;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }
  
  .officeimage1 {
    background-image: url(../images/office-img/office-image-1.png);
  }
  
  .officeimage2 {
    background-image: url(../images/office-img/office-image-2.png);
  }
  
  .officeimage3 {
    background-image: url(../images/office-img/office-image-3.png);
  }
  
  .officeimage4 {
    background-image: url(../images/office-img/office-image-4.png);
  }
  
  /* our promise section css start */
  
  .our-promise-title h2 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .our-promise-title p {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 500;
    text-align: center;
  }
  
  .our-promis-box {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    text-align: start;
  }
  
  .our-promis-box h3 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .our-promis-box p {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .our-promis-icon {
    position: relative;
  }
  
  .our-promis-icon img {
    position: absolute;
    top: -60px;
    left: 25px;
    background-color: #752076;
  }
  
  /*#our-promise-icon-bg img {*/
  /*  background-color: #943093;*/
  /*}*/
  
  /* about section css start */
  
  .about-content h2 {
    font-size: 40px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .about-content p {
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    color: #000000;
    text-align: justify;
  }
  
  /* footer section css start */
  
  .footer-section {
    color: #fff;
  }
  
  .footer-content p {
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  
  .location-text {
    text-align: start !important;
    font-family: "Montserrat", serif;

  }
  
  .addres-details {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
  }
  
  .footer-social img {
    width: 40px;
  }
  
  .up-btn {
    position: relative;
  }
  
  .up-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -90px;
    left: 48%;
  }
  
  .up-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  input:focus + .form-control {
    transform: translateY(-25px);
    color: #530358;
  }
  
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #530358 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #5203583e !important;
  }
  
  .voliet-color {
    background-color: #530358;
    color: #fff !important;
    border-top-left-radius: 0px !important ;
    border-bottom-left-radius: 0px !important;
  }
  
  #register-btn-purple {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #fff;
    color: ghostwhite;
  }
  
  #register-btn-purple span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
  }
  
  #register-btn-purple:hover span {
    color: black;
  }
  
  #register-btn-purple::before,
  #register-btn-purple::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  #register-btn-purple::before {
    content: "";
    background: #000;
    background: radial-gradient(#a32da5, #530358);
    color: #fff !important;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }
  
  #register-btn-purple:hover::before {
    transform: translate3d(100%, 0, 0);
  }
  
  #register-btn-purple {
    border-radius: 50px;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width: 230px;
    border-right: 20px solid #ffff;
    font-size: 20px;
  }
  
  /* white register button css start */
  
  #register-btn-white {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #fff;
    color: ghostwhite;
  }
  
  #register-btn-white span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
  }
  
  #register-btn-white:hover span {
    color: black;
  }
  
  #register-btn-white::before,
  #register-btn-white::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  #register-btn-white::before {
    content: "";
    background: #000;
    background: radial-gradient(#a32da5, #530358);
    color: #fff !important;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }
  
  #register-btn-white:hover::before {
    transform: translate3d(100%, 0, 0);
  }
  
  #register-btn-white {
    border-radius: 50px;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width: 230px;
    border-right: 20px solid #ffff;
    font-size: 20px;
  }
  
  .fabrics-cricle {
    position: relative;
  }
  
  .fabrics-cricle img {
    position: absolute;
    top: -85px;
    left: 284px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .pt--70 {
    padding-top: 70px;
  }
  
  .pb--70 {
    padding-bottom: 70px;
  }
  .pt---100 {
    margin-top: -20px;
  }
  .pb--100 {
    padding-bottom: 100px;
  }
  
  .pt--150 {
    padding-top: 100px;
  }
  
  .pb--150 {
    padding-bottom: 100px;
  }
  .pt--50 {
    padding-top: 50px;
  }
  
  .pt--35 {
    padding-top: 35px;
  }
  
  .pb--50 {
    padding-bottom: 50px;
  }
  
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 1180px !important;
    }
  }
  
  p {
    font-size: 18px;
    color: #000000;
    font-family: rita;
  }
  
  .registernow-btn-2 {
    margin-top: 30px;
  }
  
  .registernow-btn-2 a {
    border: 1px solid #530358;
    border-bottom: 1px solid #530358;
    border-right: 1px solid #530358;
    width: 250px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
  }
  
  .registernow-btn-banner a {
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: 20px solid #fff;
    width: 230px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    background: radial-gradient(#a32da5, #530358);
  }
  .registernow-btn-banner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .registernow-btn-2 span {
    display: inline-block;
    width: 18px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  /* banner section css start */
  .banner-section {
    background-image: url(../images/banner-img.png);
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .banner-title h1 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
  }
  
  .banner-title h2 {
    background: -webkit-linear-gradient(#e0b652, #e0b652, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  
  .banner-title p {
    color: #fff;
    font-size: 21px;
    font-family: "SFT ritam sans trial";
    font-weight: 500 !important;
  }
  
  .register-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .register-form h2 {
    text-align: center;
    color: #530358;
    margin-bottom: 25px;
    font-size: 28px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }
  
  .form-control:focus {
    border-color: #530358;
    outline: none;
    box-shadow: 0 0 5px rgba(83, 3, 88, 0.2);
  }
  
  .submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #a32da5, #530358);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  
  .submit-btn:hover {
    transform: translateY(-2px);
  }
  
  #banner-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cosmic-form {
    width: 80%;
  }
  
  .cosmic-form h2 {
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .form-group input {
    border: 1px solid #000000 !important;
  }
  
  .form-group input::placeholder {
    color: #000000 !important;
    font-family: "SFT ritam sans trial";
  }
  
  .down-btn {
    position: relative;
  }
  
  .down-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 90px;
    left: 48%;
    z-index: 9999px;
  }
  
  .down-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  .center-btn {
    position: relative;
  }
  
  .center-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -90px;
    left: 48%;
    z-index: 99;
  }
  
  .center-arrow-btn-2 {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 48%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .center-arrow-btn-2 i {
    font-size: 20px;
    color: #530358;
  }
  
  .center-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  /* Reasons you must buy curtains
  from Cosmic Tree css start */
  
  .section-titles h2 {
    font-size: 40px;
    background: radial-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }
  
  .reasons-box {
    display: flex;
    gap: 8px;
  }
  
  .reasons-circle {
    border-radius: 100%;
    border: 1px solid #530358;
    /* border: 1px solid radial-gradient(#530358, #fff); */
    width: 90px;
    height: 80px;
    padding: 20px;
    align-items: center;
    border-bottom: white;
  }
  
  .reasons-circle h4 {
    font-size: 34px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .reasons-text h3 {
    font-size: 21px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .reasons-text p {
    font-family: "Montserrat", serif;
    font-size: 15px;
    font-weight: 500;
  }
  
  .reason-flex-one {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
  }
  .reason-flex-two {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
  }
  
  /* strip section css start */
  
  .stip-border {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: 100px;
    z-index: 99 !important;
    background-color: #fff;
    height: 185px;
  }
  .stip-border-2 {
    border: 1px solid #530358;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    top: -70px;
    z-index: 99 !important;
    background-color: #fff;
    height: 185px;
  }
  
  #strip-section-two {
    position: relative;
    z-index: 99;
  }
  
  .stip-border h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
  }
  
  .stip-border-2 h3 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
  }
  /* strip section css end */
  
  /* fabrics-perfectly start css */
  
  #fabrics-perfectly {
    background-image: url(../images/frabic-img/frabic-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  
  .fabrics-perfectly {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .fabrics-perfectly h2 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  #myTab {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    border: none;
  }
  
  #myTab a :active {
    color: #000000;
  }
  
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #530358 !important;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
  }
  
  #myTab a {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
  }
  
  .fabric-card {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .fabric-info h3 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
  }
  
  .range-curtain-types {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .range-curtain-types h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-align: center;
  }
  
  .curtain-number {
    background-color: #530358;
    width: 60px;
    padding: 15px;
    border-radius: 10px;
    background: rgb(163, 45, 165);
    background: radial-gradient(
      circle,
      rgba(163, 45, 165, 1) 0%,
      rgba(83, 3, 88, 1) 100%
    );
  }
  .curtain-number h4 {
    color: #fff;
    margin-bottom: 0px !important;
  }
  
  .curtain-info p {
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .flex-img-line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .curtain-info {
    margin-top: 20px;
  }
  .stunning-text h3 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  /* From Uiverse.io by abrahamcalsin */
  #shopnowbutton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #530358 !important;
  }
  
  #shopnowbutton:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: #530358;
    color: #fff !important;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
  }
  
  #shopnowbutton:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
  
  #shopnowbutton span {
    text-align: center;
    text-decoration: none;
    width: 100px;
    padding: 10px 10px;
    font-size: 1.125em;
    font-weight: 700;
    /* letter-spacing: 0.3em; */
    z-index: 20;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
  }
  
  #shopnowbutton:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
  }
  
  /* #shopnowbutton .voliet-color:hover{
    background-color: #fff;
    color: #530358;
  
  } */
  
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
  
    50% {
      transform: scale(0.95);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
  .show-now-btn button {
    border-radius: 30px;
    color: #530358;
  }
  .show-now-btn button span {
    border-radius: 30px;
    color: #530358;
    font-family: "SFT ritam sans trial";
  }
  
  /* highly purschased section  css start */
  
  .highly-purchased {
    background: #fff;
  }
  
  .highly-purchased-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .swiper-nav-btns button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #530358;
    color: #fff;
    margin: 0 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    left: 100px;
  }
  
  .swiper-nav-btns button:hover {
    background: #a32da5;
    transform: translateY(-2px);
  }
  
  .product-card {
    text-align: center;
    /* padding: 20px; */
    border-radius: 15px;
    background: #fff;
    /* box-shadow: 0px 4px 20px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
  }
  
  .product-card:hover {
    transform: translateY(-10px);
  }
  
  .product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  
  .product-card p {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    font-family: "SFT ritam sans trial";

  }
  
  .swiper-pagination-bullet-active {
    background: #530358;
  }
  
  .shop-your h2 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .highly-purschaed h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .highly-purschaed p {
    color: #000000;
    font-size: 20px;
    font-family: "SFT ritam sans trial";
    font-weight: 500;
    font-family: "Montserrat", serif;

  }
  
  /* .footer-contact {
    display: flex;
    justify-content: end;
    gap: 50px;
  } */
  
  /* Small devices (portrait tablets and large phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small tablets and large phones */
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for tablets */
  }
  
  .curtains-need-title {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .curtains-need-title h2 {
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    text-align: center;
  }
  
  .home {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: baseline;
  }
  
  .home h3 {
    color: #000000;
    font-size: 40px;
    text-align: center;
  }
  
  figure {
    margin-bottom: 60px;
  }
  
  /* img tags */
  .imagesContainer {
    width: 285px;
    height: 430px;
    position: relative;
    overflow: hidden;
  }
  
  .imagesContainer img {
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* images using CSS */
  .imageDiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
  }
  
  .image1 {
    background-image: url(../images/curtains-need/img-1.png);
  }
  
  .image2 {
    background-image: url(../images/curtains-need/img-2.png);
  }
  
  .image3 {
    background-image: url(../images/curtains-need/img-3.png);
  }
  
  .image4 {
    background-image: url(../images/curtains-need/img-4.png);
  }
  
  /* animation styles */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  
  .fadeInClass {
    animation-name: fadeIn;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
  }
  
  .officeimage1 {
    background-image: url(../images/office-img/office-image-1.png);
  }
  
  .officeimage2 {
    background-image: url(../images/office-img/office-image-2.png);
  }
  
  .officeimage3 {
    background-image: url(../images/office-img/office-image-3.png);
  }
  
  .officeimage4 {
    background-image: url(../images/office-img/office-image-4.png);
  }
  
  /* our promise section css start */
  
  .our-promise-title h2 {
    text-align: center;
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
  }
  
  .our-promise-title p {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 500;
    text-align: start;
  }
  
  .our-promis-box {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    text-align: start;
  }
  
  .our-promis-box h3 {
    background: -webkit-linear-gradient(#e0b652, #fee186, #e0b652);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .our-promis-box p {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .our-promis-icon {
    position: relative;
  }
  
  .our-promis-icon img {
    position: absolute;
    top: -60px;
    left: 25px;
    background-color: #752076;
  }
  
  /*#our-promise-icon-bg img {*/
  /*  background-color: #943093;*/
  /*}*/
  
  /* about section css start */
  
  .about-content h2 {
    font-size: 40px;
    background: -webkit-linear-gradient(#a32da5, #530358);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .about-content p {
    font-size: 20px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    color: #000000;
    text-align: justify;
  }
  
  /* footer section css start */
  
  .footer-section {
    color: #fff;
  }
  
  .footer-content p {
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: 500;
  }
  
  .footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  
  .location-text {
    text-align: start !important;
    font-family: "Montserrat", serif;

  }
  
  .addres-details {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
  }
  
  .footer-social img {
    width: 40px;
  }
  
  .up-btn {
    position: relative;
  }
  
  .up-arrow-btn {
    background: radial-gradient(#a32da5, #530358);
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: -90px;
    left: 48%;
  }
  
  .up-arrow-btn i {
    font-size: 20px;
    color: #fff;
  }
  
  input:focus + .form-control {
    transform: translateY(-25px);
    color: #530358;
  }
  
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #530358 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #5203583e !important;
  }
  
  .voliet-color {
    background-color: #530358;
    color: #fff !important;
    border-top-left-radius: 0px !important ;
    border-bottom-left-radius: 0px !important;
  }
  
  #register-btn-purple {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #fff;
    color: ghostwhite;
  }
  
  #register-btn-purple span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
  }
  
  #register-btn-purple:hover span {
    color: black;
  }
  
  #register-btn-purple::before,
  #register-btn-purple::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  #register-btn-purple::before {
    content: "";
    background: #000;
    background: radial-gradient(#a32da5, #530358);
    color: #fff !important;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }
  
  #register-btn-purple:hover::before {
    transform: translate3d(100%, 0, 0);
  }
  
  #register-btn-purple {
    border-radius: 50px;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 230px;
    border-right: 1px solid #ffff;
    font-size: 20px;
  }
  
  /* white register button css start */
  
  #register-btn-white {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #fff;
    color: ghostwhite;
  }
  
  #register-btn-white span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
  }
  
  #register-btn-white:hover span {
    color: black;
  }
  
  #register-btn-white::before,
  #register-btn-white::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  #register-btn-white::before {
    content: "";
    background: #000;
    background: radial-gradient(#a32da5, #530358);
    color: #fff !important;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }
  
  #register-btn-white:hover::before {
    transform: translate3d(100%, 0, 0);
  }
  
  #register-btn-white {
    border-radius: 50px;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    width: 230px;
    border-right: 20px solid #ffff;
    font-size: 20px;
  }
  
  .fabrics-cricle {
    position: relative;
  }
  
  .fabrics-cricle img {
    position: absolute;
    top: -85px;
    left: 284px;
  }
}


#register-btn-purple a{
  color: #fff !important;
  text-decoration: none !important;
  list-style: none;
  
}


.submit-btn-submit{
  display: flex;
  justify-content: center;
}

.submit-btn{
  width: 200px;
  font-family: "SFT Ritam Sans TRIAL";
  font-weight: 800;

}


.submit-btn span{
  font-family: 30px !important;
  font-family: "SFT Ritam Sans TRIAL";
}

.play-btn{
  position: relative;
}

.play-btn img{
  position: absolute;
}



@keyframes pulseAnimation {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.animated-element {
  animation: pulseAnimation 0.5s infinite ease-in-out;
}


@keyframes rubberBandAnimation {
  0% { transform: scaleX(1); }
  30% { transform: scaleX(1.25); }
  40% { transform: scaleX(0.75); }
  50% { transform: scaleX(1.15); }
  65% { transform: scaleX(0.95); }
  75% { transform: scaleX(1.05); }
  100% { transform: scaleX(1); }
}

.animated-element {
  display: inline-block;
  animation: rubberBandAnimation 0.5s infinite ease-in-out;
}


@keyframes bounceAnimation {
  0%, 100% { transform: translateY(0); }
  20% { transform: translateY(0px); }
  40% { transform: translateY(2px); }
  60% { transform: translateY(-2px); }
  80% { transform: translateY(5px); }
}

.animated-element {
  display: inline-block;
  animation: bounceAnimation 3s infinite ease-in-out; /* Slower bounce */
}


.registernow-btn-2 a:hover{
  background: rgb(163,45,165);
  background: radial-gradient(circle, rgba(163,45,165,1) 0%, rgba(83,3,88,1) 50%);
  color: #ffffff !important;
}



#register-btn-purple2 {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.9rem 2rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 17px;
  border-radius: 500px;
  overflow: hidden;
  background: rgb(163,45,165);
  background: radial-gradient(circle, rgba(163,45,165,1) 0%, rgba(83,3,88,1) 50%);  color: ghostwhite;
  color: #ffffff !important;
  font-family: "SFT ritam sans trial";

}

#register-btn-purple2 span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
}

#register-btn-purple2:hover span {
  color: #ffffff;
  font-family: "SFT ritam sans trial";

}

#register-btn-purple2::before,
#register-btn-purple2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#register-btn-purple2::before {
  content: "";
  background: #000;
  background: #ffffff;
  color: #fff !important;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

#register-btn-purple2:hover::before {
  transform: translate3d(100%, 0, 0);
}

#register-btn-purple2 {
  border-radius: 50px;
  border: 2px solid #530358;
  border-bottom: 2px solid #530358;
  width: 230px;
  border-right: 2px solid #530358;
  font-size: 20px;
}

#register-btn-purple2 a span{
  color: #530358;
  font-weight: 600;
}

#register-btn-purple2 > a span:hover{
  color: #fff !important ;
}

.footer-contact a:hover {
  color: #fee186;
}

#register-btn-purple2:hover{
  color: #ffffff !important;
} 

.fa-star {
    font-size: 20px;
    color: #f3bc12; /* Gray color for unfilled stars */
}
.fa-star.checked {
    color: #f3bc12; /* Gold color for filled stars */
}
