* {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  font-size: 15px;
  color: #585858;
}

ul {
  margin: 0;
  padding: 0;
}

:root {
  --bgGray: #b1b3b3;
  --bgBlue: #10069f;
  --bgVoilet: #9e007e;
  --bgWhite: #ffffff;
  --paraColor: #555555;
  --lightColor: #dbdbdb;
  --blackBg: #000000;
  --headColor: #e0e0b6;
  --lighCream: #dbcabc;
}

@font-face {
  font-family: "VogueAvantGarde";
  src: url(../fonts/VogueAvantGarde-Bold.woff);
}


ul.common-list {
  margin: 0px;
  padding: 0px;
}

ul.common-list li {
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}

ul.common-list li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #666;
}

.btn-primary{
  background: #eb9856;
  text-transform: uppercase;
  border: 0px;
  color: #000;
  padding: 10px 30px;
}
.btn-primary:hover{
  background: #000;
  color: #fff;
}

body {
  font-family: "VogueAvantGarde";
}

.btn-black{
  background: #000;
  color: #fff;
}

.btn-black:hover{
  background: #333;
  color: #fff;
}

header{
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10000;
  /* box-shadow: #ccc 1px 2px 50px; */
}

header .navbar .navbar-brand img {
  width: 160px;
}
header .navbar .contact-info .contact-list {
  margin: 0;
  padding: 0;
}
header .navbar .contact-info .contact-list {
  gap: 7px;
}
header .navbar .contact-info .contact-list li a {
  text-decoration: none;
  color: var(--bgGray);
}
header .navbar .contact-info .contact-list li a svg {
  color: var(--bgVoilet);
}

header .navbar .navbar-nav .nav-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--blackBg);
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.banner-section .carousel-inner .carousel-item img {
  border-radius: 25px;
}
.banner-section,
.banner-section .carousel-inner {
  position: relative;
}
.banner-section .carousel-inner .carousel-caption {
  position: absolute;
  top: 40%;
  left: 5%;
  text-align: left;
  width: 100%;
}
.banner-section .carousel-inner .carousel-caption h5 {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 1px 2px #000;
}

.banner-section .carousel-inner .carousel-caption h5 span {
  color: var(--headColor);
}

.main-head {
  text-align: center;
  /* width: 65%; */
  width: 100%;
  margin: auto;
}
.main-head h2 {
  font-size: 60px;
  line-height: 60px;
}
.main-head h4 {
  font-weight: 400;
  position: relative;
  z-index: 1000;
}
.main-head h4::before {
  content: "";
  position: absolute;
  border: dashed 1px #787878;
  width: 20%;
  height: 2px;
  top: 16px;
  left: 22%;
  z-index: 0;
}
.main-head h4::after {
  content: "";
  position: absolute;
  border: dashed 1px #787878;
  width: 20%;
  height: 2px;
  top: 16px;
  right: 22%;
  z-index: 0;
}
.main-head.design h4::before {
  left: 19%;
}
.main-head.design h4::after {
  right: 19%;
}
.main-head p {
  text-transform: uppercase;
}

.main-head p .bigger{
  font-size: 150%;
}

.brand-from-section{
  padding: 50px 0px;
}

.brand-from-section .main-head{
  text-align: left;
  width: 100%;
}
.brand-from-section .brand-img img{
  border-radius: 25px;
}

.about-section .counter-sec {
  position: relative;
}
.about-section .counter-sec .num-col {
  text-align: center;
}
.about-section .counter-sec .num-col h2 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.about-section .about-img img {
  border-radius: 25px;
  width: 90%;
}

.about-section button .first-letter{
  font-size: 30px;
}

.banner-section.design-sec .carousel-inner .carousel-item,
.banner-section.design-sec .carousel-inner .carousel-item img {
  border-radius: 50px;
}

