* {
  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; 
}
 