body{
  background: url('../img/lineBG.png');
  background-size: cover;
  background-repeat: no-repeat;background-size: 75%;
  font-family: 'Inter', 'Cinzel';
}
.navbar-nav .nav-item a{ 
  font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;
color: #000000;
text-transform: uppercase;
}

.navbar{
  background-color: #fff;
}


/* ........................Banner Section */

.slide-bg-image{
  background-image: url(../img/bannerbg.png);
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}


.hero-slider .swiper-slide {
  overflow: hidden;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}



@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}



.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 630px;
  transition:all .4s ease;
}


.hero-slider h1{
  font-family: Cinzel;
font-size: 55px;
font-weight: 00;
line-height: 106px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
padding-top: 130px;
color: #000;
}

.hero-slider h2{
  font-family: Inter;
  font-size: 90px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  /* padding-bottom: 40px  ; */
  color: #000;
}

.hero-slider p{
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */



  .hero-slider h1{
    font-family: Cinzel;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  }
  
  .hero-slider h2{
    font-family: Inter;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-slider p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
  }
}
/* ..................................About Section */
.Aboutus{
  height: 160px;
}


.Aboutus1 {
  background: url('../img/about.png') center center/cover; /* Replace with the path to your image */
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative; /* Set position property to create stacking context */
}

.about-content {
  position: relative; /* Set position property */
  z-index: 1; /* Ensure .about-content is on top of .Aboutus */
}
.about-content h4{
  color: #6D6D6D;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 185.2%; /* 55.56px */
}
.about-content h2{
  color: #000;
font-family: Cinzel;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 126.7%; /* 88.69px */
}
.about-content .abcon{
  text-align: -webkit-right;
}
.content-about {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);Add box shadow */
  margin-top: -10%;
  padding: 80px 80px;
  border: 1px solid #E6E6E6;
}
.content-about p{
  color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 36px; /* 56.732px */
width: 78%;
}


.content-about h4{
  font-family: Inter;
font-size: 30px;
font-weight: 400;
line-height: 56px;
letter-spacing: 0em;
text-align: left;
color: #6D6D6D;
}

@keyframes clockwiseSpin {
  from  {
    transform: rotate(0deg);
 }
 to {
    transform: rotate(360deg);
  }	
}


.clockwiseSpin {
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-name: clockwiseSpin;
  animation-timing-function: linear;
}



marquee{
  font-family: Cinzel;
font-size: 110px;
font-weight: 400;
line-height: 152px;
letter-spacing: 0em;
text-align: left;
color: #FFFFFF;

}


/* .......................................why Section */


.why h1{
  font-family: Cinzel;
font-size: 70px;
font-weight: 400;
line-height: 89px;
letter-spacing: 0em;
text-align: left;
color: #000000;
text-transform: capitalize;
}

.whyinterior h2{
  font-family: Inter;
font-size: 30px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color: #6D6D6D;
}

.whyinterior h1{
  font-family: Inter;
font-size: 22px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color: #000000;
}
.whyinterior  img{
  width: 78px;
}
.whyinterior p{
  font-family: Inter;
font-size: 15px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
color: #000000;

}


/* .....................vission section */

