.topNav {
  background-color: var(--main-color);
}

.topNav_content__left a,
.topNav_content__right a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  color: var(--white-color);
}
.topNav_content__left{
  margin-right: 1rem;
}
.topNav_content__left a:hover,
.topNav_content__right a:hover {
  color: var(--text-color);
}
.topNav_content__left,
.topNav_content__right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.topNav_content {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px 0;
}
.myNav_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.menu ul li a {
  color: var(--white-color);
  text-transform: capitalize;
  transition: 0.3s ease;
}
.menu ul li a:hover {
  color: var(--text-color);
  transition: 0.3s ease;
}
.myNav {
  background-color: var(--secondory-color);
  padding: 1rem 0;
}
.myNav.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--secondory-color);
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #fff;
}
.logo img {
  width: 180px;
}

/* banner_box__img */
.banner_box__img img {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transform: scale(1);
  height: 600px;
  object-fit: cover;
  transition: 3s ease-in-out;
}
.banner_box__img {
  position: relative;
}
.banner_box__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.436);
}
.banner_box.slick-active .banner_box__img img {
  transform: scale(1.1);
  transition: 4s ease-in-out;
}
.banner_box {
  position: relative;
}
.banner_box__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
}
.myBtn {
  margin-top: 2rem;
}
.banner-title span {
  font-family: none;
  color: var(--text-color);
}
.main-slider__icon img {
  margin: 0 auto;
}
.main-slider__sub-title-box {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.main-slider__sub-title {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 2rem 0 1rem 0 !important;
}
.main-slider__border-left,
.main-slider__border-right {
  position: absolute;
  top: 9px;
  bottom: 0;
  border-top: 6px solid #a47c68;
  width: 70px;
  height: 70px;
}
.main-slider__border-left {
  left: 0;
  border-left: 6px solid #a47c68;
}
.main-slider__border-right {
  right: 0;
  border-right: 6px solid #a47c68;
}
.banner_slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.slick-dots li button:before {
  display: none;
}
.banner_slider .slick-dots li {
  height: 15px !important;
  width: 15px !important;
  border: 1px solid #fff;
  border-radius: 100px;
}
.banner_slider .slick-dots li.slick-active {
  background-color: var(--white-color);
  transition: 0.3s ease;
}

.banner_slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* about */
.about_wrapper {
  padding: 160px 0px 185px;
}
.about-big-img img {
  width: 80%;
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  object-fit: cover;
  height: 550px;
  border: 5px solid var(--white-color);
}
.about-img {
  position: relative;
  margin-left: 5rem;
}
.about-small-img img {
  border-bottom-left-radius: 75px;
  border-top-right-radius: 75px;
  border: 4px solid var(--white-color);
}

.about-small-img {
  position: absolute;
  top: 90px;
  z-index: -2;
  right: -80px;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
}
.about-wall {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
.about-wall img {
  width: 100%;
  background-color: var(--secondory-color);
  opacity: 0.05;
}
.about_wrapper {
  position: relative;
}
.about_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: var(--white-color);
}
.heading-text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-color);
}
.section-heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin: 1rem 0 !important;
}
.section-parra {
  font-weight: 500;
  line-height: 36px;
  font-size: 24px;
  color: var(--text-color);
  margin-top: 50px;
  max-width: 520px;
}
.section-title__line {
  position: relative;
}
.section-title__line::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 40px;
  background-color: var(--text-color);
}

.about-parra {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.74;
  max-width: 520px;
}
.about_content .myBtn {
  margin-top: 3rem;
}

