.hero-section {

     background-color: #EFEFEF;

     background-repeat: no-repeat;

     background-position: center center;

     background-size: cover;

     height: 100%;

     width: 100%;

     padding-top: 30px;

     padding-bottom: 50px;

 }



 .banner-bg-img {

     max-width: 85%;

 }



 .banner-image-wrapper {

     text-align: center;

     position: relative;

     padding-left:20%;

 }



 .banner-text-wrapper .first-part {

     color: #E81238;

     font-weight: 900;

     font-size: 85px;

     display: block;

     padding-left: 15%;

 }

.banner-text-wrapper .first-part-ar {
    text-align:right;
    padding-right:8%;
    padding-left:0px;
}

.banner-text-wrapper .second-part-ar {
    text-align:right;
    padding-right:16%;
    padding-left:0px;
}

 .banner-text-wrapper {

     position: absolute;

     z-index: 1;

     bottom: 22%;

     width: 100%;

     left: 0;

     text-align: left;

 }



 .banner-text-wrapper .second-part {

     color: #fff;

     font-weight: 900;

     font-size: 75px;

     padding-left: 60px;

     display: block;

     padding-left: 30%;

     margin-top:-40px;

     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);

 }

 .services-section {

  padding: 60px 20px;

}



.services-section .container {

  display: flex;

  flex-wrap: wrap;

  gap: 40px;

  justify-content: center;

}



.service-card {

  flex: 0 0 100%;

  max-width: 80%;

  height: 320px;

  background-size: cover;

  background-position: center;

  border-radius: 30px;

  position: relative;

  display: flex;

  align-items: flex-end;

  padding: 30px;

  overflow: hidden;

  transition: all 0.3s ease;
  filter: grayscale(1);

}



.service-card:hover {

  transform: scale(1.1);
  filter: grayscale(0);

}



.service-card:hover.service-card::before {

    content: "";

    position: absolute;

    inset: 0;

background: none;
    border-radius: 30px;

    z-index: 1;

}


.serv-sec-overlay {
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.service-title {

  font-size: 50px;

    width: 70%;

  font-weight: 700;

  color: #fff;

  margin: 0;

  z-index: 2;

}



.arrow-btn {

  display:block;

  position: absolute;

  bottom: 30px;

  right: 30px;

  width: 45px;

  height: 45px;

  background: #e31e25;

  border-radius: 50%;

  padding: 10px;

  z-index: 2;
	opacity: 0;
transition: opacity .2s ease-out
}



.service-card:hover .arrow-btn {

 opacity: 1;

  transition: opacity 0.3s ease;

}



.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  z-index: 1;
	transition: all .3s ease-in-out;
}



.card-link{

    text-decoration:none;

}



    

    @media(max-width:767px) {



  .banner-text-wrapper {

         position: absolute;

         z-index: 1;

         bottom: 22%;

         width: 100%;

         left: 0;

         text-align: left;

         width: 100%;

         overflow-x: hidden;

     }



     .banner-text-wrapper .first-part {

         color: #E81238;

         font-weight: 700;

         font-size: 28px;

         display: block;

         padding-left: 10%;

     }



     .banner-text-wrapper .second-part {

         color: #fff;

         font-weight: 700;

         font-size: 24px;

         padding-left: 60px;

         margin-top:-10px;

         display: block;

         padding-left: 26%;

         /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);*/

     }



     .banner-image-wrapper {

         text-align: center;

         position: relative;

     }

     

     .banner-bg-img {

     max-width: 100%;

 }

 

    .service-card {

        flex-direction:column;

        align-items: start;

        height:200px;

        max-width: 90%;

    }

 

    .service-title {

  font-size: 30px;

    width: 100%;

  font-weight: 700;

  color: #fff;

  text-align:left;

}







}





@media (min-width:767px) and (max-width:1200px){

    .banner-bg-img {

     max-width: 80%;

 }

 

 .banner-text-wrapper .first-part {

     color: #E81238;

     font-weight: 900;

     font-size: 55px;

     display: block;

     padding-left: 8%;

 }

 

 .banner-text-wrapper .second-part {

     color: #fff;

     font-weight: 900;

     font-size: 45px;

     padding-left: 60px;

     display: block;

     padding-left: 20%;

     margin-top:-30px;

     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);

 }

 

 

 

}

