@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
}

header{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    /*padding: 15px 120px;*/
    transition: 0.5s ease;
}

header .navigation{
    position: relative;

}

header .navigation .navigation-items a{
    position: relative;
    color:  #fff;
    font-size: 1.2em;
    margin: 20px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: 0.3s ease;
}

header .navigation .navigation-items a:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;  
  transition: 0.3s ease;
}
header .navigation .navigation-items a:hover:before{
    width: 100%;
}

section{
    padding: 100px 200px;
}

.Home{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #051826;

}

.Home::before{
    z-index: 777;
    content: '';
    position: absolute ;
    background: rgba(63, 73, 90, 0.181);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;






}

.Home .content{
    z-index: 888;
    color: #fff;
    width: 70%;
    margin-top: 50px;
    display: none;
}


.Home .content.active{
    display: block;
}

.Home .content h1{
   
    font-size:3em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 55px;
    margin-bottom: 40px;
}

.Home .content h1 span{
    font-size: 1.2em;
    font-weight: 600;
}

.Home .content p{
    margin-bottom: 65px;
}

.Home .content a{
    background: #fff;
    padding: 15px 35px;
    color: #1680ac;
    font-size: 1.1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 2px;
}

.Home .media-icons{
    z-index: 888;
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;

}

.Home .media-icons a{
    color: #fff;
    font-size: 1.6em;
    transition: 0.3s ease;
}

.Home .media-icons a:not(:last-child){
    margin-bottom: 20px;
}

.Home .media-icons a:hover{
    transform: scale(1.3);
}

.Home video{
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;


}


.slider-navigation{
    z-index: 888;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(80px);
    margin-bottom: 12px ;


}

.slider-navigation .nav-btn {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease;

}

.slider-navigation .nav-btn .active{
    background: #2696e9;

}

.video-slide{
    position: absolute;
    width: 100%;
    clip-path: circle(0% at 0 50%);


}

.video-slide.active{
    clip-path: circle(150% at 0 50%);
    transition: 2s ease;
    transition-property: clip-path;

}


.slider-navigation .nav-btn:not(:last-child){
    margin-right: 20px;

}

.slider-navigation .nav-btn:hover{
    transform: scale(1.2);
}

@media (max-width: 1040px){
    /*header{*/
  
    /*    padding: 12px 20px;*/
    /*}*/
section{
    padding: 100px 20px;
}

.Home .media-icons{
    right: 15px;
}

header .navigation {
   
display: none ;
}

header .navigation.active {
   
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
}

.menu-btn{
    background: url(image/menu.png)no-repeat;
    
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
}

.menu-btn.active{
    z-index: 999;
    background: url(image/close.png)no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;

}

header .navigation .navigation-items a{
    
    color:  #222;
    font-size: 1.2em;
    margin: 20px;
    
    
}

header .navigation .navigation-items a::before{
    background: #222;
    height: 5px;

}

header .navigation.active .navigation-items{
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0.5px 25px rgb(1, 1, 1/ 20%);

}

}

 
    .section-title {
      text-align: center;
      margin: 20px 0 40px;
      font-size: 36px;
      color: #333;
    }
    .card {
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);   
      border: none;
      border-radius: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    
    }
    .card:hover {
     
      background: #dcad1e3d;
     
    }
   
    .card-title {
      font-size: 20px;
      font-weight: 500;

    }
    .card-text {
      font-size: 15px;
      color: #555;
    }
    .bgColor{
    background:#aa9f9f17;
    }
    
   
    .accordion.faq-custom {
        --bs-accordion-active-bg:#dcad1e3d;
    /*--bs-accordion-active-bg:#d7871c54;*/
    --bs-accordion-active-color: #333;
    --bs-accordion-btn-focus-box-shadow: none
 
  }
  
  .accordion-body {
      background: #dcad1e1a !important;
      /*background: #f2d7b44a !important;*/
  }
   .icon-box {
      padding: 20px;
      background: #fff;
      border:2px solid #333;
      border-radius: 10px;
      box-shadow: 2px 0 10px rgba(0,0,0,0.05);
      transition: all 0.3s ease-in-out;
    }

   .icon-box:hover {
      border:5px solid rgb(218, 37, 29);

}
  .marquee-wrapper {
    height: 60px;
  }

  .marquee {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll-left 25s linear infinite;
  }

  .client-item {
    font-weight: 600;
    font-size: 1.2rem;
    color: #907e7e;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

/* Base navbar styles */
.custom-navbar {
  background-color: transparent; /* You can change to #000 if you want a solid background */
  z-index: 999;
  transition: 0.5s ease;
}

.navigation-items .nav-link {
 color:#fff;
  font-size: 1.2em;
  font-weight: 500;
  position: relative;
  margin-left: 30px;
  transition: 0.3s ease;
  padding: 0; /* remove Bootstrap default padding if needed */
}
.navigation-items .nav-link:hover {
     color:#fff;}
     
/* Underline hover effect */
.navigation-items .nav-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: rgb(218, 37, 29);
  transition: 0.3s ease;
}

.navigation-items .nav-link:hover::before {
  width: 100px;
}

/* Responsive padding */
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 200px;
    padding-right: 200px;
  }
}
/* Default transparent navbar */
.custom-navbar {

  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Scrolled state */
.custom-navbar.scrolled {
  background-color: #fff; /*rgb(47 49 51 / 85%);  Change this to your desired color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
   .custom-navbar.scrolled  .navigation-items .nav-link{
         opacity:100%;
         color:#333;
   }
  .custom-navbar.scrolled .navigation-items .nav-link::before {
 background-color:rgb(218, 37, 29);

}     
  a:hover,a:focus{
text-decoration: none;
outline: none;
}

@media (max-width: 991.98px) {
    .custom-navbar {
        background: #FFFFFF;
    }

    .navbar .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navigation-items .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark);
    }

    .navigation-items .nav-link:hover,
    .navigation-items .nav-link.active {
        color: var(--primary);
    }

    
}
