/* styles.css */
*{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@media screen and (max-width: 798px) {
  .landing-main-text h2{
    padding-top: 206px!important;
  }
}
@media screen and (max-width: 586px) {
  .landing-main-text h2{
    padding-top: 220px!important;
    font-size: 40px!important;
    line-height: 57px!important;
  }
}
@media screen and (max-width: 575px) {
  .clients img{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 439px) {
  .about-data h2{
    font-size: 38px!important;
  }
}
@media screen and (max-width: 465px) {
  .main-con-info h3{
    font-size: 25px !important;
  }
}
@media screen and (max-width: 529px) {
  .service-head{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .service-head h1 {
    font-size: 52px !important;
  }

}

.col-lg-6,
.col-lg-7,
.col-lg-5,
.col-lg-4{
padding-right: 0;
}


.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* Set the desired height of the video container */
    z-index: 4;
  }
  
  .video-background::before {
    content: "";
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #000; /* Fallback background color in case the video doesn't load or cover the entire container */
  opacity: 0.6; /* Adjust the opacity if needed to make the video slightly transparent */
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover; /* Make the video cover the entire container without distortion */
  z-index: -2;
}
.navbar-brand img{
  width: 248px;
}
 /* .navbar ul li a{
  float: right;
  color: white;
  font-size: 22px;
  font-weight: 600;
  margin-right: 20px;
}
.navbar ul li a:hover{
  color: #f26522;
  transition: .4s;
  border-bottom: 1px solid #fff;
}
.nav-ul-li{
  margin-left: 200px;
}
.navbar{
  padding-top: 30px;
  margin-left: 50px;
} */
.navbar {
  padding-top: 30px;
  transition: background-color 0.4s, padding 0.4s;
}

.navbar ul li a {
  float: right;
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin-right: 20px;
  transition: color 0.4s;
}

.navbar ul li a:hover {
  color: #f26522;
  transition: .4s;
  border-bottom: 1px solid #fff;
}

.nav-ul-li {
  margin-left: 200px;
}

.landing-main-text h2{
  color: white;
  font-size: 50px;
  font-weight: 500;
 padding-top: 300px;
  line-height: 70px;
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}
/* .landing-main-text{
padding-left: 50px;
} */


.main-btn{
  background-color: #f26522;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 30px;
  border: none;
  margin-top: 20px;
  color: white;
  border-radius: 10px;
}
.main-con-btn{
    background-color:white;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 30px;
    border: none;
    margin-top: 20px;
    color: #f26522;
    margin-left: 10px;
    border-radius: 10px;
}
.main-btns{
 display: flex;
 justify-content: center;
}
.main-btn:hover{
  background-color: white;
  color: #f26522;
  transition: .4s;
}
.main-con-btn:hover{
  background-color: #f26522;
  color:white;
  transition: .4s;
}
#about{
background-color: #000;
color: white;
padding-bottom: 70px;
}
.about-data{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
}
.about-data h2{
  font-size: 50px;
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
}
.about-data h3{
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
}
.about-btn{
  margin-top: 50px;
  background-color:#f26522;
  color: white;
  font-size: 16px;
  border: none;
  font-weight: 500;
  padding: 17px 30px;
  border-radius: 10px;
  
}
.about-btn:hover{
  background-color: white;
  color: #f26522;
  transition: .4s;
}
.eco-text{
  position: absolute;
  color: white;
  text-decoration: underline;
  font-size: 45px;
  font-weight: 700;
  top: 184px;
  left: 280px;
  padding: 9px 25px;
background-color: rgba(0, 0, 0, 0.5);
font-family: 'Montserrat', sans-serif;
  
}
.eco-text a{
  color: white;
}
.eco-text a:hover{
  color: #f26522;
  transition: .3s;
}

.work-main{
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.work-head h5{
  margin-top: 70px;
  margin-bottom: 50px;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'Montserrat', sans-serif;
}
.work-btn{
  background-color: #f26522;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  padding: 17px 30px;
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.work-btn:hover{
  background-color: white;
  color: #f26522;
  transition: .4s;
  border: 1px solid #f26522;
}
  
@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 20s linear infinite;
}

@keyframes ticker-kf-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(108rem, 0, 0);
  }
}

