:root{
  --c1: #54a15d ;
    --c2:#2d373c; 
  --c3:#3d3d3d;
  --bg:#65d58c;
  --c4:#5f696e;
  --w:#fff;

}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}

.c5{
  color: var(--bg) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}

.ls2{
  letter-spacing: 2px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: dmserif;
  src: url(../DMSerifDisplay-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: dmserif !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--w);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  width: 40px;
  /* height:  60px; */
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 5px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 11.5px !important;
   /* font-family: dmserif; */
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;
}


.nav-link:active{
  color: var(--c1) !important;
}

.clicknav{
  color: var(--c1) !important;
}


.nav-active{
  /* background-color: var(--c1) !important; */
  color: var(--c1) !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  font-weight: 800;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.active1:focus,
.active1:hover {
  color: var(--c1);
}

.active1:focus:after,
.active1:hover:after {
  width: 100%;
  left: 0%;
}

.active1:after {
  content: "";
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--c1);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ----------  */

.round-call{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 13px;
}

/* --- hero section ----- */
.hero{
  background: linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45));  display: flex;
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hills-4688134_1920.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}


/* ------------- banner --------------  */



.road {
  /* width: 100vw; */
  height: 50px;
  /* background-color: #333; */
  position: relative;
}

.car {
  width: 150px;
  /* height: 25px; */
  /* background-color: red; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  animation: moveCar 6s linear infinite;
}

.image-car{
  width: 100%;
  height: 100%;
  /* background-image: url(../images/tamilnadu2.jpg); */
  object-fit: contain;
}

@keyframes moveCar {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    left: calc(30vw - 50px);
    opacity: 0;
  }
}


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}




 /* ========== ovel image============ */

/* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 550px;
}

.why-us1{
 
  height: 430px;
}

         
.btn-grad {
  background-image: linear-gradient(to right, #048b33 0%, #7acc98  51%, #1D976C  100%);
  margin: 10px;
  /* padding: 15px 45px; */
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.why-us-img1{

  height: 55%;
  width: 60%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 65%;
  width: 55%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.why-car{
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.why-car img{
  width: 320px;
  object-fit: contain;
}

.con_tit{
  position: absolute;
  width: 29%;
  height: 32%;
  top: 0%;
  left: 10%;
  /* left: -40px; */
  color: white;
  background-color: var(--c1);
  padding: 20px 20px 30px 20px;
  font-size: 26px;
  /* border-radius: 30px;  */
  border: 5px solid #f6f6f6;   
  /* border-style: double; */
  z-index: 2;
}



.why-p{
  font-weight: 900 !important;
  font-size:50px !important;
}

.txtsha{
  text-shadow: 3px 5px 3px white;
}


 /* ----------- / */

 .new-why-main{
  /* background-image: url(../images/map.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
 }


 
/* ////////////////// detail card ////////////////////// */
.deatil-crd-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;

}
.cate{
  border: 1px solid var(--c1) !important;
}
.cat-p{
  font-size: 13px;
}
.detil-roun{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detil-roun img{
  width: 50%;
}
.out-lin-btn{
  border:1px solid var(--c2) !important;
  color: var(--c2);
  transition: all 0.5s ease-in-out;
}

.out-lin-btn:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: scale(1.03);
  transition: all 0.3s ease-in-out;
  border:1px solid var(--c1) !important;
  color: var(--c1) !important;
}

.fill-btn{
  background-color: var(--c1) !important;
  color: #ffff !important;
  transition: all 0.5s ease-in-out;

}

.fill-btn:hover{
  color: var(--c1) !important;
  border:1px solid var(--c1) !important;
  background-color: #f6f6f6 !important;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.5s ease-in-out;
}

.out-lin-btn p{
 font-size: 14px;
}
.detail-card{
  background-color: #fff; 
}

.detail-card:hover .deatil-crd-img{
  transform: scale(1.02);
  transition: all 0.5s ease-in-out;
}

/* ------------  */

.colage-img-div{
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.colage-img-div1{
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  /* border-ra/dius: 0 50% 50% 0; */
}
.colage-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all  0.5s ease-in-out;
}

.colage-img-div:hover .colage-img{
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.over-colage{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.2);
}
.colage-title{
  color: #ffff;
}
.ornge-colage{
  width: 100%;
  display: flex;
  justify-content: end;
}

.in-orange{
  background-color: var(--c1);
  text-align: center;
}
.full-higt{
  height: 415px;
}
.low-hight{
  height: 200px;
}
.over-bw{
  justify-content: flex-end;
}

.side-over{
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}
.side-over h2{
  background-image: linear-gradient(180.21deg, rgba(0, 0, 0, 0.06) 0.18%, rgba(0, 0, 0, 0) 99.82%),linear-gradient(0deg, #f8f8f8, #f8f8f8),linear-gradient(0deg, #fbfbfb, #fbfbfb);
  font-size: 80px;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
  text-transform: capitalize;
  color: #8affa4;
  transform: translateY(-15%);
}



 /* ---------------  */

 .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: var(--c1) !important; /* Change to your desired color */
}
.carousel-indicators .active {
  background-color: var(--c2); /* Change to your desired color */
}

 .new-why-slide-img{
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}

.new-dot{
  position: unset !important;
}

.feedback_image {
  /* border: 2px dashed var(--c1); */
  border-radius: 10px;
  height: 300px !important;
  width: 100%;
  margin: 0 auto;
  object-fit: cover !important;
}
.feedback_image img {
  width: 100% !important;
  height: unset !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px;
  /* border: 1px solid black; */
}

.slide-nav-bx{
  display: flex;
  width: 108%;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 0%;
}

 /* ------------  */

 
/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 102% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -1%;
}
.sim-arrow{
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.why-icon{
  width: 40px;
}
.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 500px;
  object-fit: cover;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}

.foot-arrow1{
  width: 40px;
}


/* -------------  */


.abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  /* border: 1px solid var(--c1) !important; */
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}