.banner-section.design-sec .carousel-inner .carousel-caption {
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-section.design-sec .carousel-inner .carousel-caption h5 {
  font-size: 8em;
  text-transform: uppercase;
}

.banner-section.design-sec .carousel-inner .carousel-caption .view-btn {
  border: 1px solid var(--bgWhite);
  color: var(--bgWhite);
}

.expert-section{
  padding: 50px 0px;
}

.expert-section .title {
  width: 400px;
}

.expert-section .expert-img {
  text-align: center;
}
.expert-section .expert-img img {
  width: 80%;
  border-radius: 25px;
}
.expert-section .expert-info {
  margin-bottom: 65px;
}

.expert-section .expert-info h4 {
  border-bottom: 1px solid;
  font-size: 18px;
  display: inline-block;
}
.expert-section .expert-info p {
  color: var(--paraColor);
  font-size: 14px;
  width: 90%;
}

.interior-process .process-info {
  text-align: center;
}

.interior-process .process-info img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.interior-process .process-info h4 {
  font-size: 18px;
}
.interior-process .process-info p {
  font-size: 14px;
}
.interior-process .row {
  position: relative;
}

.interior-process-main-section{
  padding-top: 50px;
}

/* .interior-process .process-info.slidedown {
  position: relative;
  margin-top: 40px;
}

.interior-process .process-info.slidedown::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: dashed 1px #787878;
  top: 52px;
  left: 112px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 330deg);
} */

/* .interior-process .process-info.discover {
  position: relative;
}

.interior-process .process-info.discover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: dashed 1px #787878;
  top: 66px;
  left: 112px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 27deg);
} */


.how-it-work.interior-process .process-info.slidedown::after{
  content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    border: dashed 1px #787878;
    top: 38px;
    left: 192px;
    z-index: -1;
    transform: rotate3d(1, 1, 1, 338deg);
}

.how-it-work.interior-process .process-info.discover::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  border: dashed 1px #787878;
  top: 54px;
  left: 184px;
  z-index: -1;
  transform: rotate3d(1, 1, 1, 12deg);
}

.how-it-work.interior-process .process-info img {
  background: var(--lighCream);
  padding: 18px;
  border:1px solid #ccc;
  opacity: 0.8;
}

.our-services {
  padding: 50px 0px;
}
.our-services .services-head {
  width: 75%;
}
.our-services .services-head h2 {
  text-transform: uppercase;
  color: var(--bgBlue);
  margin-bottom: 12px;
}
.our-services .service-info {
  border: 1px solid #ebebeb;
  box-shadow: rgb(0 0 0 / 3%) 0px 5px 15px;
  border-bottom: 3px solid var(--bgBlue);
  transition: ease-in-out 0.5s;
}