.img-ticker-2 {
  animation: ticker-kf-2 20s linear infinite;
  
}

.work-btn-main{
  margin-top:70px;
  margin-bottom: 70px;
}
#clients-background{
  background-color: #000;
  padding-bottom: 150px;
}

.client-home{
  margin-top: 70px;
  margin-bottom: 50px;
}
.card-header button{
  font-size: 32px;
  color: #000;
}
.card-header{
  background-color: white;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.accordian{
margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 150px;
  
}
.card{
  border: none;
  
}
.accor-head{
  margin-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
}
.accor-head h4{
  color: #333;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;

}
.accordian,
.card-body{
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.blog{
  margin-top:50px;
  padding-left: 50px;
  padding-right: 50px;
}
.blog-head{
  
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;

}
.blog-head  h4{

  color: #333;
  
  font-size: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#blog{
  background-color:#E5E4E2;
  padding-top: 40px;
  padding-bottom: 50px;
}
.blog,
.card{
  background-color: transparent;
}
.blog,
.card-title{
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}


/*Clients page*/
#clients{
  padding-left: 50px;
  padding-right: 50px;
  background-color: #E5E4E2;
padding-top: 70px;
padding-bottom: 70px;
margin-top: 50px;
}

.client-main-head{
  margin-top: 300px;
  
}
.client-main-head h1{
  font-size: 70px;
  font-weight: 700;
  color: white;
}
.client-main-head h2{
  margin-top: 20px;
  color: white;
  font-size: 55px;
  font-weight:500;
}
.client-logo-row{
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.client-row-2{
  margin-top: 100px;
}
#client-video{
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}
#clients-logo{
  margin-bottom: 100px;
}
#clients-logo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.client-video video{
 
 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .client-video{
  padding-left: 50px;
  padding-right: 50px;
} */
/*Clients page*/
/*work page*/
#main-work{
  background-color:#000;
}
.work-head{
  padding-left: 50px;
  padding-right: 50px;
}
.work-head h2{
  margin-top: 200px;
  margin-bottom: 50px;
  color: white;
  font-size: 40px;
  font-weight: 700;
}
#work-background{
  background-color: #000;
  
}
#main-work{
  padding-bottom: 150px;
}
/*work page*/
/*service page*/
#main-service{
  background-color: #000;
  padding-bottom: 140px;
}
.service-head{
  padding-left: 100px;
  padding-right: 100px;
}
.service-head h1{
  margin-top: 270px;
  color: white;
  font-size: 70px;
  font-weight: 100;
}
.service-head h2{
  font-size: 35px;
  font-weight: 500;
  color: white;
  margin-top: 30px;
}
.service-app{
  background-color: #fff!important;
}
.app{
  padding-left: 50px;
  padding-right: 50px;
}
.app h2{
  margin-top: 150px;
  color: #333;
  font-size: 40px;
  font-weight: 500;
}
.app p{
  color: #333;
  font-size: 24px;
  margin-top: 150px;
  line-height: 50px;
  font-weight: 500;
  
}
.service-btn{
  margin-top: 30px;
  background-color: #f26522;
  font-size:16px;
  color: white;
  border: none;
  padding: 17px 30px;
  margin-bottom: 100px;
}

#service-all{

  background-color: #000;
  padding-left:50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #808080;
 
}
.ser-head-all h2{
  margin-bottom: 50px;
  color: white;
  text-decoration: none !important;
  font-size: 50px;
}
.ser-left h2{
  margin-top:50px;
  /* text-decoration: underline; */
  font-size: 40px;
  margin-bottom: 30px;
}
.ser-left h3{
  font-size: 30px;
  /* text-decoration: underline; */
  list-style-type: circle;
    font-weight: 400;
}
#gree-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/gree/greebanner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