.whychoose:hover .abt-dot{
  height: 46px;
  width: 46px;
  background-color: #f6f6f6;
  border: 2px solid var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition:  .4s ease-in-out; 
}

.abt-con1:hover .abt-img1{
  display: none;
}

.abt-con1:hover .abt-img2{
  display: block;
}


.abt-img2{
  display: none;
}


.abt-con1{
  border: 1px solid var(--c3);
}

.abt-con1:hover{
  border: 1px solid var(--c1);
}



.why-icon{
  width: 40px;
}
.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 400px;
  object-fit: cover;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}

.foot-arrow1{
  width: 40px;
}


.best-ho{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #E1E1E1;
}

.fix-sm{
  font-size: 14px;
}

/* ------------------- counter --------------*/
.count-div{
  position: relative;
  background-color: rgb(39, 39, 39,0.5);
  /* border-radius: 50px 0 50px 0; */
  overflow: hidden;
}
.count-div::after{
  content: '';
  background-image: url(../images/ooty-3882538_1920.jpg);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1.5px dotted var(--c1);
  min-height: 180px;
  border-radius: 30px 0 30px 0;
}

.cnt-nm{
  /* background-image: url(../images/temple.jpg); */
    /* display: inline-block;
    background-repeat: repeat;
    background-clip: text;
    background-position: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}


.form-div{
  position: relative;
  /* background-color: rgba(71, 70, 70, 0.61); */
}
/* .count-head{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
} */

.form-nm{
    font-size: 60px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.form-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #FFF; */
  /* border-top: 3px solid var(--c4); */
  min-height: 180px;
}

.form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}

.form-control::placeholder {
  color: red;
}



.sub_btn{
  background-color: var(--blue) !important;
  border: none !important;
  font-size: 18px !important;
  padding: 13px 18px !important;
}

.sub_btn:hover{
  background-color: var(--white)!important;
  color: var(--blue)!important;
  transform: scale(1.1);
  transition: all  .3s ease-in-out;
}

.form_input input{
  padding: 10px !important;
} 

.form_input select{
  padding: 10px !important;
} 

 /* ---------------  */

 .car-card{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 .car-image{
  width: 100%;
  height: 300px;
  object-fit: contain;
 }


 /* -==================- */
.beni-img-box{
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}
.beni-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.beni-img-box::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid var(--c1);
  position: absolute;
  z-index: 1;
  transform: rotate(135deg);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.beni-box:hover .beni-img-box::before{
  border-radius: 50% !important;
  border: 1px dotted var(--c1);
}

.beni-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  z-index: 2;
}