.vission{
  background-image: url(../img/vission.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.vission h1{
  font-family: Inter;
font-size: 70px;
font-weight: 500;
line-height: 89px;
letter-spacing: 0em;
text-align: center;
}

.vission h1 span{
  font-family: Cinzel;
font-size: 70px;
font-weight: 400;
line-height: 89px;
letter-spacing: 0em;
text-align: center;
}

.vission p{
  font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 32px;
letter-spacing: 0em;
text-align: center;
color: #000000;

}

/* ...........................................awards section */

.awards {
  background-image: url(../img/awards.png);
  background-size: cover;
  padding-bottom: 50px;
}

.awards h1{
  font-family: Inter;
font-size: 24px;
font-weight: 400;
line-height: 32px;
letter-spacing: 0em;
text-align: center;
color: #B7B7B7;
}

.awards h2{
  font-family: Inter;
font-size: 42px;
font-weight: 400;
line-height: 32px;
letter-spacing: 0em;
text-align: center;
color: #FFFFFF;
text-transform: uppercase;
}

h3{
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #B7B7B7;
  padding-top: 10px;
}
p{font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;  
color: #FFFFFF;


}



/* .......................Test Section */


.testi h2{
  font-family: Inter;
font-size: 30px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color: #6D6D6D;

}

.testi h1{
  font-family: Inter;
font-size: 60px;
font-weight: 500;
line-height: 89px;
letter-spacing: 0em;
text-align: left;
}
.testi h1 span{

font-family: Cinzel;
font-size: 60px;
font-weight: 400;
line-height: 89px;
letter-spacing: 0em;
text-align: left;

}

.testi p{
  font-family: Inter;
font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
color: #000000;
height: 140px;
}

/* ................................email Section */

.email h2{
  font-family: Inter;
font-size: 52px;
font-weight: 500;
line-height: 75px;
letter-spacing: 0em;
text-align: left;
}

.email h1{
  font-family: Cinzel;
font-size: 52px;
font-weight: 400;
line-height: 56px;
letter-spacing: 0em;
text-align: left;margin-top: 18px;
}

.signup{
  width:444px;
  height:50px;
  background-color:white;
  border: 4px solid white;
  box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.01);
  border-radius:0.2rem;
  margin:auto;
  
  position: relative;
}
#email-signup{
  height:50px;
  background-color:black;
  padding:0px 5px 0px 10px;
  width:350px;
  caret-color:#fc4e03;
  background-color:white;
  color:#383838;
  outline-style:none;
  border:none;
  border-radius:0.2rem;
}
#btn{
  background-color:#0f0e0e;
  border:none;
  font-size:18px;
  border-radius:0.2rem;
  color:white;
  border-radius: 50%;
  right: 20%;
  position: absolute;
  bottom: -6px;
  width: 46px;
}
#btn:hover{
  background-color:#e34602;
}
#email-signup:hover{
  background-color:#f2f2f2;
}
#email-signup:focus{
  background-color:#f2f2f2;
}

@media (max-width:500px){
  body{
    margin-top:50px;
  }

  .signup{
    display:inline-flex;
    width: 84vw;
    height:auto;
    margin:0;
    flex-wrap:wrap;
  }
  #btn{
    width:18%;
  }
  #email-signup{
    width:82vw;
  }

  #btn{
    background-color:#0f0e0e;
    border:none;
    font-size:18px;
    border-radius:0.2rem;
    color:white;
    border-radius: 50%;
    right: 10%;
    position: absolute;
    bottom: 3px;
  }

}



/*.................................. footer */
.footer{
  background-color: #fff;
}

