body, html,main {
    height: 100%;

     font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}
.line-h{line-height: 1.6em;}
.main-heading{
  font-size: 2.8rem;
    font-weight: 600;
}
.font-w{
  font-weight: 600;
}
.footer-heading{
  font-size: 1.4rem;
    font-weight: 600;
}
.navbar-nav .nav-link{
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
}

.navbar-nav .nav-link.active{
   
    
    border-bottom: 1px solid white;
    border-radius: 0px;}

header{
      position: absolute;
    z-index: 100;
    width: 100%;
    padding-top: 30px;
}

.hero-image {
 
 min-height: 86vh;


  
  
  background-size: cover;
  position: relative;

   

   overflow: hidden;
}


.hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/home/hero.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;

    animation: heroZoom 12s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 67%;
    left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}
.hero-text h1{
  font-size: 4rem;
    font-weight: 600;
}
.hero-text p{word-spacing: 3px;
    font-size: 1.2rem;}

.car-body-link{
  text-decoration: none;
    color: black;
    background: #c1c1c1;
    min-height: 15vh;
}

.custom-btn{
  background-color: #041763;
    border: none;
    padding: 1.2rem 2.004rem;
    border-radius: 0px;
}

.bg-companie{background-color: #c1c1c1;}

* {box-sizing:border-box}


.slideshow-container {

  position: relative;
  margin: auto;
}


.mySlides{
      width: 1100px;
    height: 500px;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}




.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.project-gallery-container
{
  display: flex;
  width: 100%;
  overflow: hidden;
}


:root {
  --slide-width: 70%; 
  --gap: 20px;
}
.container-slider{
  position: relative;
      padding-left: 0px!important;
    padding-right: 0px!important;
}
.controls{position: absolute;
top:50%;
width:100%;
}
.next-slide{
 right: 20px;
    position: absolute;
}
.slider-container {
  width: 100%;
  overflow: hidden; 
  position: relative;
  display: flex;
  justify-content: center;
}

.slider-wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: var(--gap);
  padding: 0 15%; 
  
  
  transform: translateX(0); 
  transition: transform 0.4s ease-in-out;
}

.slide {
  height: 90vh;
  background: #3498db;
 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  user-select: none;
  width: 210vh;
  min-height: 75vh;
}


.btn-slide {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: rgb(4 23 99 / 61%);
    color: white;
  cursor: pointer;
  transition: 0.3s;
}

.fa-2{
  font-size: 2em!important;
  margin-right: 0.6em;
}


.color-1 { background-image:url("../img/home/project1.jpg");background-size: cover; }
.color-2 { background-image:url("../img/home/project2.jpg");background-size: cover; }
.color-3 { background-image:url("../img/home/project3.jpg");background-size: cover; }

.container-text-content{
 width: 35%;
 min-width: 19%;
    padding: 10px;
    background-color: rgba(216, 216, 216, .6);
    color:black;
    margin:auto;
}
.container-text-content p{
  font-size: 1.4rem;
}

.container-text-content h2{
  font-size: 2.6rem;
}

.custom-bg-footer{
   background: linear-gradient(-45deg, #5c637f, #7882a7, #041763, #7a8cd7);;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.hero-image-internal{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/home/hero-internal.jpg);
    min-height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}


.nav-pills .nav-link.active{
   color: black;
    background: none;
    border-bottom: 1px solid black;
    border-radius: 0px;}

.nav-pills .nav-link{
  color: black;
}

.nav-pills .nav-link:hover{
  border-bottom: 1px solid black;
    border-radius: 0px;
}


.nav-pills .nav-item{
  margin-right: 5px;
}

.service-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

.about-img {
    width: 100%;
    max-width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.bg-companie{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.accordion-button {
  &:not(.collapsed) {
    background-color: #041763;
    color: white;
box-shadow: none;
    &::after{background-color: #020a2b;}
  }
}
.lading-img{
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 8px;
}
.dropdown-item.active{
  background-color: #041763;
}

.hero-text-landing{
      width: 80%;
      top: 60%;
}
.hero-text-landing h1{    font-size: 1.8rem;}




.cta-section {
      background: linear-gradient(135deg, #283c8f, #182c7d);
  color: #fff;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.cta-text {
  font-size: 1.2rem;
  opacity: 0.9;
}

.cta-btn {
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #fff;
  color: #0d6efd;
  border: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #f8f9fa;
  color: #0b5ed7;
  transform: translateY(-2px);
}



@media only screen and (max-width: 480px) {
  .navbar:has(.show){
    background-color: #c1c1c1!important;
  }
  .controls{
    top: 90%;
  }
  .container-text-content{
    width: 50%;
  }
  .slide{
    width: 90vh;
    height: 80vh;
  }
  footer{padding: 0px !important;}
}
