* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Manrope-Regular', sans-serif;
    color: #333333;
    font-size: 18px;
    /* color: #000 */
  }
  .semi_bold{
    font-family: 'Manrope-SemiBold', sans-serif !important;
  }

  .medium{
    font-family: 'Manrope-Medium', sans-serif !important;
  }

  /* body {
    font-family: 'Arial', sans-serif;
    background: #222;
    color: #fff;
  } */
  
  .header_container {
    /* width: 90%; */
    /* max-width: 1200px; */
    margin: auto;
  }
  
  /* header {
    background: linear-gradient(to bottom, #1a1fcb, #222dcf);
    padding: 20px 0;
    
  } */
  
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  
  .logo {
    margin: auto auto auto 0 ;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
  }
  
  nav li {
    margin: auto;
  }

  nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
  }
  
  nav a:hover {
    opacity: 0.8;
  }
  
  .btn {
    background: white;
    color: #222dcf;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .hero {
    background: linear-gradient(to bottom, #222dcf, #1a1fcb);
    padding: 60px 0;
  }
  
  .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  
  .images {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .images img {
    max-width: 150px;
    height: auto;
  }

  .carousel {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

.carousel-fade .carousel-inner .item {
  /* opacity: 0; */
  /* transition-duration: .6s; */
  /* -webkit-transition-property: opacity;
  transition-property: opacity; */
  transition: opacity ease-out .5s;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;

}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} 


.carousel-fade .carousel-control {
  z-index: 2;
}


.item:nth-child(1) {
  background: transparent;
}
.item:nth-child(2) {
  background: transparent;
}
.item:nth-child(3) {
  background: transparent;
}

.item:nth-child(4) {
  background: transparent;
}

.item:nth-child(5) {
  background: transparent;
}

.animated-link a:not(.link-button) {
  position: relative;
  display: inline-block;
}

.animated-link a:not(.link-button):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  bottom: -3px;
  border-radius: 50px;
  transform: scaleX(0);
  transition: transform .3s linear;
  top: calc(50% + 12px);
}

.banner_txt{
  /* top: 644px; */
  /* left: 80px; */
  line-height: 100%;
  letter-spacing: -2%;
  color: #fff;
  line-height: 100%;
  font-size: 100px;
}

.carousel-inner {
  display: flex;
  /* width: 200vw;  */
  height: calc(100vh + 50px);
  transition: transform 1s ease-in-out;
}

.item {
  flex: 1 0 100%;
  height: calc(100vh + 50px) !important;
}

.item img {
  /* width: 100% !important;
  height: calc(100vh + 100px) !important;
  object-fit: cover; */

  position: absolute;
  right: 0;
  top: 0;
  height: calc(100vh + 50px) !important;
  object-fit: cover;
  width: 100% !important;

  max-width: none !important
}

.carousel-loop {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  padding: 50px 0 0 0;
  
}

.carousel-track {
  display: inline-block;
  white-space: nowrap;
  /* align-items: center; */
  /* gap: 80px; */
  animation: scrollLoop 40s linear infinite;
}

.carousel-track img {
  margin: 0 30px;
  vertical-align: middle;
  /* width: auto !important; */
  /* height: auto; */
  /* padding: 10px; */
  /* flex-shrink: 0; */
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sector_box{
  display: flex;
  gap:8px;
  position: absolute;
  top:220px;
  padding:100px 16px 32px 16px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333333 100%);
  height: calc(100% - 220px);
}

.d-flex{
  display: flex;
}
.m-0{
  margin: 0;
}
.f_direction_column{
  flex-direction: column;
}

.services{
  width: 405px;
  height: 540px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.works{
  cursor: pointer;
}

.works_img_container{
  height: 350px;
  overflow: hidden;
}

.services_img{
  transition: transform 0.3s ease;

}
.works_img{
  transition: transform 0.3s ease;

}

.works:hover .works_img{

  transform: scale(1.05);
}

.works:hover .works_txt{
  color: #006BB3 !important
}

.services:hover .services_img{
  transform: scale(1.05);
}

.lets_talk_btn{
  /* height: 64px; */
  font-size: 18px;
  border-radius: 0px;
  padding: 12px 32px;
  color: rgba(51, 51, 51, 1);

  transition: all 300ms ease-out;

}

.view_all_btn{
  transition: all 300ms ease-out;
}
.view_all_btn:hover{
  background: #006BB3 !important;
  color: #fff !important;

}

.lets_talk_btn:hover{
  background-color: rgba(176, 225, 228, 1) !important;

}
.underline-link:hover,
.underline-link.active {
  color: #fff !important;
  opacity: 1 !important;
}
.underline-link {
  position: relative;
  color: #fff;
  text-decoration: none !important;
  display: inline-block;
  padding-bottom: 4px; /* optional spacing */
}

.underline-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 24px;
  height: 1.5px;
  background:#B0E1E4;
  /* border: 1.5px solid #B0E1E4 */
  /* background: rgba(0, 107, 179, 1); */
  transition: transform 0.3s ease;
}

.underline-link:hover::after,
.underline-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.scroll-section {
  /* max-width: 800px;
  margin: 0 auto; */
  font-size: 32px;
  line-height: 140%;
  overflow: hidden;
}

/* .view_all_btn:hover img {
  background-image: url('/new_home/img/arrow-up-right-white.png');
} */

.icon-hover {
  display: none;
}

.view_all_btn:hover .icon-default {
  display: none;
}
.view_all_btn:hover .icon-hover {
  display: inline;
}

.line,.line2,.line3, .line4, .line5, .line6, .line7, .line8, .line9, .mobile_line {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(to right, #333333 100%, #333333 100%);

  /* background-image:linear-gradient(to right, rgba(211, 211, 211, 1) 100%, 
  rgba(211, 211, 211, 1) 70%, 
                                    rgba(15, 15, 15, 1) 50%, 
                                    rgba(15, 15, 15, 1) 0%); */

  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left;
  -webkit-background-clip: text;
  /* color: transparent; */
  color: #0000001f;
  /* color:#ccc; */
 
}

.line::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  clip-path: inset(0 100% 0 0); /* hidden initially */
  transition: clip-path 0.3s ease;
}

.say-hello-link {
  text-decoration: none !important;
  color:#006BB3;font-size: 48px;cursor: pointer;

  transition: all 0.3s ease-out;
}

.say-hello-link .arrow-icon{
  transition: all 0.3s ease-out;

}

.say-hello-link:hover {
  color: black !important;
}

.say-hello-link:hover .arrow-icon {
  filter: brightness(0); /* makes image appear black */
}

@media all and (max-width: 480px) {

  .social_icons{
    width: 128px !important
  }
  .works{
    width:100% !important;
    gap: 12px !important;
  }

  .banner_txt{
    font-size: 64px !important;
  }

  .featured_work_container{
    padding: 40px 24px !important ;
    flex-direction: column;
    gap:32px;
  }

  .featured_work_title{
    font-size: 36px !important;
  }

  .view_all_container{
    margin: 0 !important;
  }

  .works_img_container{
    height: auto !important;
  }

  .works_container{
    flex-direction: column;
  }

  .featured_works{
    padding:32px 24px 24px 24px !important
  }
  .sector_container{
    flex-direction: column;
    gap:8px !important
  }
  
  .sector_box{
    top: 116px !important;
    height: calc(100% - 116px) !important;
  }

  .services_container{
    flex-direction: column;
    height: auto !important;

  }

  .services{
    height: 460px !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .services_img{

    height: 460px !important;
    width: 100% !important;
  }

  .services_div{
    padding:40px 24px 80px 24px !important
  }

  .capabilities_section{
    padding: 80px 24px !important;
  }

  .capabilities_title{
    font-size: 36px !important;
  }
  .capabilities_container{
    flex-direction: column;
    gap:32px;
  }
  .capabilities{
    width: 100% !important;
    flex: auto !important;
  }
  .footer{
    padding: 60px 24px !important;
  }
  .footer_container{
    flex-direction: column;
    gap:24px;
  }
  .footer_logo{

    flex-direction: column;
    gap: 32px;
  }

  .allrights_text{
    margin: 0 !important;
  }

  .linkedin_logo,.ig_logo,.arrow-icon{
    height: 48px !important;
    width: 48px !important;
  }

  .got_project_text ,.say-hello-link{
    font-size: 36px !important;
  }
  .social_icons{
    gap: 24px !important
  }
  .social_icons_container{
    justify-content: start !important;
  }
  .footer_img_logo{
    width: 131px !important;
  }

  .lets_talk_btn{
    background-color: rgba(0, 107, 179, 1);
    color: #fff !important;
    position: absolute;
    bottom: 100px;
    height: 64px;
    padding: 16px 32px;
    left: 24px;
    right: 24px;
  }
}

#nav-menu.show {
  display: block;
}

.menu_link{
  font-size: 36px;
  line-height: 120%;
  color: rgba(176, 225, 228, 1);
  text-decoration: none !important;
}
.menu_link.active{
  color: rgba(0, 107, 179, 1);

}
.hidden_menu{
  display: none;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;           /* original height */
  background: transparent;
  transition: transform 0.3s ease, height 0.3s ease;
  z-index: 1000;
}

.site-header.hidden {
  transform: translateY(-120px); /* hide above viewport */
}

.site-header.shrink {

  position: fixed;
  height: 100px;
  /* background: #FFFFFFD9 !important; */
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0) 100%)!important ;
}



.site-header-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;           /* original height */
  background: transparent;
  transition: transform 0.3s ease, height 0.3s ease;
  z-index: 1000;
}

.site-header-mobile.hidden {
  transform: translateY(-80px); /* hide above viewport */
}

.site-header-mobile.shrink {
  height: 80px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0) 100%)!important ;
}


.ig_logo_btn,.linkedin_logo_btn {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
}

.ig_logo_btn .ig_logo{
  position: absolute;
  top:0;
  left:0;
  transition: opacity 0.3s ease-out;
}

.linkedin_logo_btn, .linkedin_logo {
  position: absolute;
  top:0;
  right: 0;
  transition: opacity 0.3s ease-out;
}

.ig_logo_btn .default, .linkedin_logo_btn .default {
  opacity: 1;
  z-index: 1;
}

.ig_logo_btn .hover, .linkedin_logo_btn .hover {
  opacity: 0;
  z-index: 2;
}

.ig_logo_btn:hover .default, .linkedin_logo_btn:hover .default {
  opacity: 0;
}

.ig_logo_btn:hover .hover, .linkedin_logo_btn:hover .hover {
  opacity: 1;
}