
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@300;400&display=swap');

  /* 
  font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif; 300 400
  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    /* background-color: rgba(0, 0, 0, 0.1); */
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}

span{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}

.heading{
    font-size: 40px;
    font-weight: 500;
}

.subheading{
  font-size: 30px;
  font-weight: 500;
}
.subpoints{
  font-size: 23px;
  font-weight: 500;
}
.small-text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .25em;
    text-transform: uppercase;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    color: #bfa37c;
}

.para-text , .single-point{
    font-size: 18px;
    color: #404040;
    line-height: 23px;
    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 1px;
}



/* NavBar */

.title_head{
  font-size: 2rem;
  margin-left: -27px;
  font-weight: 600;
}
.navbar-brand{

}
.title-phone{
  position: relative;
  right: -65%;
  font-size: 20px;
}
/* Caresoul */
.carouse-img{
 width: 100%;
 height: 763px;;
}

.carosal-text{
    z-index: 11;
    font-family: Roboto;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 70px;
    text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 56px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, -500%);
    visibility: visible;
}

@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }
  
  /* .carouse-img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  } */


/* Caresoul End */
  /* NavBar  End*/


/* Section3 */

/* points */
.single-point{
    margin-top: 10px;
}

.points-div{
margin-left: 7rem

}

.left-img{
  transform: translateX(-121%);

}

.right-img{
  transform: translateX(150%);
}

.from-left-right-trans{
  transform: translateX(0);
  transition:.5s ease all ;
}

/* Section3 End*/


/* Section 5 */
.cover-img{
    /* background: url(./images/section5-bg.jpeg); */
   
    height: 500px;
    width: 100vw;
    margin: 0 !important;
    transform: translateX(-150px);


}

.cover-img-text{
    transform: translateY(-445px);
}

/* Section5 End */


/* Section6 */
.paragragh {
    margin-bottom: 5rem;
}

/* section6 End */


/* section7 Car card*/

.single-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* margin: 0 0rem; */
    height: 470px;
    padding: 0 -3rem;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    /* background: antiquewhite; */
    padding-top: -13px;
    margin-top: 8px;
    border-top: 1px solid #0000;
    border-radius: 10px;
}

.parteners{
    /* border-left: 3px solid #d9d7ce ;
    border-right: 3px solid #d9d7ce ; */
    margin: 0 auto;

}

.partner-div{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
   
    border-right: 3px solid #d9d7ce ;
    border-left: 3px solid #d9d7ce ;
}
.partner{
    width: 300px;
}

.partner:hover{
    /* filter: blur(0.5px);  */
    scale: (1.05);
    transition: linear 0.3s;
    cursor: pointer;
}

.v2{
    width: 250px;
}

/* section7 End */


/* Section 8 */

.cab-diver{
    width: 100%;
    border-radius: 10px;
    height: 90%
}

.cab-diver:hover {
    transform: scale(1.02);
    transition: linear 0.5s;
    cursor: pointer;
}


/* section8 End */


/* Section 9 */

/* Card */

.card-heading{
    font-size: 25px;
    font-weight: 600;
}
.c2{
    border: 3px solid #d9d7ce ;
    border-top: none;
    border-bottom: none;

}

.c1{
    border-left: 3px solid #d9d7ce ;
}

.c3{
    border-right: 3px solid #d9d7ce ;
}
/* Section 9  End*/



/* Blury card */

.service-container{
    display: flex;
    gap: 30px;
    margin: 0 auto;
}

.service-box{
    width: 30%;
    height: 200px;
    border-radius: 20px;
    
    
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

}
.box-text{
    position: absolute;
    bottom: 1%;
    color: #ffff;
    font-size: 22px;
    font-weight: bold;
    font-family: Epilogue,sans-serif;


    
}
.services{
  
  
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 540px;
}
.image-box img {
    max-width: 100%;
    width: 100%;
    /* filter: blur(1px); */
  
   
}

.service-box:hover .img , .service-box:hover .box-text{
    transform: scale(1.1);
    transition: linear 0.7s;
    cursor: pointer;
}
/* Blury card end */



/* Slider */



.owl-next , .owl-prev{
    display: none;
  }

  .owl-item{
    margin-left: 1rem;
  }
 
  .owl-stage-outer{
    width: 110vw;
    margin-left: -5rem;
  }
  
  .owl-stage{
    transform: translate3d(0px, 0px, 0px);
      transition: all 0.9s ease ;
      width: 1990px !important;
      height: 30rem;
      display: flex;
      
      gap: 20px;
      margin-left: 1.5rem;
      overflow: hidden;
  }


  .use-card-title {
    margin-top: 3rem;
    font-size: 2rem;
    font-weight: 500;
}
  .card-container{
    width: 100vw;
  }

  .arrows{
    margin-top: 5rem;
    cursor: pointer;
  }
  
  .slider-btn{
    width: 5rem;
    font-size: 30px;
  }

  .single-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .use-card-img{
    width: 21.8rem;
  }

  .use-card-title{
    margin-top: 3rem;
  }
/* Slider ENd */

/* Footer */

.footer{
    background-color: #001524;
    height: 411px;
    bottom: 0 !important;
}

.footer-logo{
    width: 35rem
}
.footer .col{
    height: 300px;
}
.hr-line{
    background-color: #d9d7ce;
    height: 0.5px;
}

.copyright-div{
   
}
/* Footer End */
