
.banner-section .ban-img img {
  width: 100%;
}
.banner-section {
  position: relative;
}
.banner-section .bantext {
  position: absolute;
  bottom: 184px;
  left: 86px;
}
.banner-section .bantext h2 {
  color: #FFF;
  font-size: 65px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -3.25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.banner-section .bantext h2 span {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  display: block;
}
.banner-section .bantext h2:nth-child(2){
    margin-left: 72px;
}
.banner-section .bantext h2:nth-child(3){
    margin-left: 144px;
}
.banner-section .bantext p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 144px;
  max-width: 372px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);;
  padding-left: 30px;
}
.banarrow .arwban {
  width: 61px !important;
}
.banarrow {
  position: absolute;
  bottom: 50px;
  left: 128px;
}
.banarrow .arwban {
  transition: transform 0.3s ease; 
}

.banarrow .arwban:hover {
  transform: scale(1.1); 
}

.feature-section {
  padding-left: 30px;
  padding-right: 30px;
}
.feature-section h3 {
  color: #888;
  font-size: 44px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
.feature-section h2 {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px 113px;
    
}
.feature-head {
  margin-left: 219px;
}
.btn-con-wrap {
  margin-left: 223px;
}
.fbtn {
  border-radius: 100px;
  border: 1px solid #B1B1B1;
  padding: 15px 30px;;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 35px;
  transition: 0.3s ease;
}
.fbtn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.fbtn .arw {
  transition: 0.3s ease;
}
.fbtn:hover .arw {
  filter: brightness(0) invert(1); 
}
.btn-con-wrap {
 display: flex;
 align-items: center;
 margin-bottom: 87px;
}
.btn-con-wrap p {
  max-width: 362px;
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 0 44px;
  border-left: 2px dashed rgba(0, 0, 0, 0.20);
  margin: 0;
}
.fbtn img {
  margin-left: 10px;
}
.featured-slider-section .featured-card img{
  border-radius: 12px;
  width: 100%;
}
.featured-slider .swiper-slide:nth-child(even) {
  margin-top:0px;
}

.featured-slider .swiper-slide:nth-child(odd) {
  margin-top: 62px;
}
.featured-card h4 {
  color: #131313;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin: 27px 0 10px;
}
.featured-card p {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.featured-card p .loc {
  height: 22px;
  width: 11.455px;
}
.featured-card p {
  color: #818181;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.featured-slider-section .swiper-button-next::after {
  display: none;
}
.featured-slider-section .swiper-button-next{
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
  width: 83px;
  height: 53px;

}
.featured-slider-section  .swiper-button-prev{
   border-radius: 100px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
  width: 83px;
  height: 53px;
}
.featured-slider-section  .swiper-button-prev::after{
    display: none;
}

/* offer section */

.offer-section {
  position: relative;
}
.offer-section .bgsection {
  position: absolute;
  inset: 0;  
  width: 100%;
  height: 100%;
}
.bgsection img {
  width: 100%;
  height: 100%;
}
.ofrhead {
  z-index: 9;
  position: relative;
}
.ofrhead h4 {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 30px;
  position: relative;
  width: fit-content;
  padding-right: 74px;
  margin-left: 95px;
}
.ofrhead h4::after {
  content: '';
  position: absolute;
  background: #A3A3A3;
  width: 59px;
  height: 0.7px;
  right: 0;
  top: 7px;
}
.ofr-head-bx {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.offer-section h2 {
 color: #FFF;
  text-align: right;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
  margin: 0;
  max-width: 334px;
  margin-right: 125px;
}
.offer-section h2 span {
  display: block;
}
.offer-section .ofr-head-bx p {
  width: 396px;
  color: #CFCFCF;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
  border-left: 2px dashed rgba(255, 255, 255, 0.4);
  padding-top: 60px;
}
.ofrhead {
  margin-left: 250px;
  margin-bottom: 40px;
}
.servicesSlider {
  width: 100%;
}

.service-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.00);
  background: linear-gradient(141deg, rgba(255, 255, 255, 0.80) 3.17%, #FFF 51.68%, rgba(255, 255, 255, 0.80) 97.48%);
  backdrop-filter: blur(10px);
  padding: 20px;
}
.service-card .srimg {
  margin: 0 0 30px;
}
.service-card h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.service-card p {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.servicesSlider .swiper-wrapper .swiper-slide:last-child{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.slidearw {
  border-radius: 100px;
  background: #000;
  padding: 15px 30px;
  border: 1px solid #000;
}
.servicesSlider .swiper-wrapper .swiper-slide:last-child h4 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  max-width: 211px;
  margin: 0 0 66px;
}
.slidearw {
  transition: all 0.3s ease;
}
.slidearw:hover {
  background: #fff;
  border: 1px solid #000;

}
.slidearw:hover img {
  filter: brightness(0) invert(0); 
}

/* DESKTOP GRID */

@media (min-width: 911px) {

  .servicesSlider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    transform: none !important;
  }

  .servicesSlider .swiper-slide {
    width: 100% !important;
  }

  .swiper-pagination {
    display: none;
  }
}

/* DOTS STYLE */
.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
  width: 22px;
  border-radius: 20px;
  transition: 0.3s;
}
.bgsection .mob-bg {
  display: none;
}



