body{
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

/* <!-- fonts start--!> */
  @font-face {
    font-family: "font1";
    src: url(fonts/Lexend-Bold.ttf);
  }
 @font-face {
    font-family: "font2";
    src: url(fonts/Lexend-Medium.ttf);
 }
  @font-face {
    font-family: "font3";
    src: url(fonts/Lexend-Regular.ttf);
  }
  @font-face {
    font-family: "font4";
    src: url(fonts/Gellix-Light.ttf);
  }
  @font-face {
    font-family: "font5";
    src: url(fonts/Gellix-Medium.ttf);
  }
  @font-face {
    font-family: "font6";
    src: url(fonts/Gellix-Regular.ttf);
  }
  @font-face {
    font-family: "font8";
    src: url(fonts/Gellix-SemiBold.ttf);
  }
  @font-face {
    font-family: "font7";
    src: url(fonts/Gellix-Bold.ttf);
  }

/* <!-- fonts end--!> */
 /* <!-- whatsapp start--!> */
 .wt{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 35px;
  right: 25px; 
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
/* <!-- whatsapp end--!> */
/* <!-- Start to & Nav section--!> */

  #tptxt:hover {
    color: #FE0000; 
  }

  .z5 button {
    background: #fff;
    color: #FE0000 !important;
    border: 2px solid #000000 ;
    font-family: 'font7';
    height: 2.5rem;
    width: 14rem;
    border-radius: 8px;
  }
  
  .z5 button:hover {
    font-family: 'font8';
    background: #000000;
    border: 2px solid  #FE0000  ;
    color: #ffffff !important;
    height: 2.5rem;
    width: 14rem;
    border-radius: 8px;
    padding: 3px;
  }
  
  .z3:hover {
    color: #FE0000;
  }

  .z113 {
   
    font-size: 19px;
    color: #000000;
    font-family: 'font8';
 
  }

  .z113:hover {
    color: #FE0000;
  }
  
  .btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
  }
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    padding: 25px 15px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #000000;
    font-family: 'font8';
    text-transform: uppercase;
  }
  
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #FE0000;
  }
  
  @media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
      padding: 10px 0;
      text-align: center;
    }
    
    .navbar-nav {
      border-top: 1px solid #EEEEEE;
    }
    
    .z5 {
      display: block !important;
      text-align: center;
      margin: 1rem 0;
    }
    
    .z5 button {
      width: 100%;
      max-width: 14rem;
    }
  }
  
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
    }
  
    .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
    }
  }
  
  @media (max-width: 767.98px) {
    .top-navbar .col-lg-4,
    .top-navbar .col-lg-8 {
      text-align: center !important;
      padding: 10px !important;
    }
    
    .top-navbar .d-inline-flex {
      justify-content: center;
      margin: 5px 0;
    }
  }

  /* <!-- end to & Nav section--!> */ 


  /* Home Section */
.static-slider10 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 10% 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Video Background */
.static-slider10 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Container */
.static-slider10 .container {
  position: relative;
  z-index: 1;
}
.highlight-text {
  font-size: 1.9rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(130, 73, 73, 0.7);
  background: linear-gradient(45deg, #000000, #FE0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* Badge */
.custom-badge {
 color: #FE0000;
  font-size: 1.2rem;
 
}

/* Title Styling */
.static-slider10 .title {
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.2rem;
}

/* Buttons */
.custom-btn {
  background: #FE0000;
  border: 2px solid black;
  color: white;
  padding: 14px 40px;
  font-size: 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background: black;
  color: white;
  border: 3px solid #FE0000;
}

/* Responsive Font Sizes */
@media (max-width: 1200px) {
  .static-slider10 .title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .custom-badge {
    font-size: 1rem;
  }
  .custom-btn {
    font-size: 1rem;
    padding: 12px 35px;
  }
}

@media (max-width: 992px) {
  .static-slider10 .title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .custom-btn {
    font-size: 1rem;
    padding: 10px 30px;
  }
}

@media (max-width: 768px) {
  .static-slider10 .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .custom-badge {
    font-size: 0.9rem;
  }
  .custom-btn {
    font-size: 0.9rem;
    padding: 8px 25px;
  }
}

@media (max-width: 576px) {
  .static-slider10 .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .custom-badge {
    font-size: 0.8rem;
  }
  .custom-btn {
    font-size: 0.8rem;
    padding: 7px 20px;
  }
  #clsabt1{
    display: none;
  }
  .highlight-text{
    font-size: 23px !important;
  }
  .serv1234{
    margin-top: -3rem;
  }
  #abtwh12{
    margin-top: -1.9rem;
  }
  #abtwh12 h2{
  text-align: center;
  }
  .abtbtn12{
    justify-content: center;
  }
  .protmd123{
    margin-top: -1rem;
  }
  .fotct12{
    margin-top: -5rem;
  }
  .footer-links{
    text-align: center;
  }
