body{

  padding-left: 48px;
  padding-right: 48px;
  background-color: #080F17;
  font-size: 16px;
  

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sec{
  display: flex;            
  align-items: center; 
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1.5px;
  width: 100%; 
  max-width: 1344px;
  justify-content: space-between;
  height: auto;  
  color:white;
}

.logo{
  width: 100%;
  max-width: 220px;
  height: auto;
  gap: 12px;
  font-weight: bolder;
  font-size: 25px;
  margin-right: auto;  

}

.divider {
  border: 1.5px;
  border-top: 2px solid rgba(255, 255, 255, 0.3); 
  width: 100%
  
}

.container{
  padding-top: 48px;
  padding-bottom: 48px;
}

div{
  background-color:#080F17;
}

nav {
  display: flex;               
  align-items: center;         
  width: 100%;
  font-family: Outfit;
             
}
ul li{
  list-style: none;
  display: inline-block;
  margin:10px 20px;
  color:white;
}
ul li:hover {
  text-decoration: underline; 
}
.header{
  border-bottom: 1.5px;
  padding-top: 96px;
  padding-bottom: 96px;
  font-size: 60px;
  color:white;
  text-align: center;
  font-family: Outfit;
}
img{
  width:100%;
  height:100%;
  border-radius:20px;
}
.inter{
  text-align: justify;
}
.first{
  font-size: 5px;
}
.projects {
  font-family: Outfit;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.project .first {
  font-size: 14px;
  opacity: 0.7; 
  margin-top: 4px; 
  font-weight: normal; 
}

.project p {
  margin: 10px 0 0;
  font-size: 1em;
  color:#fff
}
.project img {
  width: 100%;
  height: auto;
  
}
.sectiondiv{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  width:100%;
  height:auto;
  font-weight: 500;
  color:#fff;
  font-family:Plus Jakarta Sans;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
.landingpage{
  width:100%;
  height:100%;
  padding: 20px;
    
  justify-content: left; 
  align-items: center; 

 
}
.cardh{
  margin-bottom:8px;
  color:white;
  font-family:Plus Jakarta Sans;
  font-size: 28px;
}
.cardp{
  font-size:18px;
  color:#D6DDE6;
}
.card{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 0;
  background-color: #A2D2600B;
  height:40vh;
  border-radius:10px;
  padding-left: 30px;
}
.port{
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portp{
  color:#D6DDE6;
  font-size: 30px;
  text-align: center;
  padding:40px;
  width:50vw;
  height:auto;

  
}
.portd{
  /* width:50vw;
  height:50vh; */
  margin-top:30px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.rowi{
  display: flex;
  flex-direction: column;
  
  
  font-family: Outfit;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding-top: 48px;
  padding-bottom: 48px;
}
.scndlast{
  font-size: 24px;
  font-weight: bold;
  color:#D6DDE6
}
.scdmain{
  font-size: 15px;
  color:#D6DDE6;

}

.scdmain td {
  text-align: left; 
  padding-left: 30px; 
}

.scdmain td div {
  margin-bottom: 10px;
  color: white; 
  font-size: 18px; 
}
.testimonial-section {
  color: white;
  width: 100%;
  padding: 60px 20px;
  background-color: #080F17;
  text-align: center;
}
.testimonial-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.8rem;
}


.testimonial-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px;

}
.testimonial-box {
 
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 
  text-align: left;

  transition: transform 0.3s ease-in-out;
}
.testimonial-box:hover {
  transform: translateY(-10px);
}

.profile-img {

  border-radius: 50%;
  width: 4em;
  height: 4em;
 border: 0.1em solid #ddd;
}

.testimonial-content {
  padding-left: 2rem;
  margin-top: 2rem;
}

.testimonial-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.testimonial-content .role {
  font-size: 1.25rem;
  color: gray;
  margin-bottom: 0.1rem;
}
.testimonial-content p {
  font-size: 1.2rem;
  color: #333;
}

.testimonial-box {
  min-width: auto;
  max-width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.testimonial-content {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .testimonial-box {
    min-width: 28rem;
    max-width: 28rem;
    padding: 30px;
  }

  .testimonial-content {
    padding-left: 2rem;
  }
}


@media (min-width: 1024px) {
  .testimonial-box {
    min-width: 30rem;
    max-width: 30rem;
    padding: 35px;
  }

  .testimonial-content {
    padding-left: 3rem;
  }
}


@media (min-width: 1200px) {
  .testimonial-box {
    min-width: 32rem;
    max-width: 32rem;
    padding: 40px;
  }

  .testimonial-content {
    padding-left: 4rem;
  }
}


@media (min-width: 480px) {

  .testimonial-box {
    min-width: 15rem;
    max-width: 15rem;
    padding: 25px;
  }

  .testimonial-content {
    padding-left: 1rem;
  }
}



 .footer {
  font-family: Outfit;
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #080F17;

}

.footer .subscribe-form {
  font-family: Outfit;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer .subscribe-form input {
  padding: 12px;
  border-radius: 7px; /* Smooth corners */
  border-color: #585858;
  background-color: #342f2f; 
  font-size: 16px; 
  width: 300px;
  box-sizing: border-box;
  color: #585858;
  
}

.footer .subscribe-form button {
  padding: 12px 20px; 
  border-radius: 7px; 
  background-color: #3dd560; 
  font-size: 16px; 
  cursor: pointer; 
  margin-right: 10px;
  
 
}
.footer .socials a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

.footer .socials a:hover {
  text-decoration: underline;
}

.footer p {
  margin: 10px 0 0;
  font-size: 0.9em;
}