@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Niconne&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.niconne-regular {
  font-family: "Niconne", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Containers */
.container-fluid-max {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
}

/* .container {
    max-width: 1200px;
} */

a {
  text-decoration: none;
  color: inherit;
}

.container-fluid {
  max-width: 1400px;
}

@media (max-width: 576px) {
  .container-fluid {
    max-width: 95%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  font-family: Montserrat;
}

p {
  color: #9f9f9f;
  line-height: 180%;
}

/* Animated Background */
.animated-bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(45deg, #1a0033, #000000, #000033);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  z-index: -1;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.button-link {
  text-decoration: none;
  display: inline-block;
}

.button-lined {
  border: 2px solid #640074;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: max-content;
  padding: 5px 15px;
  color: #fff;
  box-shadow: 0px 2px 11px 0px rgba(100, 0, 116, 0.5);
  transition: 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

.button-lined:hover {
  color: #fff;
  font-weight: 600;
}

.button-lined::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(172, 80, 242);
  background: linear-gradient(
    20deg,
    rgba(31, 110, 212, 1) 0%,
    rgba(100, 0, 116, 1) 100%
  );
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.button-lined:hover::before {
  opacity: 1;
}

.grey-text {
  color: #c7c7c7 !important;
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.text-black{
  color: #000;
}

.section-title-wrapper h1 {
  font-size: 70px;
  color: #494949;
  font-family: 'Montserrat';
  font-weight: 300;
  opacity: 1;
  padding: 0 17px;
}

.section-title-wrapper h3 {
  position: absolute;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.crafting-heading h1 {
  background: -webkit-linear-gradient(#000000, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Syne", sans-serif;
  font-size: 76px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1200px) {
  .crafting-heading h1 {
    font-size: 67px;
  }
}

@media (max-width: 992px) {
  .crafting-heading h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .section-title-wrapper h1 {
    font-size: 52px;
  }
  .crafting-heading h1 {
    font-size: 37px;
  }
}

@media (max-width: 576px) {
  .crafting-heading h1 {
    font-size: 33px;
  }
}

@media (max-width: 360px) {
  .crafting-heading h1 {
    font-size: 24px;
  }
}

.experience {
  position: relative;
}
.experience-box {
  border-radius: 104px;
  background: #000;
  width: 100%;
  height: 120px;
  max-height: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.exp-content {
  position: relative;
}

.exp-count h5 {
  color: #fff;
  font-family: Syne;
  font-size: 40px;
  font-weight: 400;
}

.count-year {
  font-size: 24px;
}

.exp-count,
.exp-value {
  z-index: 1;
  position: relative;
}

.exp-value h6 {
  color: white;
  line-height: 50px;
  position: relative;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  z-index: 1;
}

.best-design {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exp-svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hand-shake-icon {
  scale: 1.2;
}

.exp-svg svg {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .experience-box {
    height: auto;
  }

  .exp-count h5 {
    font-size: 30px;
  }

  .count-year {
    font-size: 18px;
  }

  .exp-value h6 {
    font-size: 18px;
    line-height: 40px;
  }

  .exp-svg {
    margin-top: 20px;
    margin-left: 0;
    position: relative;
    top: auto;
  }

  .exp-svg svg {
    width: 50px;
  }
}

@media screen and (max-width: 480px) {
  .experience-box {
    flex-direction: row;
    height: auto;

    flex-wrap: wrap;
    padding: 15px;
    border-radius: 20px;
  }

  .exp-count h5 {
    font-size: 24px;
  }

  .count-year {
    font-size: 16px;
  }

  .exp-value h6 {
    font-size: 16px;
    line-height: 50px;
  }

  .exp-svg {
    margin-top: -60px;
    margin-left: 20px;
  }

  .exp-svg svg {
    width: 40px;
  }
}

/* About */

.about-heading h2 {
  color: #000;
  font-family: Syne;
  font-weight: 600;
}

.about-para p {
  font-weight: 400;
  line-height: 144%;
}

.about-contact-btn {
  width: 100%;
  max-width: 180px;
  height: 50px;
  background: #c40000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-contact-btn svg {
  margin-left: 20px;
  margin-top: 2px;
}

.about-contact-btn a {
  text-decoration: none;
  color: white;
  text-align: center;
}

/* ABout slider */

.slider-container {
  min-width: 100px;
  height: 500px;
  background-image: url("img/bg-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-images {
  display: flex;
  align-items: center;
  gap: 21px;
}

.slider-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}

.slider-img {
  width: 15%;
  cursor: pointer;
  position: relative;
  transition: 0.7s ease;
}

.slider-img-b img {
  border-radius: 40px;
}

.slider-images .slider-img {
  height: 400px;
}

.slider-img h3 {
  font-family: Syne;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  transform: rotate(90deg);
  transition: 0.7s ease;
}

.slider-img span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.7s ease;
}

.slider-img.active span {
  height: 20%;
  top: unset;
  bottom: 0;
  padding-bottom: 20px;
}

.slider-img.active {
  width: 70% !important;
  height: 400px !important;
}

.slider-img.active h3 {
  transform: rotate(0deg);
  font-weight: 700;
}

@media (max-width: 768px) {
  .slider-container {
    height: 400px;
  }

  .slider-img {
    width: 90px;
  }

  .slider-img h1 {
    font-size: 30px;
    left: -8%;
  }
}

@media (max-width: 480px) {
  .slider-container {
    height: 300px;
  }

  .slider-images {
    gap: 10px;
  }

  .slider-img {
    width: 20%;
    height: 300px !important;
  }

  .slider-img.active {
    width: 60% !important;
    height: 300px !important;
  }

  .slider-img h1 {
    font-size: 24px;
    left: -6%;
  }
}

/*Rolling Text */
.rolling-text {
  display: flex;

  align-items: center;
  overflow: hidden;
  width: 100%;
}

.tab {
  list-style: none;
}

.wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 1px;
}

.tabs-box {
  display: flex;
  width: calc(200%);
  animation: scroll-left 30s linear infinite;
  margin: 10px;
}

.tab {
  margin-right: 20px;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.tabs-box .tab {
  flex: 0 0 auto;
  cursor: pointer;
  font-family: Syne;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  padding: 6px 14px;
  border-radius: 7px;
  border: 1px solid #606060;
  background: #f8f8f8;
  white-space: nowrap;
}

.tabs-box .tab:hover {
  background: #efedfb;
}

.tabs-box .tab.active {
  color: #fff;
  background: #5372f0;
  border-color: transparent;
}

/* Standout */
.standout-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  row-gap: 30px;
  padding: 20px;
}

.box-img {
  margin-bottom: 10px;
}

.standout-box {
  padding: 30px;

  text-align: center;
  background: #fff;
  box-shadow: 3.481px 3.481px 7.224px 0px rgba(0, 0, 0, 0.05) inset,
    -3.481px 3.481px 15.578px 0px rgba(0, 0, 0, 0.11);
}

@media (max-width: 1000px) {
  .standout-container {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonial-main {
    margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .standout-container {
    grid-template-columns: repeat(2, 48%);
    width: 100%;
  }
  .standout-box {
    max-width: 100%;
    overflow: hidden;
    padding: 14px;
  }

  .standout-box svg {
    scale: 0.8;
  }

  .standout-box h6 {
    font-size: 0.8rem;
  }

  .standout-box:last-child {
    margin-left: 55%;
    width: 100%;
    overflow: visible;
  }
}

.jumping-div {
  transform-origin: bottom left;
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* Adjust height as needed */
  }
}

.service-container h1::after {
  content: "";
  background: #c40000;
  width: 100%;
  max-width: 100px;
  height: 4px;
  position: absolute;
  margin-top: 22px;
  margin-left: 40px;
}

.interior-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interior-design {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    background 0.5s ease;
}

.interior-img {
  width: 80%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.interior-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.interior-para {
  width: 80%;
}

.interior-para p {
  width: 100%;
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
  .interior-section {
    grid-template-columns: 1fr;
  }

  .interior-design {
    width: 100%;
  }

  .interior-img img {
    width: 100%;
  }
}
@media (max-width: 468px) {
  .step-right-subheading h5::after {
    min-width: 58px;
    margin-left: 4px;
    margin-top: 11px;
  }

  .faq-subheading p::after {
    max-width: 66px;
    margin-left: 10px;
  }
  .service-container h1::after {
    content: "";
    background: #c40000;
    width: 50%;

    height: 4px;
    position: absolute;
    margin-top: 14px;
    margin-left: 20px;
  }
  .project-heading h1::after {
    content: "";
    width: 10%;

    margin-left: 20px;
    margin-top: 35px;
    height: 3px;
    background-color: #c40000;
    position: absolute;
  }
}

.view-more {
  border: 1px solid #000;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.view-more p {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
}

.interior-design:hover {
  background: linear-gradient(270deg, #000 0%, #666 100%);
  transform: translateY(-10px) scale(1.05);
}

.interior-design:hover .view-more {
  border-color: #fff;
}

.interior-design:hover .view-more p {
  color: #fff;
}

.interior-design:hover .interior-heading h3 {
  color: #fff;
}

.interior-design:hover .interior-para p {
  color: #fff;
}

.interior-design:hover .view-more svg path {
  stroke: #fff;
}

.grid-background {
  width: 98vw;

  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
}

/* Project Section  */

.project-heading h1 {
  color: #000;
  font-family: Syne;
  font-weight: 600;
  position: relative;
}

.project-heading h1::after {
  content: "";
  width: 10%;

  margin-left: 20px;
  margin-top: 20px;
  height: 3px;
  background-color: #c40000;
  position: absolute;
}

.project-img {
  width: 100%;
}

.project-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.project-right-line {
  width: 100%;
  max-width: 100px;
  height: 10px;
  background-color: #000;
}

.project-right h3 {
  font-family: Syne;
  font-weight: 600;
}

.project-right-para {
  width: 80%;
}

.project-right-para p {
  width: 100%;
}

.view-project {
  width: 100%;
  max-width: 200px;
  border: 1px solid #f00;
  background: #d00;
}

.view-project p {
  color: white;
}

.view-project svg path {
  stroke: #fff;
}

.right-whole-project {
  position: relative;
  overflow: hidden;
}

.project-right {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 10ms ease-out;
}

.project-view-btn {
  display: flex;
  justify-content: center;
}

.project-inner-btn {
  background: #000;
}

/* Scrool */

.partner-heading h4 {
  color: #000;
  font-family: Syne;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
}
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-inner {
  display: flex;
  animation: scroll 15s linear infinite;
  gap: 20px;
}

.partner-detail {
  display: flex;
  align-items: center;
  gap: 30px;
}
.partner-detail img {
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .scroll-inner {
    width: 400%;
    animation: scroll 20s linear infinite;
  }

  .partner-detail {
    gap: 20px;
    align-items: center;
  }

  .whole-partner-box {
    margin: 10px 0;
  }
}

/* faq */

.faq-subheading p {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
}
.faq-subheading p::after {
  content: "";
  width: 100%;
  max-width: 60px;
  height: 2px;
  background-color: #c40000;
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
}

/* @font-face {
  font-family: "Avenir";
  src: url("../assets/font/AvenirLight.woff2") format("woff2"),
    url("../assets/font/AvenirLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
} */

.faq-whole {
  background-color: var(--white-text-white);
  color: var(--black-text-black);
  font-family: sans-serif;
  /* custom scroll bar   */
  overflow-y: scroll;
}
.faq-whole::-webkit-scrollbar {
  width: 8px;
}

.faq-whole::-webkit-scrollbar-thumb {
  background-color: var(--primary-text);
  border-radius: 100px;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: white;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: #000;
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #000;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: #000;
  margin-right: 13px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;

  font-weight: 400;
}
.accordion-body {
  background-color: white;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;

  font-weight: 400;
}

/* button:focus:not(:focus-visible) {
    outline: 0;
} */

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}

/* Footer */

.whole-footer {
  position: relative;
  background-color: #000;
  padding-top: 60px;
  margin-top: 300px;
}

.footer-bg {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.footer-img {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  margin-top: -20px;
  margin-top: -300px;
  transform-origin: bottom center;
  transition: transform 0.1s ease, padding-bottom 0.1s ease;
}

.footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  font-size: 3.5rem;
}

.overlay-footer-text h1 {
  font-size: 3.5rem;
}

/* End Footer Styling */
.end-footer-bg {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}

.end-footer-bg h4 {
  font-family: Syne;
  font-weight: 700;
}

.end-top-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.end-left-intro {
  flex: 1;
  min-width: 250px;
}

.end-left-intro h4,
.end-left-intro p,
.company-link p,
.follow-us-link p {
  color: #fff;
}

.links {
  display: flex;
  gap: 100px;
  flex: 1;
  min-width: 250px;
}

.company-link ul,
.follow-us-link ul {
  list-style: none;
  padding: 0;
}

.company-link ul li,
.follow-us-link ul li {
  color: #fff;
  margin-top: 10px;
}

.end-line {
  border-top: 1px solid #606060;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}

.end-line-svg {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 20%;
}

.end-para p {
  max-width: 400px;
  line-height: 190%;
}

.end-top-footer .links p {
  font-family: Syne;
  padding-bottom: 10px;
  font-weight: 600;
}

.message {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.message h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.copyrights {
  text-align: center;
  padding: 20px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

.footer-background-svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  .end-top-footer {
    flex-direction: column;
  }

  .links {
    align-items: center;
  }

  .message {
    align-items: center;
  }

  .overlay-footer-text h1 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .whole-footer {
    margin-top: 100px;
  }
  .footer-img {
    margin-top: -100px;
    height: 350px;
  }
}

.first-bg-color {
  padding: 60px 0px;
  margin-top: -250px;
  background: #272d63;
  width: 100%;
  max-height: 550px;
  height: 600px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.about-home img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.about-home {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 600px;
}

.moveable-arrow {
  display: flex;
  cursor: pointer;
}

.left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 6px;
  border: 1px solid #606060;
  margin-right: 10px;
}

.right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  padding: 6px;
  border: 1px solid #606060;
  margin-right: 10px;
}

/* General Enhancements */
.testimonial {
  position: relative;
}

.photo-name {
  display: flex;
  gap: 15px;
  align-items: center;
}
.testimonial-bg-heading h3 {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-family: Syne;
  font-size: 40px;
  font-weight: 700;
}

.testimonial-main {
  padding: 0px 10px;
  margin-top: -120px;
  position: relative;
}
.testimonial-bg {
  width: 100%;
}
.testimonial-bg img {
  width: 100%;

  height: auto;
  object-fit: cover;
  border-radius: 0 0 0 100px;
}

.testimonial-box {
  background-color: #000;
  border-radius: 12px 12px 0 0;
}

.testimonial-details {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-inner {
  background-color: #c40000;
  padding: 20px 20px;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-lower {
  background-color: white;
}

.red-heading h3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin: 0;
}
.user-arrow {
  display: flex;
  justify-content: space-around;
}
.testimonial-para p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.testimonial-middle {
  padding: 20px;
  height: 294px;
}

/* Media Queries for Responsive Design */
@media (max-width: 1200px) {
  .testimonial-bg-heading h3 {
    font-size: 30px;
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .testimonial-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-lower {
    flex-direction: column;
    align-items: flex-start;
  }

  .user-photo img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1000px) {
  .testimonial-main {
    margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .testimonial-inner {
    align-items: flex-start;
  }

  .red-heading h3 {
    font-size: 18px;
  }

  .testimonial-para p {
    font-size: 14px;
  }

  .testimonial-main {
    margin-top: -120px;
  }

  .user-name h6 {
    font-size: 16px;
  }

  .user-name p {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .testimonial-middle {
    height: 294px;
  }

  .testimonial-para p {
    padding: 5px;
    font-size: 12px;
  }

  .testimonial-bg img {
    height: 180px;
    border-radius: 0 0 0 50px;
  }

  .testimonial-main {
    margin-top: -80px;
  }

  .user-name h6 {
    font-size: 14px;
  }

  .user-name p {
    font-size: 10px;
  }
}

/* contact button */

.contact-btn {
  padding: 9px 18px;
  font-size: 16px;
  color: #fff; /* Vibrant violet */
  background: transparent;
  border: 2px solid #e64eff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8a2be2, #e64eff);
  transition: all 0.4s ease;
  z-index: -1;
}

.contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #e64eff40;
}

.contact-btn:hover::before {
  left: 0;
}

/* Optional: Add an icon */
.contact-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-btn:hover .contact-icon {
  transform: translateX(3px);
}

.contact-btn {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* Add this for a subtle pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.contact-btn:hover {
  animation: pulse 1.5s infinite;
}

/* Add this for a brush stroke effect on hover */
.contact-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 60%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}

.contact-btn:hover::after {
  transform: scale(1);
}

.text-justify{
  text-align: justify;
}

.font-weight-light{
  font-weight: 100;
}

/* footer */
.art-float-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #8E2DE2, #4A00E0);
  color: white;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(142, 45, 226, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s ease;
  animation: subtle-float 2s ease-in-out infinite alternate;
  z-index: 999;
}

.art-float-btn .btn-icon {
  font-size: 20px;
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  transition: transform 0.4s ease;
  animation: float-icon 8s infinite;
}
@keyframes float-icon {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) translateX(5px) rotate(-20deg);
  }
}

.art-float-btn::before,
.art-float-btn::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}

.art-float-btn::before {
  width: 100%;
  height: 100%;
}

.art-float-btn::after {
  width: 150%;
  height: 150%;
}

.art-float-btn:hover::before {
  transform: scale(1);
  opacity: 1;
}

.art-float-btn:hover::after {
  transform: scale(0.5);
  opacity: 1;
  background: transparent
}

.art-float-btn:hover {
  transform: scale(1.1) rotate(360deg);
}

.art-float-btn::after {
  transform: scale(1.4);
  opacity: 0.5;
  content: 'Shop';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(135deg, #8E2DE2, #4A00E0);
  color: white;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes subtle-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.footer {
  background: #0a0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem 1rem;
}

/* Enhanced background animation */
.footer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bg::before {
  content: "";
  position: absolute;
  width: 10000px;
  height: 10000px;
  background: radial-gradient(
      circle at 20% 35%,
      rgba(147, 51, 234, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 44%,
      rgba(236, 72, 153, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(circle, rgba(236, 72, 153, 0.06) 2px, transparent 4px);
  background-size: 100% 100%, 100% 100%, 30px 30px;
  background-position: center;
  animation: rotate 60s linear infinite;
  z-index: 1;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #9333ea,
    #ec4899,
    transparent
  );
}

.footer .footer-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4rem;
}

.footer .brand-section {
  grid-column: span 5;
  position: relative;
}

.footer .nav-section {
  grid-column: span 3;
}

.footer .social-section {
  grid-column: span 4;
}

.footer .brand-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #9333ea, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  letter-spacing: -1px;
}

.footer .brand-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #9333ea, #ec4899);
  border-radius: 4px;
}

.footer .brand-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 85%;
}

.footer .section-title {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  position: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer .nav-links,
.footer .social-links {
  list-style: none;
  padding: 0;
}

.footer .nav-links li,
.footer .social-links li {
  margin: 1rem 0;
  transform: translateX(-20px);
  opacity: 0;
  animation: slideIn 0.5s ease forwards;
}

.footer .nav-links li:nth-child(1) {
  animation-delay: 0.1s;
}
.footer .nav-links li:nth-child(2) {
  animation-delay: 0.2s;
}
.footer .nav-links li:nth-child(3) {
  animation-delay: 0.3s;
}
.footer .nav-links li:nth-child(4) {
  animation-delay: 0.4s;
}

.footer .nav-links a,
.footer .social-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  font-size: 0.95rem;
}

.footer .nav-links a::before,
.footer .social-links a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #9333ea, #ec4899);
  transition: width 0.3s ease;
  opacity: 0;
}

.footer .nav-links a:hover::before,
.footer .social-links a:hover::before {
  width: 12px;
  opacity: 1;
}

.footer .nav-links a:hover,
.footer .social-links a:hover {
  color: #fff;
  transform: translateX(20px);
}

.footer .icon {
  width: 18px;
  height: 18px;
  margin-right: 1rem;
  transition: all 0.3s ease;
  opacity: 0.7;
  filter: drop-shadow(0 0 8px rgba(147, 51, 234, 0.2));
}

.footer .nav-links a:hover .icon,
.social-links a:hover .icon {
  transform: translateY(-2px);
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(236, 72, 153, 0.4));
}

.footer .contact-info {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.footer .contact-info p {
  margin: 0.5rem 0;
}

.footer .contact-links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1rem;
}

.footer .contact-links h3 {
  margin-bottom: 1rem;
}

.footer .contact-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .contact-links a:hover {
  color: #ec4899;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .footer .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .footer .brand-section {
    grid-column: span 2;
  }

  .footer .nav-section,
  .footer .social-section {
    grid-column: span 1;
  }
}

@media (max-width: 578px) {
  .footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer .section-title {
    margin-bottom: 1rem;
  }

  .footer .brand-section,
  .footer .nav-section,
  .footer .social-section {
    grid-column: span 1;
  }

  .footer .brand-desc {
    max-width: 100%;
  }

  .footer {
    padding: 2rem 1.5rem 2rem;
  }

  .footer .contact-info{
    margin-top: 0;
  }

  .footer .contact-links {
    flex-direction: column;
    gap: 1rem;
  }
}

.floating-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #fff;
}

.shape {
  position: absolute;
  opacity: 0.1;
  font-size: 2rem;
  animation: float 8s infinite;
}

.about-page-about-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-page-about-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}