 
 /*    .header {
    
	  background-image: url("../images/Rectangle-79.png"); 
	  background-size: cover;    
  background-position: center; 
  background-repeat: no-repeat;
  color:white;
	 min-height: 100vh;
	 object-fit: cover;
    padding: 10px 50px;
    } */
	
	header.header {
    position: absolute;
    width: 100%;
}
	.hero-section {
    background-image: url(../images/Rectangle-79.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 100vh;
    object-fit: cover;
    padding: 10px 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
    
    .hero-section {
      padding-top: 100px;
    }
    
    .hero-section h1 {
      font-size: 96px;
      font-weight: 300;
    }
    
    .hero-section h1 strong {
      font-weight: 700;
    }
	
	.lead {
    font-size: 24px;
    font-weight: 400;
}
    
    .btn-primary-custom {
		display: inline-block;
      background-color: #acff64;
      border:none;
      padding: 15px 25px;
    border-radius: 30px;
	color: #000;
	line-height: 18px;
	font-size: 22px;
    }
	.btn-outline-custom:hover{
	background-color: #FFFFFF;
    color: #61CE70;
	}
    
    .btn-outline-custom {
         background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 11px 20px 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;

    }
    .user-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px 15px 8px 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}
.user-icon:hover {
    background-color: #FFFFFF;
    color: #61CE70;
}
a.nav-link {
    font-size: 22px;
    color: #fff;
	font-weight:400;
}
 /*   .company-box {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    
    .company-box:hover {
      transform: translateY(-5px);
    } */
    
    .portfolio-item {
      position: relative;
      overflow: hidden;
      
    }
    
    .portfolio-item img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    
    .portfolio-item:hover img {
      transform: scale(1.05);
    }
    
    .overlay_content {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      /* background: linear-gradient(transparent, rgba(0,0,0,0.8)); */
	  background:#0e4500;
      color: white;
      padding: 20px;
     /*  transform: translateY(100%); */
      transition: transform 0.3s ease;
    }
	.overlay h3{
    font-size: 36px;
	font-weight:600px;
}
    
    .portfolio-item:hover .overlay {
      transform: translateY(0);
    }
    .astronaut h2 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    line-height: 84px;
}
 .astronaut p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}
    .astronaut {
      background: #000;
    }
    
    .service-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    
    .service-card:hover {
      transform: translateY(-5px);
    }
    
    .service-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    
    .cta-section {
    background: #1c1c1c;
    color: white;
}
section.cta-section h2 {
    font-size: 83px;
    font-weight: 400;
    line-height: 79px;
    margin-bottom: 30px;
}
    
    .transformation-section {
      background: #f8f9fa;
    }
   footer {
    background: #1c1c1c;
    color: white;
}
.cta-section button.btn.btn-outline-custom {
    background: #ACFF64;
    font-size: 25px;
    color: #0E4500;
    border: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    line-height: 22px;
    padding: 12px 40px 12px 20px;
    cursor: pointer;
    gap: 78px;
}
.cta-section button.btn.btn-outline-custom:hover{
	background-color:#000;
	color:#ACFF64;
	
}

hr {
   
    color: #fff;
    border: 0;
    border-top: 2px solid;
	    opacity: 1;
   
}
    .social-icons a {
      color: #fff;
      font-size: 25px;
      margin: 0 10px;
      transition: color 0.3s ease;
	  
    }
	
	.social-icons {
    display: flex;
    float: right;
    gap: 30px;
}
    
    .social-icons a:hover {
      color: #e74c3c;
    }
	
	a.nav-link {
    font-size: 22px;}
	
	/* Company Section */
    .company-section {
      background-color:#316424;
      
    }

    .company-box {
      font-size: 30px;
      font-weight: 600;
	  color: #fff;
    }

    .company-box i {
      font-size: 24px;
    }

    .company-content {
      background-color: var(--primary-green);
    }

    .company-content h2 {
      font-size: 23px;
      color: var(--dark-green);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0;
    }
	
	section.py-4.content{
	background-color:#acff64;	
		
	}
	h2.text-center {
    font-size: 23px;
    color: #0e4500;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
}
.text-center.mb-5 h2
 {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}

.form-control {
    border-radius: 30px;
  
}
footer button.btn {
	padding: 12px 25px;
    background-color: #acff64;
    color: #0e4500;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
}
footer h3

 {
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

.card-body {
    background-color: #000;
    color: #fff;
	padding:20px 25px;
}
.card-body h5.card-title {
    font-size: 22px;
}
.card-body a.text-decoration-none {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    justify-content: space-between;
}
.card-body p {
    margin-top: 19px;
}

ul.list-unstyled li {
    
    padding-top: 10px;
}
.reserved {
    text-align: right;
}
.container.reserved {
    padding: 40px 0;
}



/*Responsive */
	@media (max-width: 770px) {
		.hero-section h1 {
   font-size: 58px;
        font-weight: 400;
        line-height: 62px;
}

.hero-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
}
.btn-primary-custom {
font-size: 16px;

        margin-bottom: 20px;	
}

	}
	
	
	
	@media (max-width: 770px){
	.header{
		max-width:100%;
		width:100%;

	}	

.hero-section h1 {
   font-size: 32px;
        font-weight: 400;
        line-height: 32px;
}	
.hero-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
}
		
	}



@media screen and (max-width:767px)
{
/* 	.header {
    min-height: 40vh;

} */
.company-section  .col-lg-2.col-md-6.mb-3.mb-lg-0.col-xs-6 {
    width: 50%;
}
	.hero-section {
    min-height: 40vh;
	padding-left: 10px;
	padding-right:10px;

}
h2 {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 40px;
}
section.py-4.content h2 {
    font-size: 18px !important;
    line-height: 26px;
}
.company-box {
    font-size: 23px !important;
}
.astronaut h2 {

    line-height: 44px !important;
}
.card-body a.text-decoration-none {

    font-size: 17px !important;

}
section.cta-section h2 {

    line-height: 44px !important;

}
}