.our-services .service-info h5 {
  color: var(--bgBlue);
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.our-services .service-info:hover {
  background: var(--bgVoilet);
  border-bottom: 3px solid var(--bgVoilet);
  transform: translateY(-4px);
}
.our-services .service-info:hover h5,
.our-services .service-info:hover p {
  color: var(--bgWhite);
}

.our-services .service-info img {
  width: 65px;
}
.our-services .service-info .para {
  font-size: 13px;
  color: var(--bgVoilet);
}

.team-section h2 {
  text-transform: uppercase;
  color: var(--bgVoilet);
}

.team-section .team-info {
  text-align: center;
}
.team-section .team-info h5 {
  margin-bottom: 0;
}

.team-section .team-info img {
  width: 80%;
  padding-bottom: 15px;
  transition: ease-in-out 0.5s;
  overflow: hidden;
}
.team-section .team-info img:hover {
  transform: scale(1.1);
}

.testimonial-section {
  padding: 65px 0px;
}
.testimonial-section .row{
  align-items: center;
}
.testimonial-section .carousel-indicators [data-bs-target]{
  background-color: #000;
}
.testimonial-section .carousel-indicators {
  margin-bottom: -3rem;
}

.testimonial-section .testimonial-video {
  background: url(../images/lcd-bg.png);
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 28px;
  padding-left: 10px;
  /* padding-right: -10px; */
  width: 100%;
  overflow: hidden;
  height: 400px;
}

.testimonial-section .testimonial-video iframe{
  width: 100%;
  height: 320px;
}
.testimonial-section .testimonial-info .testimonial-para {
  width: 90%;
}
.testimonial-section .testimonial-info .testimonial-designation {
  margin-top: 24px;
}
.testimonial-section .testimonial-info .testimonial-designation .user-name{
  font-weight: bold;
  font-size: 18px;
}
.testimonial-section .testimonial-info .testimonial-designation .user-desig{
  font-weight: light;
  font-size: 18px;
}


.footer-section {
  padding-top: 55px;
  background: var(--lighCream);
  position: relative;
}

.footer-section .footer-logo {
  width: 180px;
}
.footer-section h5 {
  margin-bottom: 20px;
}
.footer-section .social-media {
  margin-top: 20px;
}
.footer-section .social-media li a {
  color: var(--blackBg);
  border: 1px solid var(--blackBg);
  border-radius: 50px;
  width: 45px;
  display: flex;
  height: 45px;
  gap: 11px;
  justify-content: center;
  align-items: center;
}
.footer-section .footer-nav li a {
  color: #585858;
  font-weight: 600;
  margin-top: 20px;
  font-size: 14px;
}
.footer-section .footer-nav li a:hover{
  color: #000;
}
.footer-section .footer-para {
  background: #c8b5a5;
  margin-top: 30px;
}

.footer-list-wrapper h5{
  text-transform: uppercase;
  margin-top: 20px;
}
.footer-list-wrapper ul li{
  list-style: none;
}
.footer-list-wrapper ul li a{
  text-decoration: none;
  color: #585858;
  font-size: 14px;
}
.footer-list-wrapper ul li a:hover{
  color: #000;
}

.showcase-slide {
  padding-top: 80px;
  padding-bottom: 80px;
}

.showcase-slide .showcase-box {
  margin-top: 20px;
  /* border: 1px solid #ccc; */
  /* padding: 20px; */
  text-align: center;

}

.showcase-slide .showcase-box img {
  border-radius: 10px;
}

.owl-nav .owl-prev {
  position: absolute;
  left: 100px;
  top: 200px;
}
.owl-nav .owl-next {
  position: absolute;
  right: 100px;
  top: 200px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #ffffff !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  color: #000;
  font-size: 40px;
  height: 55px;
}

.inner-header-section {
  position: relative;
}

.inner-header-section img {
  width: 100%;
}
.inner-header-section .inner-header-content {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.inner-header-section .inner-header-content h1 {
  font-size: 5rem !important;
  font-weight: bold;
  color: var(--bgWhite);
  text-shadow: 2px 4px 10px #000;
}

.inner-header-section .inner-header-content p {
  color: var(--bgWhite);
  text-shadow: 2px 4px 10px #000;
}

.about-box h4 {
  margin-top: 40px;
}

.about-box p {
  margin-bottom: 20px;
  /* margin-bottom: 40px; */
}

.client-list ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.client-list ul li {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 300px;
  height: 200px;
}

.contact-info-section {
  margin-top: 50px;
}

.contact-info-section ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-info-section ul li {
  list-style: none;
  display: flex;
  gap: 20px;
}

.contact-info-section ul li i {
  font-size: 18px;
}

.contact-info-section ul li a {
  color: var(--darkGrayColor);
  text-decoration: none;
}

.contact-info-section ul li a:hover {
  text-decoration: underline;
}

.contact-page-section{
  padding-top: 100px;
  padding-bottom: 20px;
}

.contact-page-section h2{
  font-size: 4rem;
  font-weight: bold;
  margin-top: 100px;
}

.contact-form{
  border: 2px solid #000;
  border-radius: 20px;
  padding: 50px;
}

.contact-form .form-control{
  padding: 15px 10px;
  border:0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}

.process-page-section{
  padding: 50px 0px;
}
.process-page-section .process-wrapper{
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 30px;
}
.process-page-section .process-wrapper .row{
  align-items: center;
}

.consultation-form-section{
  padding: 50px 0px;
}

.pr-stories-section{
  padding: 50px 0px;
}
.pr-stories-section .magazine-bg{
  /* background: url(../images/magazin-bg.jpeg); */
  padding: 290px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* border: 1px solid #dbcabc; */
  background-size: auto;
  border-radius: 20px;
  margin-top: 27px;
}

.pr-stories-section .pr-stories-wrapper{
  background: var(--lighCream);
  margin-top: 30px;
  border-radius: 20px;
  padding: 30px;
}

ol.common-number-list li{
  list-style: auto !important;
}

.art-section{
  padding: 100px 0px;
  background: url(../images/art-bg.jpg);
  background-size: cover;
}

.videos-section .showcase-box video{
  width: 100%;
}

.inner-page-section{
  padding: 50px 0px;
}

/* property-owners form begin here */

    .proeprty-form {
      max-width: 700px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 25px 30px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .proeprty-form label {
      display: block;
      margin-bottom: 6px;
      font-weight: bold;
      color: #333;
    }

    .proeprty-form input[type="text"],
    .proeprty-form input[type="url"],
    .proeprty-form input[type="tel"],
    .proeprty-form input[type="number"],
    .proeprty-form input[type="file"],
    .proeprty-form select,
    .proeprty-form textarea {
      width: 100%;
      padding: 10px 12px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      font-size: 15px;
      background-color: #fff;
    }

    .proeprty-form textarea {
      resize: vertical;
    }

    .proeprty-form small {
      color: #666;
      display: block;
      margin-bottom: 16px;
    }

    .proeprty-form button[type="submit"] {
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      width: 100%;
      transition: background-color 0.3s ease;
    }

/* property-owners form ends here */

/* submenu begin here */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-nav .dropdown-toggle::after {
  display: none !important;
}
header .navbar .navbar-nav .dropdown-menu .dropdown-item{
  padding: 8px 20px;
}

header .navbar .navbar-nav .dropdown-menu  .dropdown-item:hover
{
  background: var(--lighCream);
}