* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* navbar */
.navbar {
  background-color: #FBFBFB;
  padding: 10px 20px;
}

.navbar-nav li a {
  color: black;
  font-weight: 700;
}

/* .navbar-nav li {
  padding-left: 20px;
} */

.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

.navbar-toggler {
  border: none;
}

.buttonsinfo {
  padding-left: 20px;
}

.enquiry {
  background-color: #00aff0;
  color: white;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
}

.enquiry:hover {
  background-color: #00aff0;
  color: white;
  font-weight: 900;
}
.texture2{
  background-image: url('../images/texture2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
 }
/* line under nav item */

/* .navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  position: relative;
}

.navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00aff0;
 
  transition: width 0.3s ease;

} */
.navbar-nav .nav-item .nav-link{
  transition: width 0.3s ease;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-nav .nav-item .nav-link:hover{
  background-color: #00aff0;
  border-radius: 25px;
  color:white;
 
}
.navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 10px; 
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: auto; 
  height: auto;
  margin-left: 5px; 
}
/* slider */
.herosection {
  position: relative;
  height: 100%;
}

.herosection {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* herosection style */
.innerhead {
  font-size: 30px;
  color: white;
  font-weight: 900;
}

.images img {
  height: 100%;
  width: 100%;
}

.innerdiv {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.images {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contentdiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  inset: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)) 0 0 / 100% 200%;
  border-radius: 10px;
  transition: all 300ms ease-in-out;
  z-index: 1;
}

/*  head content heading tag */
.headcontent {
  display: grid;
  place-content: center;
  font-family: system-ui;
}

@keyframes slide {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.innerheadtag {
  /* font-size: clamp(5rem, 10vw + 1rem, 10rem); */
  font-size: 50px;
  text-align: center;

  -webkit-text-stroke: 1px #fff;
  font-weight: 900;
  background-image: linear-gradient(90deg, cyan, orange, purple, cyan);
  background-clip: text;
  color: transparent;
 background-size: 200%;
  animation: slide 8s ease-in-out infinite;
}

.paradivcontent {
  padding: 0px 30px;
  text-align: justify;
  line-height: 1.5;
}
/*  */
/* .carousel-item{
  min-height:300px;
} */
/* about us */
.aboutus{
  background-image: url('../Images/rb_118454.png');
  background-repeat: no-repeat;
    background-size: cover;
   
}
.projects{
  /* background-color:#dbeff8; */
  background-image: url('../Images/aa3.jpg');
  background-repeat: no-repeat;
    background-size: cover;
 
}
/* .prarambhhead{
  font-size: 30px;
  font-weight: 900;
 color:white;
}
.rightsidecontent{
  text-align: center;
} */



/*  */
.swiper_section {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}

.content_slide {
  padding: 30px;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(transparent, rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)) 0 0 / 100% 200%;
  inset: 0;
  border-radius: 5px;
}

.content_slide {
  overflow: hidden;

  transition: all 0.3s ease;
}

.content_slide:hover {
  background: linear-gradient(transparent, rgb(0 0 0 / 80%), rgba(0, 0, 0, 50%)) 400% 100% / 100% 400%;
  inset: 0;

  cursor: pointer;
}


.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.readmore2 {
  text-align: center;
  font-weight: bolder;

}

.readmore1 {
  display: flex;
  justify-content: center;
}

.readmore2:hover {
  background-image: var(--golden-gradient);
}

/* ******************section4 button********************* */
.swiper-button-next {
  color: white;
}

.swiper-button-prev {
  color: white;
}

.h3_title_slide {
  color: white;
  font-size: 21px;
  font-weight: bolder;
}

/* .p_title_slide {
  color: white;
  line-height: 1;
  font-weight: 900px;
} */

/* @media screen and (max-width:768px) {
  .p_title_slide {
    padding: 0px 60px;
  }
} */

/* @media screen and (max-width:480px) {
  .p_title_slide {
    padding: 0px 30px;
  }
} */

.swiper_circle {
  background-color: black;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media screen and (max-width:480px) {
  .swiper_circle {
    background-color: black;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
}

.swiper-button-next::after {
  font-size: 20px;
}

.swiper-button-prev::after {
  font-size: 20px;
}

.readmore2 {
  /* background: linear-gradient(109.6deg, #dda64f 11.2%, rgb(227, 191, 15) 100.2%); */
  padding: 12px 20px;
  color:white;
  /* background-color: orange; */
  background-color: navy;
  border-radius: 30px;
  border: none;
  outline: none;
  transition: .5s;
}

.readmore2:hover {
  color:white;
  background-color: #00aff0;

  border-radius: 30px;
  border: none;
}
/* cold store */




/* plot */
/* project */
.outerplot{
  position: relative;
  overflow: hidden;
}
.imageplot img{
  height: 100%;
  width:100%;
}
.imageplot  {
  height: 100%;

  border-radius: 20px;
}
.innerplot {

  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.plotcontent {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  inset: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)) 0 0 / 100% 200%;
 border-radius: 10px;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
.plotcontent h5 a{
  text-decoration: none;
  color: #fff;
  /* font-size: 0.875rem; */
}
@media screen and (min-width:768px){
  .plotcontent{
    padding: 1rem;
  }
  .plotcontent h5 a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
  }  
}
.imageplot {
  position: relative;
  overflow: hidden;
}
.imageplot img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.outerplot:hover .imageplot img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.innerplot:hover .plotcontent {
  background: linear-gradient(transparent, rgb(0 0 0 / 80%), rgba(0, 0, 0, 50%)) 400% 100% / 500% 400%;
  inset: 0;
cursor: pointer;
}
.headinner{
  color:navy;
  font-weight: 900;
}
.form{
  background-color: #131212;
  padding: 30px;
  border-radius: 20px;
  color:#fff
}
/* award */
.outeraward{
  overflow: hidden;
}
.inneractivity {
  background-color: rgba(4, 4, 4, 0.63);

  padding: 27px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;

}

.outeraward:hover .inneractivity {
  transition: all ease-in-out 400ms;
  left: 0;
}
.activityeffect {
  padding: 10px;
  border: 1px solid rgba(27, 25, 25, 0.893);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}
/* contact us */
.contactinfounderline{

 
  color:orange;

  font-size: 25px;
  font-weight: 700;
}
.contactinfo{
  padding: 0px 30px;
}
.social{
  font-size: 30px;
 
}
.social a{
  color:navy;
}
.contactinfopara{
  color:navy;
  font-size: 18px;

  font-weight: 600;
}
.contactinfopara{
  display: block;
}
.infocap{
 padding-right: 20px;
}


.button-top {
  height: 40px;
  position: fixed;
  cursor: pointer;
  color: white;
  left: 30px;
  bottom: 10px;
  width: 40px;
  border-radius: 50%;
  background-color: #02a9e694;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 0.5s ease-in-out; */
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .button-top {
    height: 30px;
    position: fixed;
    cursor: pointer;
    color: white;
    left: 10px;
    bottom: 50px;
    width: 30px;
    border-radius: 50%;
    background-color: #02a9e694;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: all 0.5s ease-in-out; */
    z-index: 99;
  }
}

.button-top:hover {
  background-color: var(--brown);
}
.whatshapimages img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.whatshap{
  height: 50px;
  position: fixed;
  cursor: pointer;
  right: 40px;
  bottom: 30px;
  width: 50px;
  
  border-radius: 50%;
  background-color:  rgb(16, 206, 16);
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 0.5s ease-in-out; */
  z-index: 99}
  .mapppp{
    padding: 5px 25px;
    border-radius: 10px;
    margin-top: 10px;
  }



  /* rough */
  .morecontent_project{
    color:navy;
    font-size: 21px;
    font-weight: 900;
  }
  .prarambhbtn button{
    border:none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: orange;
    font-weight: 900;
    color:white;
    text-transform: uppercase;
  }

  /*  */
  .aboutsection{
    /* background-color: #18afe7; */
width:100%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
/* margin-bottom: 10px; */
padding: 10px 0px;
background-color: #fbfbfb;
}

.breadcumbss{display: flex;
  align-items: center;
justify-content: space-between;}
.first li{list-style-type: none;}
.headinner{font-size: 25px;
font-weight: 900;
color: navy;}
.aboutcontent{
width: 100%;
}
.getintouch{
width:100%;
background-image: url('../images/gettyimages-1199496434-640x640.jpg');
background-repeat: no-repeat;
background-size: cover;

}
/* suncity */
.spanonword {
  color: navy;
}
.aboutcontent{
  width: 100%;
}
.plotedcolor{
  background-color: #18b0e70f;
}
.aboutcontent p{
  text-align: justify;
}
.headinner{font-size: 25px;
  font-weight: 900;
color: navy;}
.imagesss{
  height: 100%;
  width: 100%;
}
.imagesss img{
  /* height: 100%; */
  width: 100%;
}

.para541{
  margin-top: 10px;
  font-size: 18px;
  color:rgb(14, 136, 184);
  font-weight: 900;
}
.parainner541{
  color:var(--navyblue);
  font-weight: 900;
}
  .innerpara54{
    font-weight: 900;
    color: rgb(14, 136, 184);
  }
  .startt {
    font-size: 18px;
    font-weight: 900;
    color: navy; 
}
 .about-us-section {
    background: #f8f9fc;
}

.heading {
    font-size: 42px;
    font-weight: 700;
    color: #1d3557;
    position: relative;
}

.heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #d4af37;
    display: block;
    margin: 12px auto 0;
    border-radius: 10px;
}

.about_para {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* Slider */
.awardSwiper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
}

.awardSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.awardSwiper .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.awardSwiper .swiper-slide:hover img {
    transform: scale(1.08);
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: 700;
}

/* Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d4af37;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 20px;
}

@media(max-width:768px) {

    .heading {
        font-size: 32px;
    }

    .awardSwiper .swiper-slide img {
        height: 280px;
    }
}
.cold-store{
  padding:80px 0;
  background:#f7faf7;
}

.cold-store__wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.cold-store__image img{
  width:100%;
  border-radius:20px;
  display:block;
  object-fit:cover;
}

.subheading{
  color:#2f8f2f;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
}

.cold-store__content h2{
  font-size:35px;
  margin:0;
  line-height:1.2;
}

.cold-store__content p{
  color:#666;
  line-height:1.8;
}

.features{
  margin:30px 0;
  display:grid;
  gap:12px;
}

.features div{
  font-weight:600;
}

.stats{
  display:flex;
  gap:40px;
  margin:35px 0;
}

.stats h3{
  font-size:34px;
  color:#2f8f2f;
  margin:0;
}

.stats p{
  margin:5px 0 0;
}

.buttons{
  display:flex;
  gap:15px;
}

.btn-primary{
  background:#2f8f2f;
  color:#fff;
  padding:14px 28px;
  border-radius:8px;
  text-decoration:none;
}

.btn-outline{
  border:2px solid #2f8f2f;
  color:#2f8f2f;
  padding:12px 28px;
  border-radius:8px;
  text-decoration:none;
}

@media(max-width:768px){

  .cold-store__wrapper{
    grid-template-columns:1fr;
    gap:30px;
  }

  .cold-store__content h2{
    font-size:32px;
  }

  .stats{
    flex-wrap:wrap;
    gap:20px;
  }

  .buttons{
    flex-direction:column;
  }
}


.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#ff7a00;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.section-title h2{
    font-size:48px;
    color:#1f3c2f;
    margin:15px 0;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.feature-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.feature-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#2f8f2f,#ff7a00);
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.icon{
    width:90px;
    height:90px;
    margin:auto;
    border-radius:50%;
    background:#eef8ee;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin-bottom:25px;
}

.feature-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#1f3c2f;
}

.feature-card p{
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:38px;
    }
}

@media(max-width:767px){

    .feature-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:30px;
    }

    .cold-features{
        padding:70px 0;
    }
}
/* review section */