/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: var(--c2);
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 70%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}




/* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 300px !important;
  width: 100%;
  overflow: hidden !important;
  background-color: #000 !important;

}


.ongoing-card img {
object-fit: cover;
}


.ongoing-card1 {
  position: relative;
  height: 300px !important;
  width: 100%;
  overflow: hidden !important;  
  display: flex;
  align-items: end;
  background-color: transparent;
  background-image: linear-gradient(200deg, #FFFFFF14 0%, var(--bg-dark) 100%);
  transition: background-image 2s, background-color 2s;
}

.ongoing-card1:hover{
  background-color: transparent;
}



.ongoing-card img {
  height: 100%;
  width: 100%;
  /* border-radius: 10px; */
  opacity: 0.7;
  background-color: #000 !important;
}

.bottom-Center2 {
  position: absolute;
  bottom:0%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
}

.bottom-Center3 {
  position: absolute;
  bottom:1%;
  left: 1%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
}


.bottom-Center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF14 0%, var(--c1) 100%);
  transition: background-image 2s, background-color 2s; */
  bottom: 0%;
  transition: all .5s ;
  /* border-radius: 10px; */
}

.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }


.bottom-Center1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000009 0%, #000000d3 100%);
  transition: background-image 2s, background-color 2s;
  bottom: -45%;
  transition: all .5s ease-in-out;
  /* border-radius: 10px; */
}

.ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}




.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}



span.offer {
  background: #981237;
  padding: 2px 9px;
  border-radius: 20px;
  transition: transform 0.5s ease-in-out;
  display: inline-block;
}

.ongoing-card1:hover span.offer {
  transform: translate(0, -5px);
}


.btn-c4{
  background-color: transparent;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  border: 1px solid #FFF!important;
  font-size: 14px !important;
}

.btn-c4:hover{
  background-color: var(--c1)!important;
  color: var(--w) !important;
}


  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
   
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
    object-fit: contain;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 25px;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/hills-4688134_1920.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  z-index: -1;
}

/* -------  */

.why-us{
  position: relative;
  height: 320px;
}


.why-us-img1{

  height: 55%;
  width: 55%;
  object-fit: cover;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 65%;
  width: 55%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.con_tit h3{
  font-size: 16px !important;
}

.con_tit h4{
  font-size: 12px !important;
}


.con_tit{
  position: absolute;
  width: 34%;
  height: 30%;
  top: 0%;
  left: 10%;
  /* left: -40px; */
  color: white;
  background-color: var(--c1);
  padding: 20px 20px 30px 20px;
  font-size: 26px;
  /* border-radius: 30px;  */
  border: 5px solid #f6f6f6;   
  /* border-style: double; */
  z-index: 2;
}


.why-car img{
  width: 180px;
  object-fit: contain;
}


.out-lin-btn p{
  font-size: 12px !important;
}

.colage-img-div {
  height: 211px;
}
.colage-title{
font-size: 16px !important;
}

.cent-full-img{
  width: 100%;
  /* height: 100%; */
  height: 300px;
  object-fit: cover;
}

.feedback_image {
  /* border: 2px dashed var(--c1); */
  border-radius: 10px;
  height: 200px !important;
  width: 100% !important;
  margin: 0 auto;
}

.road {
  /* width: 100vw; */
  height: 50px;
  /* background-color: #333; */
  position: relative;
}

.car {
  width: 150px;
  /* height: 25px; */
  /* background-color: red; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  animation: moveCar 4.5s linear infinite;
}

.image-car{
  width: 100%;
  height: 100%;
  /* background-image: url(../images/tamilnadu2.jpg); */
  object-fit: contain;
}

@keyframes moveCar {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: calc(50vw - 50px);
    opacity: 0;
  }
}

.fix-sm{
  font-size: 12px !important;
}

 /* --------- car------------ */

 .beni-img-box{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* background-color: #000; */
}

.beni-box h5{
  font-size: 12px;
}

}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  


  }

  @media screen and (max-width:365px) {


  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}