@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size: 16px;
   font-family: 'Gilroy', sans-serif;
}
a{
  text-decoration: none;
}
/* Thin */
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-Black.ttff') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../font/Gilroy-Font-Family/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* marathi font */
/* font-family: "Mukta", sans-serif; */
.marathi-font{
  font-family: "Mukta", sans-serif;
}
body{
  background-color: #000000;
  color: #ffffff;
}
.logo-box{
width: 42%;
}
/* navbar */
.navbar-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: url("../images/bg.webp") center center/cover no-repeat;
    transition: all .4s ease;
}

.navbar-box.scrolled{
    background: #000;
}
.nav-link, .active{
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.offcanvas.offcanvas-start {
    top: 50px;
    right: 0;
    width: 100%;
}
.bg-dark-nav{
  width: 100%;
    background: url("../images/bg.webp") center center/cover no-repeat;
    transition: all .4s ease;

}
.bg-dark-nav.scrolled{
    background: #000;
}
/* botton cl */
.menu-toggle{
    width:25px;
    height:25px;
    border:0;
    background:transparent;
    position:relative;
    padding:0;
}

.menu-toggle span{
    position:absolute;
    left:-15px;
    width:100%;
    height:2px;
    background:#fff;
    border-radius:50px;
    transition:all .35s cubic-bezier(.68,-0.55,.27,1.55);
}

.menu-toggle span:nth-child(1){ top:1px; }
.menu-toggle span:nth-child(2){ top:10px; }
.menu-toggle span:nth-child(3){ top:20px; }

.menu-toggle.active span:nth-child(1){
    top:12px;
    transform:rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
    transform:scale(0);
}

.menu-toggle.active span:nth-child(3){
    top:12px;
    transform:rotate(-45deg);
}

.phone-nav{
  text-align: center;
}
.phone-nav li a{
  font-size: 20px;
}
.bg-hero{
 background-image: url(../images/bg.webp);
 background-position: center;
 background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.bg-hero1{
 background-image: url(../images/bg.webp);
 background-position: center;
 background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
}
.bg-hero::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: -5%;
  background: linear-gradient(180deg,rgba(4, 1, 48, 0) 0%, rgb(0, 0, 0) 100%);

  z-index: -1;
}
.main-box{
  height: 59vh;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.top-heading-box{
   padding-top: 8rem;
}
.top-heading{
  font-family: 'Gilroy', sans-serif;
   font-weight: 600;
   font-size: 11px;
   margin: 0px;
   letter-spacing: 1px;
}
.main-heading{
  padding-top: 10px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 2.8rem;
}

/* work section  */
.work-section {
  position: relative;
}

/* Border line */
.border-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff, #fefefe);
  margin-top: 20px;
  transition: width 1s ease-in-out;
}

.image-box{
    width:100%;
    height:350px;
    border-radius:6px;
    cursor:pointer;
    overflow:hidden;
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.16) 0px 10px 36px 0px, 
                rgba(255, 255, 255, 0.06) 0px 0px 0px 1px;
}

/* Image Style */
.image-box a img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Zoom Effect */
.image-box:hover a img{
    transform: scale(1.1);
}

.project-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.project-content{
    flex:1;
    min-width:280px;
}

.project-content h3{
    font-size:26px;
    font-weight:700;
    margin:15px 0px;

}

.project-tags{
    display:flex;
    flex-wrap:wrap;
}

.project-tags span{
    padding:5px 5px;
    /* background:#353535; */
    /* border-radius:4px; */
    font-size:12px;
    letter-spacing: 1px;
}

.project-btn{
  padding-top: 20px;
}

.project-btn .btn1{
    border-radius:0;
    font-size:14px;
    transition:.3s;
     color:#fff;
     border: 1px solid #6d6d6d;
     transition: all .5s;
     padding: 10px 15px;
     border-radius: 5px;
}

.project-btn .btn1:hover ,.allworkbtn a:hover{
    background:#5b5b5b;
}
.project-btn .btn1 i, .allworkbtn a i {
  margin-left: 8px;
  display: inline-block; /* IMPORTANT */
  transition: transform 0.3s ease;
}