/* service_wrapper */
.service_wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/parralex.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 245px 0 80px 0;
  background-attachment: fixed;
  color: var(--white-color);
  position: relative;
}
.section-name {
  color: rgb(193, 184, 179);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.section-heading {
  margin: 1px 0px 0px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.global_content {
  margin-top: 3rem;
}
.service-big-img {
  position: relative;
  overflow: hidden;
}
.service-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 75px;
  width: 75px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
  background-color: #9e7864;
}
.service_box:hover .service-icon {
  background-color: var(--secondory-color);
  transition: 0.4s ease-in-out;
}
.service-icon img {
  width: 45px;
}
.service_box {
  overflow: hidden;
  border-radius: 10px;
}
.service_box:hover .service-big-img::after {
  height: 100%;
  transition: 0.93s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.service_box:hover img {
  transform: scale(1.2);
  transition: 0.5s ease-in-out;
}
.service_box__img {
  overflow: hidden;
  position: relative;
}

.service-big-img::after {
  content: "";
  transition: 0.84s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service-big-img img {
  width: 100%;
  height: 430px;
  transition: 0.5s ease-in-out;
  object-fit: cover;
}
.service_box {
  margin: 0 14px;
}
.service_box__content {
  background-color: #2a2523;
  padding: 24px 15px 24px;
}
.service_box__content h3 {
  font-size: 25px;
  text-transform: capitalize;
}
.service_box__content p {
  margin-top: 12px;
  color: #c1b8b3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* feature */
.feature_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.feature_wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.feature_box {
  position: relative;
  display: block;
  background-color: #3c3531;
  padding: 30px;
  overflow: hidden;
  border-right: 1px solid var(--text-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}
.feature_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: 0.63s ease-in-out;
  z-index: -1;
  background-color: var(--white-color);
}
.feature_box:hover::before {
  height: 100%;
  transition: 0.53s ease-in-out;
}
.feature_box:hover h3 {
  color: var(--main-color);
}
.feature_box:hover p {
  color: var(--black-color);
}
.feature_box img {
  width: 50px;
}
.feature_box h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.feature_box p {
  color: #c1b8b3;
}
.feature_box .feature_link {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  background-color: #2a2523;
}
.feature_box:hover .feature_link {
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  background-color: var(--text-color);
}
.feature_box:hover .feature_link a {
  color: var(--main-color);
}
.feature_box .feature_link a {
  color: var(--text-color);
  transform: rotate(-45deg);
}

.service_slider .slick-dots li,
.project_content__slider .slick-dots li {
  height: 12px !important;
  width: 12px !important;
  border: 1px solid var(--text-color);
  background-color: var(--white-color);
  border-radius: 100px;
  transition: 0.3s ease;
}
.service_slider .slick-dots li.slick-active,
.project_content__slider .slick-dots li.slick-active {
  background-color: var(--text-color);
  transition: 0.3s ease;
}
.service_slider .slick-dots,
.project_content__slider .slick-dots {
  bottom: -3rem;
}

/* interiror_wrapper */
.interiror_wrapper .about_content {
  padding: 100px 0;
}
.interiror_wrapper {
  position: relative;
}
.interiror_wrapper__img img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 700px;
  object-fit: contain;
}

.progress-line {
  margin-top: 1rem;
}
.progress-info {
  margin-bottom: 2rem;
  border-radius: 100px;
}
.progress-info h3 {
  font-size: 18px;
  font-weight: 600;
}
.progress-bars {
  position: relative;
  width: 100%;
  margin-top: 1.4rem;
  border-radius: 100px;
  height: 8px;
  background-color: var(--black-color);
}
.progress-bars::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 88%;
  border-radius: 100px;
  background-color: var(--text-color);
}
.progress-info:nth-child(2) .progress-bars::before {
  width: 60% !important;
}
.progress-info:nth-child(2) .progress-bars-number {
  width: 60%;
}
.progress-bars-number {
  position: relative;
  right: -2rem;
  width: 88%;
  text-align: end;
  bottom: 43px;
}
.progress-bars-number h6 {
  padding: 5px 10px;
  max-width: max-content;
  margin: 0 0 0 auto;
  background-color: var(--text-color);
  color: var(--white-color);
  font-size: 13px;
  position: relative;
}
.progress-bars-number h6::before {
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: -5px;
  position: absolute;
  transform: rotate(45deg);
  background-color: var(--text-color);
}
.menu_icon {
  display: none;
}
.menu_icon i {
  color: var(--white-color);
  font-size: 22px;
}

/* mobile_nav */
.mobile_nav {
  position: fixed;
  right: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: 0.43s ease-in;
  backdrop-filter: blur(2px);
}
.mobile_nav.active {
  right: 0;
  transition: 0.3s ease-in;
}
.mobile_nav_content {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 500px;
  background-color: #3d3532;
  height: 100%;
}
.mobile_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}
.close_icon i {
  height: 33px;
  width: 33px;
  background-color: var(--text-color);
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
}
.mobile_menu ul li a {
  padding: 14px;
  border-bottom: 1px solid #303030;
  display: block;
  color: var(--white-color);
  text-transform: capitalize;
}
.company-map {
  margin-top: 1rem;
  padding: 1rem;
}
.company-map iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

/* testimonial_box */
.testimonial_wrapper {
  padding: 100px 0;
  /* background-image: url('../images/testimonial-bg.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(280deg, rgb(26 17 17 / 61%), rgb(81 53 53 / 14%)),
    url("../images/testimonial-bg.jpg");
  background-attachment: fixed;
}
.testimonial_box {
  background-color: #3c3531;
  padding: 40px 20px 20px 20px;
  position: relative;
  border-radius: 0 20px 20px 20px;
  margin: 0 12px;
}
.testimonial_slider .slick-dots li {
  height: 10px !important;
  width: 10px !important;
  border-radius: 100px;
  background-color: var(--white-color) !important;
}
.testimonial_slider .slick-dots li.slick-active {
  background-color: var(--text-color) !important;
  transition: 0.3s ease;
}
.testimonial_slider .slick-dots {
  bottom: -3rem;
}
.testimonial_slider .slick-track {
  margin-top: 2rem;
}
.quote i {
  position: absolute;
  left: 2rem;
  top: -30px;
  height: 50px;
  width: 50px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--text-color);
  background-color: rgba(255, 255, 255, 0.075);
}
.testimonial-info p {
  color: #c1b8b3;
  font-size: 18px;
  line-height: 30px;
}
.user-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e2ddda;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.user-img img {
  border-radius: 100px;
  height: 78px;
  width: 78px;
  object-fit: cover;
}
.user-name h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white-color);
}
.user-name span {
  color: var(--text-color);
  margin-top: 2px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.project_wrapper {
  padding: 100px 0;
}
.project_right {
  background-color: var(--secondory-color);
  padding: 2rem;
  height: 100%;
  position: relative;
}
.shape img {
  position: absolute;
  right: -3rem;
  top: -4rem;
  z-index: -3;
  animation: scale 2s infinite;
}
@keyframes scale {
  0% {
    transform: translateY(1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1rem);
  }
}
.project_img img {
  width: 100%;
  height:500px;
  object-fit: cover;
}
.project_content__slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.project_img,
.project_right {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.project_right .myBtn {
  margin-bottom: 1rem;
}
.project-content h3 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.project-content p {
  margin-top: 1rem;
  color: #c1b8b3;
  font-size: 18px;
  line-height: 30px;
}
.project-content {
  margin: 0 10px;
}



/* coming-soon */
.coming-soon{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
background-color: #3d3532;
  color: var(--white-color);
}
.coming-soon-logo img{
  width: 200px;
}

.coming-soon-content h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 42px;
  margin: 1.32rem 0 1rem 0 !important;
  animation:  popup 2s infinite;
}
@keyframes popup {
  0%{
    transform: scale(1.1);
  }50%{
    transform: scale(1);
  }100%{
    transform: scale(1.1);
  }
}


.coming-soon-content p{
  font-size: 20px;
}
.social-media{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
}
.social-media a{
  color: var(--white-color);
  transition: .53s ease;
  font-size: 22px;
}
.social-media a:hover{
  color: whitesmoke;
transform: scale(1.1);
  transition: .53s ease;
}










/* responsive css */
@media (max-width: 1440px) {
  .banner_box__img img {
    height: 620px;
  }
  .banner-title {
    font-size: 50px;
  }
  .service-big-img img {
    height: 360px;
  }
  .about-small-img {
    right: -30px;
  }
}

@media (max-width: 1200px) {
  .about-small-img {
    right: -20px;
  }
  .menu ul {
    gap: 1.2rem;
  }
  .logo img {
    width: 150px;
  }
  .shape {
    display: none;
  }
  .about-big-img img {
    height: 550px;
  }
  .interiror_wrapper__img img {
    width: 560px;
  }
  .section-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .section-parra {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .about-parra {
    font-size: 16px;
    line-height: 26px;
  }
  .interiror_wrapper .about_content {
    padding: 40px 0;
  }
  .about_wrapper {
    padding: 80px 0px 150px;
  }
  .feature_box {
    padding: 20px;
  }
  .feature_box p {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .header_btn {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .project_content__slider .slick-dots {
    bottom: -5rem;
  }
  .testimonial_right {
    margin-top: 3rem;
  }
  .menu_icon {
    display: block;
  }
  .menu ul {
    display: none;
  }
  .about_flex {
    flex-direction: column-reverse;
  }
  .about-wall {
    display: none;
  }
  .about_content {
    margin-top: 2rem;
  }
  .section-parra,
  .about-parra {
    max-width: none;
  }
  .interiror_wrapper__img img {
    position: inherit;
  }
  .interiror_wrapper .about_content {
    padding: 0;
  }
  .interiror_wrapper {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .testimonial_wrapper {
    padding: 50px 0 80px 0;
  }
  .main-slider__sub-title-box {
    max-width: 444px;
  }
  .project_wrapper {
    padding: 0 0 80px 0;
  }
  .project-content h3 {
    font-size: 20px;
  }
  .topNav_content {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .section-parra {
    margin-top: 20px;
  }
  .service_box__content {
    padding: 24px;
  }
  .service-big-img img {
    height: 330px;
  }
  .service-icon {
    height: 50px;
    width: 50px;
  }
  .service-icon img {
    width: 28px;
  }
  .banner-title {
    font-size: 34px;
  }
  .banner_box__img img {
    height: 550px;
  }
  .banner_box__content {
    width: 94%;
  }
  .banner_slider .slick-dots {
    bottom: 20px;
    top: inherit;
    transform: translateX(-50%);
    right: inherit;
    display: inline;
    left: 50%;
  }
  .about-img {
    margin-left: 0;
  }
  .about-big-img img {
    height: 400px;
  }
  .project_img img {
    height: 300px;
  }
  .feature_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_wrapper {
    padding: 370px 0 80px 0;
  }
  .about-parra,
  .progress-bars {
    margin-top: 1rem;
  }
  .section-heading {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .coming-soon-content h2{
    font-size: 28px;
  }

  .coming-soon-content p,.social-media a{
    font-size: 18px;
  }
  .coming-soon-logo img{
    width: 200px;
  }
  .service_wrapper {
    padding: 526px 0 80px 0;
  }
  .service_box__content h3 {
    font-size: 20px;
  }
  .service_box__content p {
    font-size: 14px;
    margin-top: 4px;
  }
  .about_content .myBtn {
    margin-top: 2rem;
  }
  .project_wrapper__content .row {
    padding-left: 1rem !important;
  }
  .project_wrapper__content .row {
    padding-right: 1rem !important;
  }
  .project-content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .project_right {
    padding: 1.2rem;
  }
  .myNav .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .about-small-img img {
    height: 200px;
  }
  .about-small-img {
    right: 0;
  }
  .section-heading {
    margin: 10px 0 !important;
  }
  .banner_box__img img {
    height: 680px;
  }
  .banner_box__content {
    top: 40%;
  }
  .logo img {
    width: 140px;
  }
  .topNav_content__left a,
  .topNav_content__right a,
  .topNav_content__right p {
    font-size: 12px;
  }
  .topNav_content__left,
  .topNav_content__right {
    gap: 10px;
  }
  .testimonial-info p {
    font-size: 14px;
    line-height: 24px;
  }
  .user-img img {
    height: 50px;
    width: 50px;
  }
  .user-name h3 {
    font-size: 16px;
  }
  .user-name span {
    font-size: 12px;
  }
  .user-info {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .testimonial_right {
    margin-top: 1.4rem;
  }
  .testimonial_box {
    margin-left: 0;
  }
  .section-parra {
    font-size: 16px;
    margin-top: 12px;
    line-height: 25px;
  }
  .about-parra {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 12px !important;
  }
}

@media (max-width: 375px) {
  .logo img {
    width: 110px;
  }
  .feature_box p {
    font-size: 13px;
  }
  .feature_box{
    padding: 1rem;
    gap: 12px;
  }
  .feature_box h3 {
    font-size: 17px;
  }
  .feature_box img{
    width: 44px;
  }
  .feature_box .feature_link{
    height: 33px;
    width: 33px;
  }
  .service_wrapper{
    padding: 457px 0 80px 0;
  }
}
