body{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight:bold; 

}

p, span, li {
  font-family: 'Nunito', sans-serif;
  font-weight: 400; 
  line-height: 1.6;
 
}
body{
  overflow-x: hidden;
}


#logoimage{
  width:270px;
  height: 100px;
  margin-top: 10px;
}
 .custom-navbar {
    background-color:#071422;
  }
 .custom-navbar .nav-link,
 .custom-navbar .navbar-brand{
    color: #f5f3f3;
  }
.custom-navbar .nav-link:hover,
.custom-navbar .dropdown-item:hover {
    color:rgb(136, 131, 131)
  }

.nav-link li{
   font-size:17px;
   color: white;
    margin-left:0px;
   
   
}
.nav-link.active {
 color:rgb(120, 123, 124)!important;
  font-weight: bold;
}
.navbar-dark .navbar-toggler-icon {
  color: aliceblue;
  
}


/* video banner */
.video-banner {
  position:relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
 
}
.video-banner video {
  position:relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
filter: brightness(50%);
z-index: -1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#paragraph1{
    font-size:24px;
     font-family: 'Nunito', sans-serif;
     font-weight: 500!important;
  
}
#heading1{
    font-size: 35px;
     font-family: 'Quicksand', sans-serif;
     max-width: 700px;

    
}
#Button1{
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 7px;
    margin-top: 20px!important;
    font-size: 18px;
}
#videoBtn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px;
  background: white;
  color: #0c0c0c;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}

/* end of video banner */

/* second section */

.second-section {
  background-color: #fff;
}

.second-flex-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  gap: 60px;
  flex-wrap: wrap; 
  padding:40px 20px ;
}

.second-text {
  flex: 1 1 600px;
}

.second-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 700px;
}

.read-more-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  background-color:transparent;
  color:black;
  border:1px solid black;
  border-radius: 8px;
  cursor: pointer;
}

.second-image {
  flex: 1 1 400px;
}

.second-image img {
  width: 100%;
  height:300px;
  object-fit: cover;
  border-radius: 10px;
}

/* end of second section */

/* begining of service section */


.service-section{
  position: relative;
  background-color:rgb(0, 0, 0);
 margin-bottom: 30px;
 padding: 60px 30px;
  
}
.paragraph2{
  position: relative;
  left: 0.5%;
  color:rgb(255, 255, 255);
  padding-top: 20px;
  font-size: 30px!important;
  font-weight: 600;
  font-family: 'Nunito',sans-serif;
  

}
.heading3{
  color: rgb(255, 255, 255);
  padding-bottom: 40px!important; 
  font-size: 34px!important;
  font-family: 'Quicksand', sans-serif!important;
}

@keyframes bounce{
  0%,100%{
    transform: translateY(0);
  }
  50%{
   transform: translateY(-10px);
  }
}
.bounce-hover:hover{
animation:bounce 1.5s ease;
}

.servicecard-title{
  font-size: 22px!important;
  padding-top: 20px;
  color:white;
  font-weight: 500px;
 
}
.service-card {
  position: relative;
  width: 100%;
  border: none;
  background: transparent;
  box-shadow: none;
}
.service-card img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}
.card-img-overlay {
  
 display: flex;
  align-items: center; 
  justify-content: flex-start; 
 text-align: center;
}


#knowMoreBtn{
  border:1px solid white;
  padding: 10px;
  width:170px;
  color: white;
  font-size: 18px;
  border-radius: 15px;
}
#knowMoreBtn:hover{
  background-color: white;
  color: black;
}
.d-none {
    display: none;}


 /* end of service section */
/* paragraph */

.business-digital-venture{
  height: auto;
  padding: 60px 40px;

}
.pa{
  font-family: 'Nunito', sans-serif;
}
#para-button{
  justify-content: center;
  text-align: center;
  
}
.para-button{
  border: 1px solid black;
  background-color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 8px;
}

 /* <!-- begining ofprocess section  --> */

 .process-section {
  background: #f9f9f9;
  height: 70vh;

  text-align: center;
}

.process-title {
  font-size: 2.5rem;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
   font-family: 'Quicksand', sans-serif;

}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.step {
  background: hwb(0 100% 0%);
  padding: 20px;
  border-radius: 16px;
  width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
}

.circle {
  background: #4e91f9;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 12px;
}

.step h3 {
  font-size: 20px;
  margin-bottom: 8px;

  
}

.step p {
  font-size: 16px;
  color:gray;
   
}

/* <!-- end of process section --> */

 /* why choose us section begining */

.why-choose-us-features {
  background:#333333;
  padding: 60px 20px;
  margin-bottom: -20px;
}

.why-choose-us-features h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color:white;
 
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.features-item {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.features-item:hover {
  transform: translateY(-5px);
}

.features-item .icon {
  font-size: 1.8rem;
  color: hwb(207 15% 23%);
  margin-top: 5px;
}

.features-item .text h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #222;
  
}

.features-item .text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  
}

/* end of why choose us section */

/* footer begining */


.footer {
  background-color: #071422;
margin-top: 20px;
  color: #fff;
  padding: 40px 20px;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
   width:270px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none!important;
  font-size: 14px;
  
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  text-align: right;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color:rgb(56, 172, 201);
}

.copyright {
  font-size: 13px;
  color: #ccc;
}

/* end of footer */


/* media query */ 
@media (min-width: 1440px) {
  .secondsection {
gap: 60px;
padding: 40px 0;
 display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; 
  }

  #paragraph2 {
    font-size: 1.5rem;
    line-height: 1.8;
 max-width: 1200px;
  width: 100%;
  }

  #image1 {
    max-width: 800px;
    object-fit: cover;
  }
} 


@media(max-width: 992px){
  .video-banner{
    width: 100%;
    height: 60vh;
  }
}

@media (max-width: 768px) {
  .secondsection{
    flex-direction: column;
    text-align: center;
    height:auto;
    
  }
  #paragraph1{
    font-size: 20px;
  
}
#heading1{
    font-size: 30px;
    width: 300px;
    padding-bottom: 20px;
    
}
    #paragraph2, #image1 {
    flex: 1 1 100%;
  }

  #Button2 {
    margin: 10px 10px;
     justify-content: center;
  }
  .process-section{
    height: auto;
  }
  .process-steps {
    flex-direction: column;
    align-items: center;
  
}
.step {
  width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
 .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    flex-direction: row;
    padding: 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social {
    align-items: center;
    text-align: center;
  }

  .footer-links .link-row {
    justify-content: center;
  }
}