
*{
padding:0px;
margin:0px;
}

/* PRIMARY FONT DECLARATION START */
@font-face {
  font-family: 'NeueMachina-Light';
  src: url('../fonts/NeueMachina-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NeueMachina-Regular';
  src: url('../fonts/NeueMachina-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NeueMachina-Medium';
  src: url('../fonts/NeueMachina-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NeueMachina-bold';
  src: url('../fonts/NeueMachina-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NeueMachina-ultrabold';
  src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
}

@font-face {
  font-family: 'NeueMachine-black';
  src: url('../fonts/NeueMachina-Black.otf') format('opentype');
}
/* PRIMARY FONT DECLARATION ENDS */

/* LOGO START */
.logo{
  height: 40px;
}

@media only screen and (max-width:600px){
  .logo{
    height:25px;
  }
}
/* LOGO END */
/* TYPOGRAPHY START */
.title{
  font-family: 'NeueMachina-Bold';
}

.links{
  font-family: 'NeueMachina-Medium';
}
/* TYPOGRAPHY END */

/* BACKGROUND START */
.bg-green-light{
  background-color: #b7dcae;
}

.bg-green-lighter{
  background-color: #ecfde7;
}

.text-green{
  color: #9ae387;
}

.banner-one-content{
  background-image: url('../images/home/banner-one-content-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.design-ideas-wrapper{
  background-image: url('../images/home/banner-one-content-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
/* BACKGROUND END */

a{
  text-decoration: none;
  color:rgb(91, 89, 89);
}

a.active {
  color:#2fa1db;
}

a:hover{
  color:#2fa1db;
}

.v-navbar-shadow{
    box-shadow:0px 2px 10px lightgray;
}

li .dropdown-item:hover{
background-color: rgb(217, 246, 255);
color:#33A4DD;
}

.dropdown-menu .card:hover{
    box-shadow:0px 2px 10px lightgray;
    cursor: pointer;
}

.nav-item .active{
    color:#33A4DD !important;
}

.v-cta-btn{
    background:black;
    color:#b7dcae;
    font-size: 16px;
    font-family: 'NeueMachina-Regular';
    /* font-weight: 600 !important; */
    border-radius: 0px !important;
    padding: 10px 40px !important;
}

.v-cta-btn-inverse{
  background:#b7dcae;
  color:black;
  font-size: 18px;
  border-radius: 0px !important;
  padding: 10px 40px !important;
}

.v-cta-btn:hover{
    border:1px solid #2fa1db;
    color:#2fa1db;
    background:transparent;
}

.v-offer {
    transition: transform 0.3s ease; /* Smooth transition effect */
}

.v-offer:hover {
    transform: translateY(-5%); /* Move the card up by 10% */
}

.v-text-primary{
    color:#2fa1db;
}

.vd-navbar-black{
  background-color: black !important;
}

.nav-pills .nav-link.active{
background-color:none !important;
background: linear-gradient(to bottom right,#2fa1db,#12ab69);
color:white !important;
}

.nav-pills .nav-link {
  color:#2fa1db !important;
}

.slick-slide{
  height:auto !important;
}

/* POPPINS FONT START */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
/* POPPINS FONT END */

.banner-text{
  position:absolute;
  left:17%;
  top:30%;
  text-align: center;
}

.navbar-transparent{
  background-color: transparent !important;
  transition: background-color 0.3s ease;
  z-index: 9;
}

.navbar-transparent .nav-link{
  color:white;
}

.step-img{
  border-radius:10px;
}

.footer{
  background: #060606;
  padding-top:60px;
}

.footer-link-title{
  font-family: "NeueMachina-Regular";
  font-weight: 300;
}

.footer-links a{
  cursor: pointer;
  color:white;
}

.footer-links:hover a{
  color:#004669;
}

.testimonial-card{
background: url('../images/testimonial-bg.png');
background-repeat: no-repeat;
background-size: cover;
border: none;
color: black;
}

.testimonial-card .location{
  /* font-family: Dancing Script, cursive; */

  font-size: 18px;
}

/* .testimonial-card .card-text, .testimonial-card .card-title{ */
  /* font-family: "Poppins", sans-serif; */
  /* font-size: 18px; */
/* } */

.venture-links.active{
  color:#32A3DC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}


.venture-links:hover{
  color:#32A3DC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.banner-subtext{
  font-size:20px; 
  width:60%;
  margin:auto;
}

.offering-para{
  font-size: 20px;
  width: 70%;
  margin:auto;
}
@media only screen and (max-width:600px){
  .banner-text{
    position:absolute;
    left:0%;
    top:30%;
    text-align: center;
  }

  .banner-subtext{
    font-size:14px; 
    width:80%;
    margin:auto;
  }

  .offering-para{
    font-size: 18px;
    width: 90%;
    margin:auto;
  }
}

/* style rules as on 29-10-2024 */
.q-card-content{
  font-size: 14px;
}
/* style rules as on 29-10-2024 */


/* STYLES AS ON 15-12-2024 */
.design-wrapper{
  position:relative;
}

.design-name{
  position: absolute;
  bottom:0px;
  left: 0px;
  width:100%;
  margin:auto;
  background-color: rgba(241, 241, 241, 0.7);
  padding:20px;
  display: none;
}

.design-wrapper:hover .design-name{
  display: block;
}

.sustainability{
  background-image: url('../images/about-us/sustainable.png');
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width:600px){
  .design-name{
    display: block;
  }
  
  .sustainability{
  background-image: none;
}
}

.about-banner{
  background-image: url('../images/about-us/banner-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* Background image */
  background-image: url('../images/about-us/parallex-3.png');

  /* Parallax effect */
  height: 100vh; /* Full viewport height */
  background-attachment: fixed; /* Fixes the background */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  /* Background image */
  background-image: url('../images/about-us/factory.png');

  /* Parallax effect */
  height: 100vh; /* Full viewport height */
  background-attachment: fixed; /* Fixes the background */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  height: 100vh; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  text-align: center;
}

.bg-green-transparent{
  background-color: rgba(241, 241, 241, 0.7);
}


/* STYLES AS ON 15-12-2024 */