footer .logo-foot{
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200.7%; /* 40.14px */
}
footer .logo-foot p{
  font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
/* Style for the footer social media icons */
.footer-social ul {
  list-style: none; /* Remove default list bullets */
  padding: 0; /* Remove any padding */
  display: flex; /* Use flexbox to align items horizontally */

}

.footer-social ul li {
  margin-right: 46px; /* Add some spacing between list items */
}

.footer-social ul li:last-child {
  margin-right: 0; /* Remove margin from the last list item to prevent extra spacing */
}

.footer-social ul li a img {
  width: 14px; /* Set the width of the social media icons */
  height: 14px; /* Set the height of the social media icons */
}

/* footer .imp-links{
  margin-left: 40px;
} */
footer .imp-links h4{
  margin-left: 8px;
}
footer .imp-links ul {
  list-style: none;
  padding: 0;
}



footer .imp-links a {
  text-decoration: none;
  padding: 0 10px; /* Add padding to improve aesthetics */
  color: #000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 298.2%; /* 59.64px */
}
footer .footercontact p{
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200.7%; /* 40.14px */
}
footer h4{
  
  color: #6D6D6D;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.2%; /* 55.56px */
}
.copyright .design{
  text-align: right;
}
.copyright p{
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
/* Media query for screens smaller than 768px (tablets and mobile devices) */
@media screen and (max-width: 768px) {
  .copyright {
      text-align: center; /* Center-align the entire copyright section */
  }

  .copyright .design {
      text-align: center; /* Center-align the design text */
  }
  .copyright .copy{
      text-align: center;
      padding-top: 30px;
  }
}
/* services  */
.servicessec h4 {
  color: #FFF;
  font-family: Cinzel;
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.2%;
  text-align: center;
  opacity: 0.5;
}

.servicessec .accordion {
  width: 100%; /* Ensure the accordion takes full width */
}
.servicessec .accordion-list .accordion-item label p {
  position: relative;
}

.servicessec .accordion-list .accordion-item label .number {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 185.2%;
  margin-right: 10px; /* Adjust as needed for spacing */
}
.servicessec .accordion-list .accordion-item label p {
  color: #FFF;
  font-family: Cinzel;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.7%;
}
.servicessec .accordion-item {
  color: none;
  border: none;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.servicessec .accordion-list .accordion-item {
  list-style: none;
  position: relative;
  height: max-content;
  border-bottom: 1px solid #fff;
}

.servicessec .accordion-list .accordion-item input[type="checkbox"] {
  display: none;
}

.servicessec .accordion-list .accordion-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.servicessec .accordion-list .accordion-item label .opened {
  display: none;
}

.servicessec .accordion-list .accordion-item label .closed {
  display: block;
}

.servicessec .accordion-list .accordion-item .content {
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  padding: 8px 16px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  max-height: 0;
  margin-top: -12px;
}
.servicessec .accordion-list .accordion-item .content p{
  color: #FFF;
  font-family: Cinzel;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.7%;
}
.servicessec .accordion-list .accordion-item .content.show {
  margin-top: 0;
  max-height: fit-content;
  opacity: 1;
  pointer-events: all;
}

.servicessec .accordion-list .accordion-item .content p {
  margin-bottom: 8px;
  color: #fff;
}

.servicessec .accordion-list .accordion-item .content img {
  max-width: 100%; /* Ensure images don't exceed the container width */
  height: auto; /* Maintain aspect ratio */
}

.servicessec .accordion-list .accordion-item input[type="checkbox"]:checked ~ label .opened {
  display: block;
}

.servicessec .accordion-list .accordion-item input[type="checkbox"]:checked ~ label .closed {
  display: none;
}
.servicessec .accordion-list .accordion-item label img {
  max-width: 60px; /* Adjust the width as needed */
  max-height: 60px; /* Adjust the height as needed */
}


.banner-section {
  background-size: cover;
  background-position: center;
  color: #fff; /* Set text color to white or your preferred color */
  text-align: center;
  height: 60vh;
}

/* contact us */
.contact {
  padding: 80px 0;
  background-color: #fff;
}

.contact .heading h2 {
  color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;

}

.contact .heading h2 span {
  font-weight: 800;
}

.contact .heading p {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 0px 0 40px;
  padding: 0;
}

.contact .form-control {
  padding: 16px;
  font-size: 13px;
  margin-bottom: 16px;
  background: #f9f9f9;
  border: 0;
  border-radius: 10px;
}

.contact button.btn {
  padding: 10px 20px;
  font-size: 14px;
  background: #000;
  color: #ffffff;
  font-family: 'Inter';
}
.contact button.btn:hover {
  background: #d94e50;
  color: #fff;
}
.contact .title h3 {
  font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.contact .title p {
  color: #000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;

}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #cc0f0e;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.contact .content .info h4 span {
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}

/* about-us page */
.about-us{
  
}
.about-us h2{
  color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;
    text-align: center;
}
.about-us p{
  font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}
.vision-mission{
  background-image: url(../img/vission.png);
    background-size: contain;
    background-position: center center;
}
.vision-mission h2{
  color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;
    text-align: center;
}
.vision-mission p{
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  width: 80%;
}

/* successstoryslider */
.successstoryslider h2{
  color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;
    text-align: center;
}
.successstoryslider img{
  width: 300px;
  height: auto;
  animation: scroll 120s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
 
  margin-bottom: 60px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}

.about-content a.btn {
  padding: 10px 20px;
  font-size: 14px;
  background: #000;
  color: #ffffff;
  font-family: 'Inter';
}
.about-content a.btn:hover {
  background: #d94e50;
  color: #fff;
}
/*services-page*/
.services-page .row{
  width: 90%;
  margin: auto;
}
.services-page img{
  width: -webkit-fill-available;
}
.services-page h2{
  color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;
    text-align: center;
}
.services-page p{
  font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
/* industries */
.industries{
  background-color: #fff;
}
.industries h2{
  color: #000;
  font-family: Cinzel;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.7%;
  text-align: center;
}
.industries .card{
  height: 200px;
  display: flex;
  align-items:flex-end;
  overflow: hidden;
 }

.industries .box-shadow{
-webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
box-shadow: 0 1px 1px rgba(72,78,85,.6);
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}

.industries .box-shadow:hover{
-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
box-shadow: 0 20px 40px rgba(72,78,85,.6);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.industries .content{
  width:100%;
  box-sizing: border-box;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  transform: translateY(0);
  background-color: #212529;
  color: rgb(239, 243, 242);
}


.industries .content h3{
  font-size: 14px;
  font-family: Inter;
  margin: auto;
  color: #fff;
  padding: 6px;
}

/* Our Services */
.our-proj h2{
    color: #000;
    font-family: Cinzel;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.7%;
    text-align: center;
}
.wrapper1{
  text-align: -webkit-center;
}
.our-proj  .card {
  position: relative;
  width: 100%;
  max-width: 280px; /* Set a maximum width for responsiveness */
  height: 370px;
  display: flex;
  flex-direction: column; /* Change flex direction to column */
  align-items: flex-start; /* Align items to the start */
  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}

.our-proj  .card:hover {
  transform: translateY(20px);
}

.our-proj  .card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(77, 77, 78, 0.5), rgba(203, 15, 16, 1));
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
}

.our-proj  .card:hover::before {
  opacity: 1;
}

.our-proj  .card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-proj  .card .overlay {
  position: relative;
  z-index: 3;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s all;
  padding: 30px 0px;
}

.our-proj  .card:hover .overlay {
  opacity: 1;
  transform: translateY(30px);
}

.overlay {}

.our-proj  .text-h1 {
  margin: 0;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.our-proj  .text-p {
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
.our-proj  .link-a {
  position: relative;
  display: inline-block; /* Ensure the element is treated as an inline block */
  padding: 0.5rem 1.5rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* Remove default underline */
  text-align: center;
  margin-top: auto; /* Move to the bottom */
  font-size: 14px;
  font-family: 'Inter';
}
/*
.link-a::after {
  content: '\2192'; /* Unicode arrow character
  margin-left: 5px; /* Adjust the space between text and arrow 
}
*/
.our-proj .link-a:hover::after {
  transform: translateX(5px);
  content: '\2192'; /* Unicode arrow character */
  margin-left: 5px; /* Adjust the space between text and arrow */
}

/* Projects Wrapper */
:root {
  --rate: 19.9%;
  --function: ease-in-out;
  --slide-distortion-delay: 0s;
  --slide-distortion-time: 0.5s;
  --slide-reset-delay: 0.4s;
  --slide-reset-time: 0.5s;
  --slider-offset: 0%;
  --slider-time: 1s;
}
.wrapper {
  padding: 0;
}

.slider {
  overflow: hidden;
}

.slider__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateX(var(--slider-offset));
  transition-property: transform;
  transition-duration: var(--slider-time);
  transition-timing-function: ease;
  will-change: transform;
}

.slider__item {
  flex: 1 0 100%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: auto;
}


.slider__image {
  width: 100%;
  height: auto;
  transform: translateX(0);
  animation-delay: var(--slide-distortion-delay), var(--slide-reset-delay);
  animation-duration: var(--slide-distortion-time), var(--slide-reset-time);
  animation-fill-mode: forwards, forwards;
  animation-direction: normal, reverse;
}

.slider__image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.slider__image:nth-child(1) {
  clip-path: inset(0 0 calc(var(--rate) * 4) 0);
}

.slider__image:nth-child(2) {
  clip-path: inset(calc(var(--rate) * 1) 0 calc(var(--rate) * 3) 0);
}

.slider__image:nth-child(3) {
  clip-path: inset(calc(var(--rate) * 2) 0 calc(var(--rate) * 2) 0);
}

.slider__image:nth-child(4) {
  clip-path: inset(calc(var(--rate) * 3) 0 calc(var(--rate) * 1) 0);
}

.slider__image:nth-child(5) {
  clip-path: inset(calc(var(--rate) * 4) 0 0 0);
}

// Animation
.slider__item--animating .slider__image:nth-child(1) {
  animation-name: animation-1, animation-1;
}

.slider__item--animating .slider__image:nth-child(2) {
  animation-name: animation-2, animation-2;
}

.slider__item--animating .slider__image:nth-child(3) {
  animation-name: animation-3, animation-3;
}

.slider__item--animating .slider__image:nth-child(4) {
  animation-name: animation-4, animation-4;
}

.slider__item--animating .slider__image:nth-child(5) {
  animation-name: animation-5, animation-5;
}

// Keyframes
@keyframes animation-1 {
  from {
    transform: translateX(0);
  }
  to {
    // transform: translateX(-50px);
    transform: translateX(-5vw);
  }
}

@keyframes animation-2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3vw);
  }
}

@keyframes animation-3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1vw);
  }
}