.fotct123{
  display: none;
}

}



.serv123 {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

.service-track {
  display: flex;
  animation: moveTrain 10s linear infinite;
}

.service-item {
  width: 250px;
  height: 300px;
  margin: 0 15px;
  border: 2px solid #f6480b;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  background-color: #222;
  flex-shrink: 0;
}

.service-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-item a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

/* Hover Effects */
.effect:hover {
  transform: scale(1.1);
}

.service:hover .service-track {
  animation-play-state: paused;
}

/* Keyframes for continuous scrolling */
@keyframes moveTrain {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-100%);
  }
}

/* Box Styling */

/* START ABOUT SECTION */
.atb12 h1 {
  background-image: url("assests/fiiiire.jpg");
  background-position: center;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.mlk1 {
  font-family: 'font7';
  color: white;
  border: none;
}

.btn:hover {
background-color: #000000;
color: #ffffff !important;
border: 2px solid #FE0000 !important;

}

/* END ABOUT SECTION */


/* START PROJECT SECTION */

.card {
  overflow: hidden;
  position: relative;
}

.card-img-top {
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.1);
 
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.card:hover .overlay {
  opacity: 1;
  border: 3px solid #FE0000;
}

.card-body {
  position: relative;
  z-index: 2;
}

.card img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* END PROJECT SECTION */

/* CTA  START*/
.info-container { background-size: cover; position: relative; }
.overlay-bg { background: rgba(0, 0, 0, 0.6); }
.highlight-text { font-size: 2rem; font-weight: bold; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); background: linear-gradient(45deg, #ffffff, #FFD700); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.action-btn {background: linear-gradient(20deg, #ffffff, #FFD700); color: #000000;     font-size: 16px; width: 12rem; height: 3rem; border-radius: 5px; font-family: 'font7'; transition: all 0.3s; }
.action-btn:hover { background: #000000 !important; border: 2px solid #FC7605; color: #fff !important; }
/* CTA END */


/* Why Choose Start */

.custom-card {
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(128, 128, 128, 0.1);
  border-radius: 12px;
}
.custom-card:hover,
.custom-card:active {
  transform: scale(1.03);
}
.icon-style {
  font-size: 3rem;
  color: #0d6efd;
}

/* Why Choose End */


/* FOOTER SECTION START*/

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links a:hover {
  color: white;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background-color: white;

  margin-right: 10px;
  font-size: 16px;
}

.footer {
  padding: 100px 20px 40px;
  background-color: #0c1524;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.footer-links h6{
  color: #FE0000;
  font-family: 'font7';
  font-size: 23px;
  margin-bottom: 1.5rem;
}
.footer-links a{
font-family: 'font5';
  font-size: 16px;
  
}
.footer-links {
  position: relative;
}







.footer-links .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.footer-links .dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #ffffff99;
  text-decoration: none;
  padding: 0px 74px 0px 0px;
}

.footer-links .dropdown i {
  
  transition: transform 0.3s ease;
}

.footer-links .dropdown:hover i {
  transform: rotate(180deg);
}

.footer-links .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px;
  border-radius: 5px;
  top: 100%;
  left: 0;
}

.footer-links .dropdown:hover .dropdown-content {
  display: block;
}

.footer-links .dropdown-content a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
}

.footer-links .dropdown-content a:hover {

  color: #FE0000;
  font-family: 'font8';
}
.footer-links .dropdown-content a{

  font-family: 'font8';
}
.footer-links .dropdown-content{
border: 3px solid #FE0000;
}

/* FOOTER SECTION END*/