.project-btn .btn1:hover i ,  .allworkbtn a:hover i{
  transform:  rotate(-40deg);
}
/* new section */
.main-heading1{
  font-size: 15px;
  font-weight: bold;
}
.contantBtn{
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  padding: 10px 10px;
  border: 1px solid #ffffff;
  transition: all .5s;
  border-radius: 5px;
  font-weight: 500;
}
.contantBtn:hover{
  background-color: transparent;
  color: #ffffff;
}
.contantBtn i{
  font-size: 10px;
}
.fontbtnsize{
  font-size: 14px;
}
.allworkbtn a{
border: 1px solid #6d6d6d;
color: #ffffff;
letter-spacing: 1px;
font-weight: 400f;
padding: 12px 15px;
font-size: 14px;
transition: all .5s;
 border-radius: 5px;
}
  /* footer section */
  .footer-logo{
    width: 60%;
    display: block;
  }
    .bgcolor-footer{
      background-color: #000000;
  }
  .footer-logo-line{
    font-size: 14.3px;
    font-weight: 400;
  }

  .footer-heading{
      color: #ffffff;
      font-weight: 500;
      border-bottom: 2px solid #426382;
      display: inline-block;
      position: relative;
      padding-bottom: 10px;
  }
  .footer-heading::after{
      content: "";
      background-color: #522265;
      width: 30%;
      height: 2px;
      position: absolute;
      left: 0px;
      bottom: -2px;
  }
  .footer-link li a{
      color: #ffffff;
      font-weight: 400;
      font-size: 16px;
      line-height: 2rem;
  }
  .footer-link li a:hover{
      text-decoration: none;
  }
  .footer-link li::marker{
     color: #8b8b8b;
     font-size: 18px;
  }
  
  .textpara1{
      color: #ffffff;
  }
  
  .footer-Address a{
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
  }
  .footer-Address a:hover ,.copy-line a:hover{
      text-decoration: none;
  }
 
  .social-icon{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .icon-box1{
    overflow: hidden;
  }
  .icon-box1 a{
     color: #ffffff;
     width: 50px;
     height: 50px;
     display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    position: relative;
    transition: all .5s;
      
  }
  .social-icon-effect{
    position: absolute;
    transform: translateY(50px);
    transition: all .3s;
    font-size: 20px;
  }
    .icon-box1 a:hover .social-icon-effect{
    transform: translateY(0px);
  }
    .social-icon-effect1{
     position: absolute;
    transform: translateY(0px);
    transition: all .3s;
    font-size: 20px;
  }
    .icon-box1 a:hover .social-icon-effect1{
    transform: translateY(-50px);
  }
  .image-fb{
    width: 50%;
  }
  hr {  
      height: 1px;  
      background-color: rgb(212, 212, 212);  
      border: none;  
      margin: 0;
  }  
  .copy-line{
      color: #ececec;
      margin: 0;
      font-size: 12px;
      text-align: center;
  }
  .color-text{
     color: #5b5b5b;
  }
   .copy-line b{
    font-size: inherit;
   }
  .copy-line a{
      color: #585858;
      font-weight: 500;
      font-size: 12px;
  }
  .banner-section{
    height: 30vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .banner-heading{
    font-weight: 600;
    padding-top: 3rem;
  }
  .aboutsection{
    padding: 10px 0px;
    border-bottom: 1px solid #494949;
    border-top: 1px solid #494949;
  }
  .breadcrumb-item{
    text-transform: uppercase;
    
  }
   .breadcrumb-item a{
      color: #ffffff;
   }
   /* about section */
   .aboutsection-heding{
    font-weight: 600;
    font-size: 30px;
   }
   .textpara1 {
    font-size: 16px;
    margin-bottom: 0px;
   }
.textpara1 b{
  font-size: inherit;
}
.textpara1 a{
  font-size: inherit;
   color: #f87de0;
   text-decoration: underline;
   transition: all.5s;
}
.textpara1 a:hover{
  color: #fefefe;
}
/* founder section */
.curve-about{
  background:#000;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.curve-about::before{
  content:"";
  position:absolute;
  background:radial-gradient(circle, rgba(255,184,76,0.28), transparent 70%);
  top:10%;
  right:5%;
}

.curve-img-box{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.15);
  box-shadow:0 25px 60px rgba(255,184,76,0.18);
}

.curve-img-box img{
  object-fit:cover;
  filter:grayscale(20%);
}

.curve-tag{
  display:inline-block;
  color:#e878a1;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:13px;
  margin-bottom:15px;
}

.curve-about h2{
  font-size:40px;
  font-weight:700;
  line-height:1.15;
  margin-bottom:25px;
}

.curve-about h5{
  color:#e878a1;
  font-size:21px;
  font-weight:600;
  line-height:1.5;
  margin-top:25px;
}

.founder{
  border-left:3px solid #e878a1;
  padding-left:18px;
}

.founder h4{
  margin:0;
  font-size:24px;
  font-weight:700;
}

.founder span{
  color:#aaa;
  font-size:15px;
}

.space-slider{
  margin-top:50px;
  overflow:hidden;
  width:100%;
}

.space-track{
  display:flex;
  gap:12px;
  width:max-content;
  animation:scrollImages 35s linear infinite;
}

.space-track img{
  width:300px;
  height:400px;
  object-fit:cover;
  border-radius:4px;
}
/* play button */
.play-btn {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  border: none;
  font-size: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-btn img{
  opacity: .4;
  transition: all .5s;
}
.play-btn img:hover{
 opacity: 1;
}
/* work page */
.main-heding-work, .subheading-work, .subheading-work, .main-heading-work{
  font-weight: 700;
}
.textpara-work ,.textpara-work b{
  font-size: 16px;
  margin-bottom: 0px;
}
.subheading-work-marathi{
  font-weight: 600;
  font-family: "Mukta", sans-serif;
}
.work-image-box img{
  object-fit: cover;
}

@keyframes scrollImages{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}
/* contact page */
.contact-address{
  line-height: 1.2rem;
 width: 40%;
}
.contact-address a{
 font-size: 18px;
 color: #ffffff;
}
.form-btn{
  font-size: 20px !important;
  font-weight: 500;
}
@media(min-width:375px){
   .footer-logo-line{
    font-size: 12.5px;
  }
}
/* services page */
.transformation-section {
  background: #0b0b0b;
}

.sub-text {
  color: #cfcfcf;
  font-size: 18px;
  max-width: 800px;
  margin-top: 15px;
}

.list-wrapper {
  border-top: 1px solid #333;
}

.list-item {
  padding: 22px 0;
  border-bottom: 1px solid #333;
}

.list-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.list-item a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
}

.list-item a:hover {
  color: #ffffff;
  transform: translateX(5px);
}
.text-sevices-list li{
 font-size: 16px;
}
.list-style-services{
  list-style: none;
  padding-left: 0px;
}

@media(max-width:768px){
  .top-heading{
  font-family: 'Gilroy', sans-serif;
   font-weight: 600;
   font-size: 14.2px;
   margin: 0px;
   letter-spacing: 1px;
}
.main-heading{
  padding-top: 20px;
  font-size: 50px;
  line-height: 3rem;
}
  .curve-about h2{
    font-size:32px;
  }
 .main-heading1 {
    font-size: 19px;
  }
  .space-track img{
    width:300px;
    height:300px;
  }
   .footer-logo-line{
    font-size: 12.5px;
  }
}
@media (min-width:768px){
  .whatsappimgbox{
    width: 6%;
  }
  .logo-box{
    width: 25%;
}
 .footer-logo-line{
    font-size: 12px;
  }

.top-heading{
  text-align: left;
   font-size: 20px;
   letter-spacing: 1px;
   
}
.main-heading{
   padding-top: 20px;
  line-height: 5rem;
  font-size: 5rem;
}
 .project-card{
        gap:20px;
    }

    .project-btn{
        width:100%;
        min-width:100%;
    }

   
    .main-heading1{
  font-size: 40px;
}
.contantBtn, .contantBtn i{
  font-size: 16px;
}
.aboutsection-heding{
    font-size: 35px;
   }
   .textpara1{
    font-size: 19px;
   }
   .line-top{
  width: 9%;
  height: 1px;
  background-color: #ffffff;
}
  .footer-Address a{
      font-size: 16px;
  }
}

@media (min-width:992px){
  .whatsappimgbox{
    width: 3%;
  }
  .logo-box{
    width: 16%;
}
.line-top{
  width: 5%;
}
.main-box{
  height: 95vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.image-box{
  height: 400px;
}
.image-box1{
  height: 450px;
}
 .footer-link{
      padding-left: 0px;
    }
.aboutsection-heding{
    font-size: 40px;
   }
   .textpara1{
    font-size: 18px;
   }
    .footer-logo-line{
    font-size: 14.8px;
  }
    .copy-line, .copy-line a, .copy-line b{
      font-size: 16px;
    }
     .social-icon{
      justify-content: left;
  }
  .container-box{
    width: 60%;
    margin: 0px auto;
  }
  /* hero section */
  .top-heading{
  text-align: left;
   font-size: 25px;
   letter-spacing: 8.3px;
   
}
.main-heading{
   padding-top: 20px;
  line-height: 8rem;
  font-size: 9rem;
}
 .line-top{
  width: 8%;
  height: 1px;
  background-color: #ffffff;
}
  .copy-line{
     
      text-align: left;
  }
  /* work page */
  .textpara-work{
  width: 70%; 
  font-size: 18px;
}
.textpara-work b ,.textpara-work strong{
   font-size: 18px;
}
.marathi-font, .marathi-font li {
   font-size: 18px;
}
.work-image-box{
  height: 80vh;
}
/* services page */
.list-item h5 {
  font-size: 22px;
}
.text-sevices-list li{
 font-size: 18px;
}
}
@media (min-width:1440px){
  .navbar-nav{
     column-gap: 20px;
  }


}