@keyframes animation-4 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3vw);
  }
}

@keyframes animation-5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1vw);
  }
}

@keyframes slide {
  to {
    transform: translateX(-100%);
  }
}
/* project-desc */
.project-desc{
  background-color: #fff;
  padding: 60px 0;
}
.project-desc h4{
  color: #000;
  font-family: Cinzel;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.7%;
}
.project-desc p{
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #000000;
  width: 90%;
}
.project-desc a.btn {
  padding: 10px 20px;
  font-size: 14px;
  background: #000;
  color: #ffffff;
  font-family: 'Inter';
}
.project-desc a.btn:hover {
  background: #d94e50;
  color: #fff;
}


.sliderwrapper {
	width: 100%;
	overflow: hidden;
}
.photobanner {
	position: relative;
	height: 233px;
	margin-bottom: 30px;
	display: flex;
	width: 100%;
}

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
}

.photobanner {
  animation: bannermove 50s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: 0px;
  }
  to {
    left: -2700px;
  }
}

/* partner-desc */
.partner-desc{
  background-color: #fff;
  padding: 30px 0;
}
.partner-desc h4{
  color: #000;
  font-family: Cinzel;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.7%;
}
.partner-desc p{
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #000000;
  text-align: justify;
}
.partner-desc h2{
  color: #000;
  font-family: Cinzel;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 126.7%;
  text-align: center;
}
.pro-heading {
  color: white; /* Set text color to white */
  background-color: #d54f4e; /* Set background color */
  padding: 10px; /* Add some padding for spacing */
  display: inline-block; /* Make it a block element */
  
}
@media (max-width: 767px) {
  .about-content h2{
    font-size: 36px; /* Adjust the font size as per your requirement */
    text-align: center;
  }
  .content-about p{
    width: 100%;
    text-align: justify;
  }
  .content-about{
    padding: 0;
  }
  .servicessec .accordion-list .accordion-item label p{
    font-size: 32px;
  }
  .servicessec h4{
    font-size: 36px;
  }
  .why h1{
    font-size: 36px;
    line-height: 42px;
  }
  .testi h1{
    font-size: 36px;
    font-family: Cinzel;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .testi h2{
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #6D6D6D;
  }
  .testi h1 span{
    font-family: Cinzel;
    font-size: 36px;
    font-weight: 400;
    line-height: 89px;
    letter-spacing: 0em;
    text-align: center;
  }
  .hide{
    display: none;
  }
  .testi p{
    height: auto;
  }
  .about-us h2{
    font-size: 36px;
  }
  .vision-mission h2{
    font-size: 36px;
  }
  .partner-desc h2{
    font-size: 36px;
  }
  .partner-desc h4{
    padding-top: 12px;
  }
  .successstoryslider h2{
    font-size: 36px;
  }
  .slider{
    font-size: 36px;
  }
  .services-page h2{
    font-size: 36px;
  }
  .services-page p{
    padding-top: 12px;
  }
  .our-proj h2{
    font-size: 36px;
  }
  .loc{
    text-align: center;
  }
  .area{
    text-align: center;
  }
  .loc h1{
    text-align: center;
  }
  .loc p{
    text-align: center;
  }
  .area h1{
    text-align: center;
  }
  .area p{
    text-align: center;
  }
  
 
  .loc img{
    width: 20%;
    margin-top: 14px;
  }
  .project-desc{
    text-align: center;
    padding: 0px;
  }
  .area img{
    width: 20%;
  }
  .team .title h3{
    font-size: 36px !important;
  }
  .contact .heading h2{
    font-size: 36px !important;
  }
  .contact button.btn{
    text-align: center;
  }
  .p-bot{
    border-bottom: 1px solid grey;
    margin-bottom: 24px;
  }
  #imageDiv {
    order: 1;
}

#textDiv {
    order: 2;
}
.services-page .row{
  width: 100%;
}
#mobile{
  display: block;
}
#mobile2{
  display: none;
}
#mobile h4{
  color: #000;
    font-family: Cinzel;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.7%;
}
#mobile p{
  font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #000000;
    text-align: justify;
}
#mobile li{
  font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #000000;
    text-align: justify;
    margin-left: 12px;
}
#rushda{
  width: 72%;
}


}
@media (min-width: 768px) {
  #mobile {
      display: none;
  }
  #mobile2{
    display: block;
  }
}