.gree-banner h6{
  margin-top: 300px;
  font-size: 25px;
  color: white;

}
.gree-banner h3{
  font-size: 55px;
  margin-top: 40px;
  color: white;
}
.gree-banner{
  padding-left: 50px;
}
/*service page*/
/*gree page*/
.collab-work{
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.collab-work h4{
  font-size:30px;
  font-weight: 400;
}
.collab-work h1{
  margin-top: 40px;
  font-size: 50px;
}
.collab-work p{
  margin-top: 40px;
  font-size: 23px;
  font-weight: 400;

}
.work-banner{
  padding-left: 50px;
  padding-right: 50px;
}
.banner-1 img{
  margin-top:100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.carousal-work{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
#carousal-work{
  padding-bottom: 100px;
}

/*gree page*/
/*single service page*/
.service-head-single li{
  font-size: 25px;
  color: white;
}
.service-head-single h1{
  margin-top: 170px;
  color: white;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}
.ser-work-row{
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.ser-work-row .card-title{
  font-size: 25px;

}
#service{
  padding-bottom: 100px;
}

/*single service page*/
/*gree page*/
#eco-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/ecostar/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*gree page*/
/*fmc page*/
#fmc-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/fmc/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*fmc page*/
#bd-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/bd/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*fmc page*/
/*dream villa page*/
#dv-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/dreamvilla/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*dream villa page*/
/*lums page*/
#lums-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/lums/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*lums page*/

/*merit page*/
#merit-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/merit/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*merit page*/
/*musteez page*/
#musteez-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/musteez/musteez.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*musteez page*/
/*samsung page*/
#samsung-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/samsung/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*samsung page*/
/*samsung 2 page*/
#samsung-2-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/samsung-2/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*samsung 2 page*/
/*eco 2 page*/
#eco-2-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/eco2/banner.jpg');
  height: 790px;
  width:100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*eco 2 page*/
/*eco 3 page*/
#eco-3-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/ecostar3/main.jpg');
  height: 790px;
  width:100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*eco 3 page*/
/*dwp page*/
#dwp-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/dwp/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*dwp page*/

/*synarome page*/
#synarome-background{
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./media/synarome/banner.jpg');
  height: 790px;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/*synarome page*/

/*contact page*/
.client-main-head h4{
  margin-top: 40px;
  color: white;
  line-height: 50px;
  font-size: 40px;
}
.contact-head{
  margin-top: 100px;
}
.contact-head h2{
  margin-top: 20px;
font-size: 46px;
color: #333;
}
.contact-head h4{
  margin-top: 30px;
  color: #333;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 70px;
}
.contact-btn{
  margin-top: 30px;
  padding: 12px 25px;
  background-color: #f26522;
  color: white;
  border: none;
  font-weight: 500;
  font-style: 16px;
  margin-bottom: 50px;
}

#contact-info-bg{
  background-color: gray;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-info{
  margin-left: 50px;
  margin-right: 50px;
}
.main-con-info h2{

  color: white;
  font-size: 46px;
  margin-bottom: 30px;
}
.main-con-info i{
  font-size: 40px;
}
.main-con-info h3{
font-size: 30px;
color: white;
line-height: 50px;
}
.main-con-info a{
  color: white;
  text-decoration: none;
}
.social-icons{
  margin-top: 30px;
}
.social-icons i{
  background-color: #333;
  color: white;
  padding: 20px;
  font-size: 25px;
}
/*contact page*/

/*case studies*/
#case-studies-bg{
  background-color: #000;
  padding-bottom:100px;
}
.case-main{
  margin-top: 200px;
  margin-left: 50px;
  margin-right: 50px;
}
.case-studies-img h2{
  margin-top: 50px;
  font-size: 40px;
  color: #fff;
  
}
.case-studies-img .case-btn-ind{
  font-size: 20px;
  color: #E5E4E2;
  padding-bottom:5px;
  border-bottom: 2px solid #E5E4E2;
  margin-top: 20px;
}
.case-row-2{
  margin-top: 100px;
}
/*case studies*/
#footer{
text-align: center;
padding-top: 30px;
padding-bottom: 20px;
background-color: #000;
color: white;
font-size: 18px;
font-weight: 500;
}
.navbar-toggler-icon{
  background-color: #f26522;
  border-radius: 50%;
}