html {
  scroll-behavior: smooth;
}


body{
margin:0px;
font-family: "Quicksand", sans-serif;
overflow-x: hidden;
scroll-snap-stop: always;

}
.btn-learn-more {
font-family: "Quicksand", sans-serif !important;
font-weight:500;
}
.card-1
{
display: flex;
flex-direction: row;
background-repeat: no-repeat;
object-fit: contain;
background-size: cover;
/*width:100vw;*/
height:76vh;
/*height:94vh;*/
}
.content
{
display: flex;
flex-direction: column;
margin-left:13vw;
margin-top: -2vh;
}
.firstNavbar{
  display: none;
}

.logo {
display: flex;
flex-direction: row; /* Center the logo text */
align-items: center;
width: 100%;
position: relative;
}

.logo_img {
width: 7vw;
height: 7vw;
margin-left: -1.5vw;
}

.logo h5 {
color: #170f5f;
font-size: 1.5vw;
margin-left: -50vw;
text-align: center; 
flex-grow: 1; 
}

.nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 2.5vw;
color:  #170f5f;
font-size: 1vw;
border-bottom: 1px solid  #170f5f56;
border-top: 1px solid  #170f5f56;
margin-top: -0.8vw;
height: 6vh;
width: 75vw;
position: relative; 
}

.nav a {
text-decoration: none;
color: #170f5f;
position: relative; 
font-weight: 480;
transition: all 0.3s ease;
cursor:pointer;
}

.nav a:hover, .nav a.active {
font-weight: bold; 
}

.nav a::after {
content: "";
position: absolute;
bottom: -1.8vh; 
left: 0;
width: 100%;
height: 4px;
background-color: #170f5f;
transform: scaleX(0); 
transform-origin: bottom right;
transition: transform 0.3s ease; 
}

.nav a:hover::after, .nav a.active::after {
transform: scaleX(1);
transform-origin: bottom left;
}

.nav-links {
display: flex;
flex-direction: row;
color:  #170f5f;
gap: 3vw;
}

.nav-toggle {
display: none;
background: none;
border: none;
color: #170f5f;
font-size: 0.8vw;
cursor: pointer;
}


.who
{
display: flex;
flex-direction: row;
gap:6vw;
 margin-top: 1vw; 
}
.cont-1
{
width:40vw;
padding-top: 1vw;
}
.cont-1 h2{
color: #170f5f;
font-size:3.3vw;
font-weight: 500;
margin:0;
}
.cont-1 p{
color: #3C3C3C;
font-size:1.2vw;
letter-spacing: -0.09px;
font-weight: 450;
/*line-height:1.9vw;*/
}
.circle
{
border-radius: 50%;
width: 30vw;
height: 30vw; 
/*border:2px solid #170f5f52;*/
display: flex; /* Added to center the carousel inside the circle */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */

}
.cont-1 button {
color: #170F5F;
border: 1px solid #170F5F;
background-color: #fcfcfc;
margin-top: 1vw;
padding: 1vw;
border-radius: 50px; 
font-size: 1vw;
transition: all 0.5s ease; 
}

.cont-1 button:hover {
color: #F4F7FF;
background-color: #170F5F;
border-color: #F4F7FF;
}
.cont-2
{
/*padding-top: -3vw;*/
margin-top:-1vw;
}

.carousel-container {
width: 40vw;  /* Set the container to fill the circle */
height: 40vw; /* Match the container size with the circle */
position: relative;
margin: auto;
overflow: hidden;
object-fit: cover;
border-radius: 50%; /* Fully rounded edges for a circular shape */
}

.carousel-slides {
position: absolute;
width: 100%;  /* Ensure the slides fit within the container */
height: 100%; /* Ensure the slides fit within the container */
opacity: 0;
transition: opacity 2s ease-in-out; /* Smooth fade transition */
}

.carousel-slides video {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures videos cover the container */
border-radius: 50%; /* Make videos circular */
}

/* Active slide (shown with full opacity) */
.active {
opacity: 1;
}



.carousel-slides:nth-child(1) {
animation: fadeAnimation 12s infinite;
}

.carousel-slides:nth-child(2) {
animation: fadeAnimation 12s infinite;
animation-delay: 4s;
}

.carousel-slides:nth-child(3) {
animation: fadeAnimation 12s infinite;
animation-delay: 8s;
}

.Logo Image{
width: 20vw;
height: 20vw;
}





.rect-3
{
display: flex;
flex-direction: row;
}
.rect-3 i{
color: #F9840D;
font-size: 1vw;
}
.rect-1,.rect-2,.rect-3{
background-color: #F4F7FF;
border-radius: 15px;

}
.head-1{
font-size:1vw;
color: #3354F4;
/* font-family: bold; */
}
.sub-head
{
font-size:0.8vw;
color: #9c9595;
margin-top:-0.8vw;
}
.rect-1{
position:absolute;
top:13vw;
left:76vw;
margin:0;
padding: 0.6vw;
padding-top: 0vw;
}
.rect-2{
position:absolute;
top:28vw;
left:80vw;
padding: 0.3vw;
padding-top:0vw;
padding-bottom: 0vw;
padding-right: 0vw;
display: flex;
flex-direction: row;
}
.rect-3{
position:absolute;
top:28vw;
left:58vw;
padding: 0.6vw;
}
.rect-img img
{
width:5vw;
height:8vh;
}


.container-2 {
width: 100vw;
display: flex;
justify-content: center;
margin-top: -5vw;
}

/* .card-2
{
background-image: linear-gradient(
rgba(255, 255, 255, 0.8), 
rgba(255, 255, 255, 0.8) 
), url("https://ik.imagekit.io/d9wt8plt0/openart-image_g8JpILr3_1726591122022_raw.jpg?updatedAt=1726598095554");
width:100vw;
height:70vh;
margin-top: 3vw;
background-repeat: no-repeat;
background-size: cover;
} */
.card-2 {
background-image: linear-gradient(
rgba(255, 255, 255, 0.8), /* semi-transparent white */
rgba(255, 255, 255, 0.8) /* semi-transparent white */
), url("https://ik.imagekit.io/d9wt8plt0/openart-image_KUNF7d-I_1726816428255_raw.png?updatedAt=1726897122158");

background-repeat: no-repeat;
background-size: cover;
background-position: center;
width: 100vw;
height: 83vh;
margin-top: 3vw;
box-sizing: border-box;
}


/* Card wrapper styling */
.card-wrapper {
max-width: 100vw;
margin: 0 60px 35px;
padding: 20px 10px;
margin-left: 6vw;
margin-top:5vh;
overflow: hidden;
position: sticky; /* For pagination positioning */
}

/* Swiper slide styling */
.card-list {
display: flex;
margin-left:-3.28vw;
padding-right: 2vw;
}

.card-list .swiper-slide {
padding: 0 1.5vh; /* Horizontal padding to create space between slides */
box-sizing: border-box; /* Ensure padding is included in the total width */
transition: transform 0.3s ease, opacity 0.3s ease;
}

.card-list .card-item {
list-style: none;
}

/* Card link styling */
.card-list .card-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1.8vh;
padding-left:1.3vh;
padding-bottom: 2.2vw;
user-select: none;
border-radius: 1.2vh;
text-decoration: none;
border: 2px solid transparent;
transition: 0.2s ease;
width: 100%;
transform: scale(0.5);
}

/* Hover effect for card links */
/* .card-list .card-link:hover {
border-color: #001A72; /* Hover border color */


/* Card image styling */
.card-list .card-link .card-image {
height: 25vh;
border-radius: 10px;
object-fit: cover;
margin-left: 0; /* Remove left margin */
}

/* Badge styling */
.card-list .card-link .badge {
width: fit-content;
padding: 0.8vh 1.6vh;
margin-top: 1.5vh;
margin-left: 0; /* Remove left margin */
font-size: 3vh;
border-radius: 50px;
font-weight: 500;
text-align: center;
}
.card-list .card-link .btn-1,
.card-list .card-link .btn-2,
.card-list .card-link .btn-3,
.card-list .card-link .btn-4,
.card-list .card-link .btn-5 {
margin-left: 0;
margin-top: -1vw;
}

.core-product {
margin-left: 0;
}

.card-list .card-link button {
color: #170F5F;
border: 1px solid #170F5F;
background-color: #fcfcfc;
margin-top: 2vw;
padding: 0.5vw;
border-radius: 50px; 
font-size: 0.7vw;
transition: all 0.5s ease;
margin-left: 0; /* Remove left margin */
}



.card-list .card-link button:hover {
color: #F4F7FF;
background-color: #170F5F;
border-color: #F4F7FF;
}

/* Card title styling */
.card-list .card-link .card-title {
color: #000;
font-size: 2.5vw;
font-weight: 600;
}

/* Card button styling */
.card-list .card-link .card-button {
height: 3.5vh;
width: 3.5vw;
color: #001A72;
margin: 0.3vh 0 0.5vh;
background: none;
cursor: pointer;
border-radius: 50%;
/* border: 2px solid #001A72; */
transform: rotate(-45deg);
transition: 0.4s ease;
}

/* Hover effect for card button */
.card-list .card-link:hover .card-button {
color: #fff;
background: #001A72;
}

/* Active slide styling */
.card-list .swiper-slide-active .card-link {
/* border-color: #001A72; Active border color */
transform: scale(1.3); /* Scale up active slide */
}

/* Adjacent slides styling */
.card-list .swiper-slide-prev .card-link,
.card-list .swiper-slide-next .card-link {
opacity: 0.7; /* Slightly dim previous and next slides */
transform: scale(0.69); /* Scale down adjacent slides */
border-color: transparent; /* Ensure no border color for adjacent slides */
}

/* Disable hover effect for adjacent slides */
.card-list .swiper-slide-prev .card-link:hover,
.card-list .swiper-slide-next .card-link:hover {
border-color: transparent;
}

/* Swiper Pagination */
.card-wrapper .swiper-pagination {
position: absolute;
bottom: 1vh;
left: 50%;
transform: translateX(-50%);
margin-left:-4vw;
display: flex;
justify-content: center;
}

.card-wrapper .swiper-pagination-bullet {
height: 1.3vh;
width: 1.3vw;
opacity: 0.5;
background: #001A72;
border-radius: 50%;
margin: 0 0.4vh;
}

.card-wrapper .swiper-pagination-bullet-active {
opacity: 1;
}

/* Navigation buttons */
.card-wrapper .swiper-button-next,
.card-wrapper .swiper-button-prev {
color: #001A72;
margin: 0 -12px;
margin-top: -3.5vh;
padding: 8px;
}
.core-product .core-label {
display: inline-block;
background-color: #170F5F;
color: #FFFFFF;
padding: 0.3vw 0.4vw;
border-radius: 50px;
font-size: 0.5vw;
position: relative;
top: -10vh; 
left: 9vw;
}


/* Responsive media query code for small screens */
@media (max-width: 768px) {
.card-2 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 7vw;
  /*padding-right: 5vw;*/
  overflow-x: hidden;
}
.card-wrapper {
/* margin-left: 10vw; */
}

.card-image {
transform: scale(0.65);
margin-bottom: 0;
margin-right: 0;
}

.card-list .card-link {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 2vh;
margin-left: -11vw;
border-radius: 0;
}

.card-list .card-link button {
width: auto;
min-width: 15vw;
font-size: 2.6vw;
padding: 1vw 2vw;
margin-top: 2vh;
margin-left: 0 !important;
}

.card-list .card-link .badge {
margin-left: 0 !important;
margin-top: 2vh;
font-size: 3.5vw;
padding: 1vh 2vw;
}

.core-product .core-label {
width: auto;
height: auto;
margin: 2vh 0 0 0;
font-size: 2.5vw;
padding: 1vh 2vw;
}

.card-wrapper .swiper-button-prev {
margin-left: -5vw;
}
.swiper-button-prev, .swiper-button-next {
  transform: scale(0.8) !important; 
}
.card-wrapper .swiper-button-next{
margin-right:-5vw;
}

.swiper-slide-button .swiper-button-next {
margin-right: 5vw;
}

.core-product,
.rsg,
.sample,
.cleaner,
.handheld {
margin-left: 0;
margin-top: 0;
text-align: center;
}
.nav a::after{
background-color: white !important;
}

}

.card-3
{
width:100vw;
padding-left: 2vw;
margin-top:2vw;
}

.carousel {
display: flex;
justify-content: center;
align-items: center;
position: relative;
height: 85vh;
margin-left:1.5vw;
background-color: white;
overflow: hidden; /* Ensure that out-of-view slides are hidden */
padding: 0;
}

.carousel-container-1 {
display: flex;
transition: transform 0.5s ease-in-out;
width: 100vw;
max-width: 100vw;
}

.carousel-slide {
min-width: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
padding: 50px;
padding-top: 8vw;
padding-left: 5vw;
}

.carousel-slide img {
max-width: 38%;
height: auto;
border-radius: 10px;
}

.carousel-content {
display: flex;
flex-direction: row;
}

.inside {
display: flex;
flex-direction: column;
margin-top:-5vh;
}

.insi {
display: flex;
flex-direction: row;
gap: 2vw;
}

.in-cont-3 {
width: 25vw;
}
.in-cont-2,.in-cont-1
{
width:25vw;
}
.in-cont-2 p,.in-cont-1 p,.in-cont-3 p{
line-height: 5vw;
/* text-align: center; */
}
.head p{
font-size: 1.2vw;
color: #3c3c3c;
font-weight: 450;
}
.head h3 {
font-size: 2.5vw;
color: #001A72;
margin-top: -1vw;
}

.head {
margin-left: -76vw;
margin-top: -3vw;
padding: 0;

}
.head-cri{
margin-left: -71vw;
margin-top: -7vw;
}

.inside h4 {
color: #252C58;
font-size: 1.1vw;
}

.inside p {
color: #3c3c3c;
font-size: 0.95vw;
line-height: 1.3vw;
}

.carousel-control {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color:transparent;
border: none;
font-size: 4vw;
cursor: pointer;
}
.defence{
margin-top: -1vw;
margin-left: -3vw;
width: 30vw;
}

.carousel-control.left {
left: 1vw;
z-index:1000;
color: #001A72;
padding: 25px;
}

.carousel-control.right {
right: 6vw;
color: #001A72;
padding: 25px;
}
.heading p{
font-size: 1.2vw;
color: #3c3c3c;
font-weight: 450;
}
.heading h3{
font-size: 2.5vw;
color: #001A72;
margin-top:-1vw;
}
.card-4
{
padding-left: 5vw;
padding-top:1.5vw;
margin-top: 4vw
}
.section-1 {
display: flex;
flex-direction: row;
justify-content: center;
}
.section-1 img {
width: 25vw;
height: 60vh;
object-fit: cover;
cursor: pointer;
transition: width 0.5s ease-in-out;
}
.section-1 img:hover {
width: 35vw;
}


/* .card-5
{
background-image: linear-gradient(
rgba(255, 255, 255, 0.8), 
rgba(255, 255, 255, 0.8) 
), url("https://ik.imagekit.io/d9wt8plt0/DALL_E%202024-09-17%2023.41.43%20-%20A%20high-tech%20security%20scene%20showcasing%20advanced%20detection%20technologies%20in%20action.%20The%20background%20includes%20a%20vehicle%20with%20TNT%20and%20explosives%20being%20detec.webp?updatedAt=1726597402364");
width:100vw;
height:70vh;
margin-top: 3vw;
background-repeat: no-repeat;
background-size: cover;
} */

.card-5 {
background-image: linear-gradient(
rgba(255, 255, 255, 0.923), /* semi-transparent white */
rgba(255, 255, 255, 0.923) /* semi-transparent white */
), url("https://ik.imagekit.io/d9wt8plt0/DALL_E%202024-09-17%2023.41.43%20-%20A%20high-tech%20security%20scene%20showcasing%20advanced%20detection%20technologies%20in%20action.%20The%20background%20includes%20a%20vehicle%20with%20TNT%20and%20explosives%20being%20detec.webp?updatedAt=1726597402364");

background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
width: 100vw;
height: 70vh;
margin-top: 3vw;
box-sizing: border-box;
}

.heading-1 p{
font-size: 1.2vw;
color: #3c3c3c;
padding-top:2vw ;
}
.heading-1 h3{
font-size: 2.5vw;
color: #001A72;
margin-top:-1vw;
}

.heading-1{
z-index:999;
margin-left: 5vw;
}
.explore{
display: flex;
flex-direction: column;
gap:2vw;
text-align: center;
/*margin-left: 20vw;*/
width:62vw;
line-height: 2.5vw;
margin:0 auto !important; 
}
.explore p{
font-size: 1.8vw;
color: #001A72;
}
.explore button{
width:10vw;
padding: 0.5vw;
border-radius: 50px; 
color: #170F5F;
border: 1px solid #170F5F;
background-color: #fcfcfc;
justify-content: center;
margin-left: 25vw;
font-size: 1vw;
transition: all 0.5s ease; 
font-weight: 480;
}
.explore button:hover {
color: #F4F7FF;
background-color: #170F5F;
border-color: #F4F7FF;
}
/* .card-6
{
background-color: #140f4b;
display: flex;
flex-direction: column;
justify-self: center;
color:white;
padding: 2vw;
padding-top: 3vw;
padding-bottom: 1vw;

}
.foot-logo
{
display: flex;
flex-direction: row;
gap:1vw;
}
.foot-logo img{
width:5vw;
height:5vw;
margin-top:-1vw
}
.foot-cont
{
display: flex;
flex-direction: column;
/* gap:0.1vw; 
margin-top:-0.7vw;
}
.foot-quick
{
display: flex;
flex-direction: column;
gap:1vw;
font-size: 1vw;
}
.foot-quick a{
text-decoration: none;
color:white;
}
.foot-contact 
{
display: flex;
flex-direction: column;
width:30vw;
}
.addre
{
display: flex;
flex-direction: row;
gap:2.7vw;
font-size: 0.8vw ;
}
.addr-1,.addr-2,.addr-3
{
font-size:1vw;
}
.foot-contact h3{
margin-left:8vw;
font-size:1.32vw;
}
.top
{
display: flex;
flex-direction: row;
justify-self: center;
gap:9vw;
color:white;
padding: 2vw;
padding-top: 2vw;
padding-bottom: 2vw;
border-bottom: 1px solid rgba(245,245,245,0.25);
border-top: 1px solid rgba(245,245,245,0.25);
}
.middle
{
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 1px solid rgba(245,245,245,0.25);
padding-left: 3vw;
padding-right: 3vw;
}
.mid-content {
display:flex;
flex-direction: row;
justify-content: space-around;
width:25vw;
font-size: 1.1vw;
}

.icons
{
display: flex;
flex-direction: row;
gap:2vw;
margin-top:2.5vw;
font-size:1.4vw;

}
.middle p{
margin-top:2vw;
font-size: 0.8vw;
}
.foot-cont p{
font-size:0.8vw;
}
.foot-cont h4{
font-size: 1.3vw;
} */
.add-1,.add-2
{
font-size: 1vw;
}
.content-4 p
{
font-size: 1vw;
}


.pagination {
position: fixed;
top: 50%;
left: 2vh;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index:999;
}

.dot {
width: 1vw;
height: 1vw;
background-color: white;
border-radius: 50%;
margin: 0.8vh 0;
cursor: pointer;
transition: background-color 0.3s;
border: 1px solid black;
}

.dot.active {
background-color: #170f5f;
}

.section {
scroll-snap-align: start;
}
body {
scroll-snap-type: y mandatory;
overflow-y: scroll;
scroll-behavior: smooth;
}

.section {
scroll-snap-align: start;
}

.card-container {
display: flex;
justify-content: space-between;
position: relative;
height: 60vh; /* Set a fixed height for the cards */
/* padding-left: 4vw; */
padding-right: 4vw;
}

.card {
position: relative;
width: 40%; /* Initial width of half size */
height: 100%; /* Maintain the same height */
overflow: hidden;
cursor: pointer;
transition: width 0.1s ease-in-out, opacity 0.4s ease-in-out;
z-index: 1; /* Ensure all cards are on the same level initially */
}

.card img {
width: 100%;
height: 100%;
object-fit: cover; /* Make sure the image covers the entire card without distortion */
transition: transform 0.3s ease;
}

.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
transition: opacity 0.3s ease;
}

.overlay h2 {
opacity: 1;
transition: opacity 0.3s ease;
margin-top:30vh;
}

.overlay p, .overlay a {
opacity: 0; /* Paragraph and link are initially hidden */
transition: opacity 0.3s ease;
}

.card:hover .overlay p, .card:hover .overlay a {
opacity: 1;
}

.card h2 {
font-size: 2.4vw;
/*margin-bottom: 1vw;*/
}

.card p {
font-size: 1vw;
margin-bottom: 12vw;
}

.card a {
color: white;
text-decoration: none;
font-weight: bold;
margin-top: 10vw;
font-size: 1vw;
}

.card:hover img {
transform: scale(1.05); /* Slightly zoom in the image on hover */
}

.card:hover {
width: 100%; /* Expand to full width on hover */
z-index: 10; /* Bring the hovered card forward */
}

.card:not(:hover) {
opacity: 0.7;
transition: opacity 0.4s ease;
}

/* Initially hide the toggle button */
.toggle-btn {
position: absolute;
right: 10px;
top: -1vw;
border: none;
cursor: pointer;
font-size: 8vw;
padding: 5px;
background-color: transparent;
color: white;
display: none; /* Hide by default */
}

.heading-sect-2{
margin-left: 5vw;
padding-top: 2vw;
padding-bottom:5vw;
}
.heading-sect-2 p{
font-size: 1.2vw;
color: #3c3c3c;
font-weight: 450;
}
.heading-sect-2 h3{
font-size: 2.5vw;
color: #001A72;
margin-top: -1vw;
}
.defence-content{
margin-top: -1vw;
margin-left: 1vw;
}
.inside-law{
margin-top: 0.5vw;
}

.law{
/* height: 100vw; */
margin-left: -7vw;
margin-right: 3vw;
width: 27vw;
}
.cri{
margin-left: -6vw;
margin-right: 3vw;
margin-top: -2vw;
width: 28vw;
}
.head-law
{
margin-top: -5.5vw;
}
/* Hide the Learn More button by default */
.btn-learn-more {
display: none;
}

/* Show the button when the card is in the center (active slide) */
.swiper-slide-active .btn-learn-more {
display: block;
}



.card-6
{
background-color: #140f4b;
display: flex;
flex-direction: column;
justify-self: center;
color:white;
padding: 1vw;
padding-top: 3vw;
padding-bottom: 1vw;
padding-left:0.5vw;
width:100vw;

}
.foot-logo
{
display: flex;
flex-direction: row;
gap:1vw;
}
.foot-logo img{
width:13.5vw;
height:12vw;
margin-top:-3vw;
filter: brightness(0) invert(1);
}
.foot-cont
{
display: flex;
flex-direction: column;
/* gap:0.1vw; */
margin-top:-0.7vw;
}
.foot-quick
{
display: flex;
flex-direction: column;
gap:1vw;
font-size: 1vw;
}
.foot-quick a{
font-weight: 600;
text-decoration: none;
color:white;
width:9vw;
}

.foot-quick a:hover {
text-decoration: underline;
text-decoration-thickness: 2px; 
text-underline-offset: 2px; 
}
.foot-contact 
{
display: flex;
flex-direction: column;
width:30vw;
}
.addre
{
display: flex;
flex-direction: row;
gap:2.7vw;
font-size: 0.8vw ;
}
.addr-1,.addr-2,.addr-3
{
font-size:1vw;
}
.foot-contact h3{
margin-left:8vw;
font-size:1.2vw;
}
.top
{
display: flex;
flex-direction: row;
justify-self: center;
gap:6vw;
color:white;
padding: 2vw;
padding-top: 2vw;
padding-bottom: 2vw;
border-bottom: 1px solid rgba(245,245,245,0.25);
border-top: 1px solid rgba(245,245,245,0.25);
}
.middle
{
display: flex;
flex-direction: row;
justify-content: space-between;
border-bottom: 1px solid rgba(245,245,245,0.25);
padding-left: 3vw;
height: 5vh;
padding-right: 3vw;
}
.mid-content {
margin-top:-1.6vw;
display:flex;
flex-direction: row;
justify-content: space-around;
width:25vw;
font-size: 1.5vw;
}
.mid-content h5{
font-weight: 300;
}

.icons
{
display: flex;
flex-direction: row;
gap:2vw;
margin-top:2.5vw;
font-size:1.4vw;

}
.middle p{
margin-top:0.7vw;
font-size: 0.8vw;
}
.foot-cont p{
font-size:0.8vw;
/* text-align: center; */
margin-top: -20px;
white-space: nowrap;
}
.foot-cont h4{
font-size: 1.3vw;
}
.circle img{
width: 25vw;
height: 25vw;
}

.head-def{
margin-top: -6vw;
margin-left: -79vw;
}
.card-5 button{
font-family: "Quicksand", sans-serif;
}
hr{
display: none;
}

/* Media query for mobile view */
@media (max-width: 768px) {
  .card-1{
    height:100%;
    width:100%;
    }
    
    hr {
      border: none; 
      border-top: 0.2vh solid #170F5F; 
       background-color: #170F5F;
      margin-left: -8vw;
      width: 94vw;
      margin-top: -6vw;
      display: block;
    }
    
  .first-navbar{
    display: none !important;
}
.foot-quick a{
    width:auto;
}

.logo_img {
  width: 24.5vw ;
  height: 24.5vw ;
  margin-left:-15vw; 
}
.firstNavbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 3vw;
  margin-bottom:1vw;
}
.first_company-name {
  color: #170f5f;
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center ; 
  margin-left: -8.9vw;
}
.first_menu-toggle {
  color: #170f5f;
  background: none;
  border: none;
  font-size: 3.5vh;
  margin-right: 4vw;
  cursor: pointer;
}



.nav {
flex-direction: column;
align-items: flex-start;
border-bottom: none;
border-top: none;
width: 90%;
/* margin-top: -10vh !important; */
}

.nav-links {
position: fixed; 
top: 60px;
right: 20px; /* Align it to the right */
background-color: #140f4b; /* Add background color for visibility */
padding: 1rem;
width: 40vw; /* Set a smaller width */
flex-direction: column;
gap: 1rem;
z-index: 999; /* Ensure it floats above other content */
display: none;
border-radius: 8px; /* Round the corners */
}

/*.nav-toggle {*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: -15px; */
/*    z-index: 1000; */
/*    font-size: 2.5rem;*/
/*    margin-top:2vw;*/
/*}*/

.nav-toggle {
display: block;
position: absolute;
right: 0; 
z-index: 1000; 
font-size: 5vh;
top: 50%; 
transform: translateY(-50%); 
}


.nav-links.show {
display: flex;
}

.nav a {
font-size: 4vw;
color: white;
}
.who{
flex-direction: column;
margin-top: -10vw;
margin-left:-8vw ;
gap:5vw;
padding-bottom: 10vh;
}
.cont-1
{
width:100%;
 padding-top: 6vw; 
font-size: 20px;
}
.cont-2{
margin-left:18vw;
padding-top: 8vw; 
width:80%;
}
.cont-1 h2{
font-size:6.6vw;
margin:0;
}
.cont-1 p{
font-size:3.8vw;
line-height:normal;
}
.section1para{
  line-height: 1.7;
  font-size:4vw !important;
}
.circle{
height:55vw;
width:55vw;
}

.card-2{
height:10%;
/*padding-left: 3vw;*/
}


.card-container{
flex-direction: column;
height:15vh;
}
.card h2{
width:30%;
margin-bottom: -5vh;
}

.rect-1{
top:105vw;
left:58vw;
width:20%;
}
.rect-2{
top:135vw;
left:70vw;
width:15%;
}
.rect-3{
padding: 2vw;
top:134vw;
left:28vw;
}

.rect-img img{
margin-top: 1vh;
margin-left:1vw;
width:5vw;
height:5vw;
}
.head-1{
margin-left:2vw;
font-size:2vw;
}
.sub-head{
font-size:1.2vw;
margin-left:2vw;
}
/*.card{
width:80%;
height:20%;
}*/
.head h3{
margin-left:30vw;
font-size:5.5vw;
}
.head p{
font-size:3.8vw;
margin-left:30vw;
}

.head-cri{
  margin-left:-60vw !important;
}
.carousel{
padding-top: 10%;
height:130vh;
margin-left:5vw;
}

.carousel-content{
flex-direction: column;
margin-left:3vw;
}
.carousel-slide img{
max-width:90%;
}

/*.carousel-slide*/
/*{*/

/* padding-left: 11vw; */
/*}*/
.inside{
width:110%;
margin-left:9vw;
margin-top:3vw;
}
.inside h4{
font-size: 3.5vw;
}
.inside p{
font-size:3vw;
font-weight: 480 !important;
line-height: 3vw;
}
.in-cont-1,.in-cont-2,.in-cont-3{
width:40vw;
}
.carousel-control.right{
right:4px;
padding: 0 !important;
}
.head{
padding-left: 4vw;
margin-bottom:10vw;
}
.card-3{
      margin-bottom: 5vh;
padding-left: 0;
}
.in-law{
width: 72vw;
}
.heading-sect-2{
margin-left: 5vw;
padding-top: 2vw;
}
.heading-sect-2 p{
font-size: 3.8vw;
color: #3c3c3c;
}
.heading-sect-2 h3{
font-size:5.5vw;
color: #140f4b;
margin-top: -1vw;
}
.defence{
margin-top: 1vw;
width: 80vw;

}
.heading{
padding-left: 4vw;
}

.card-4{
padding-left: 0 !important;
margin: 0 auto !important;
height:100%;
}
.card-container {
flex-direction: column; /* Arrange cards in a column */
height: auto; /* Adjust height to fit content */
padding-left: 2vw;
padding-right: 2vw;
}

.card {
width: 100%; /* Full width of the container */
height: 20vh; /* Adjust height for mobile */
transition: height 0.5s ease-in-out;
}

.card.expanded {
height: 46vh; /* Expanded height when clicked */
}

.plus-sign {
font-size: 3rem;
}

.card:hover .plus-sign {
transform: translate(-50%, -50%) rotate(45deg); 
}

.overlay {
padding: 10px;/* Adjust padding for mobile */
}

.card h2 {
font-size: 4vw;
margin-top: 16vh; /* Adjust font size for mobile */
}

.card p {
font-size: 3vw; /* Adjust font size for mobile */
margin-top: 10vh;
}

.card a {
font-size: 3vw; /* Adjust font size for mobile */
margin-top: 1vh;
}


.overlay p {
  color: transparent !important;
  opacity: 0;
}

.card.expanded .overlay p {
  color: white !important;
  display: block;
  opacity: 1;
}

/* Show the toggle button in mobile view */
.toggle-btn {
display: block;
}
.card-5{
height:100%;
padding-bottom: 5vh;
/* padding-left: 1vw; */
width: 104vw;
/*margin-left: -2vw;*/
margin: 0 auto;

}
.explore p{
font-size: 3.2vw;
width:80vw;
margin-left:-10vw;
line-height:1.2;
font-weight:480;
}
.explore button{
width:23vw;
margin-left:23vw;
font-size:2.5vw;
margin:0 auto !important; 
}
.heading p{
font-size: 3.8vw;
}
.heading h3{
font-size:5.5vw;
}
.heading-1 p{
font-size:3.8vw;
}
.heading-1 h3{
font-size:5vw;
}
.top {
flex-direction: column;
gap: 2vw;
}

.foot-contact {
width: 100%;
}

.addr-1, .addr-2, .addr-3 {
font-size: 3vw;
width: 100%;
}

.foot-cont p, .foot-cont h4 {
font-size: 3vw;
}

.mid-content {
width: 36vw;
font-size: 2.7vw;
}
.foot-logo img{
width:25vw;
height:25vw;
margin-left: 37vw;
margin-bottom:-4vw ;
}
.icons{
font-size:4vw;
margin: 0 auto;
}
.foot-quick
{
text-align: center;
}
.foot-contact{
text-align: center;
}
.addre{
justify-content: center;
font-size:2.4vw;
}
.middle p{
font-size:2.2vw;
}
.middle{
height: 7vw !important;
align-items: center;
}
.content-3  h4
{
font-size:4vw;
}
.add h4{
font-size: 3vw;
}
.content-4 h2{
font-size:4vw;
}
.content-4 p{
font-size: 3vw;
}
.loca p {
font-size: 3vw;
}
.foot-quick{
font-size: 3vw;
border-bottom: 1px solid white;
padding-bottom: 4vw;
}
.foot-contact h3
{
font-size: 3.5vw;
margin-left:-1vw;
}
.add-3 img{
width:50vw;
height:20vh;
}
.foot-logo{
display: flex;
flex-direction: column;
justify-content: center;
/* margin-left: 2vw; */
text-align: center;
border-bottom: 1px solid white;
padding-bottom: 4vw;
}
.card-6
{
width: 103.5vw;
}
.carousel-control.left{
left: -3px;
padding: 0 !important;
}
.second-navbar{
display: none !important;
}
.circle img{
width: 50vw;
height: 50vw;
}
.cont-1 button{
font-size: 3vw;
padding: 1vw;
} 
.pagination{
display: none;
}
.law{
height: 50vw;
width: 65vw;
margin-left: 10vw;
margin-top: -25vw;
}
.defence{
margin-left: 10vw;
/*margin-top: -10vw;*/
height: 30vw;
}
.cri{
margin-top: -20vw;
width: 78vw;
margin-left: 8vw;
margin-bottom: 17vw;
/*margin-right: 1vw;*/
}
.head-cri{
/*margin-top: 10vw;*/
margin-left:-67vw;
}
.head-law{
  margin-right:-5vw;
/*margin-top:5vw;*/
margin-bottom:20vw;
}
.in-def{
width: 80vw;
margin-top: -1vw;
}
.in-def p{
margin-top: -3vw;
}
.head-def{
margin-top: 2vw;
}
.carousel-container {
width: 55vw;
height: 55vw; /* Maintain circular shape */
}

.foot-quick ul li{
    font-size: 2vw;
    width: 25vw;
    text-align: start;
  }
  .foot-quick ul{
    margin-left: 40.9vw !important;
    line-height:2 !important;
  }
  .icons a
  {
      margin-right:20px !important;
  }
  .icons a:last-child
  {
      margin-right:0 !important;
  }
/*  .foot-quick h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 37vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 11vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/
/*.foot-contact h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 38vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 16vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/

}
.navbar-hidden {
display: none;/* Move navbar out of view */
}


/* Media Queries to adjust size for larger screens */
@media (min-width: 768px) {
.carousel-container {
width: 15vw;
height: 15vw; /* Maintain circular shape */
}
}

@media (min-width: 1024px) {
.carousel-container {
width: 20vw;
height: 20vw; /* Maintain circular shape */
}
}

@media (min-width: 1440px) {
.carousel-container {
width: 25vw;
height: 25vw; /* Maintain circular shape */
}
}





@media (min-width: 768px) and (max-width: 1024px) {
.card-1{
height:100%;
width:85%;
}
.logo {
justify-content: center; /* Center the logo text */
width: 100%;
top:-5px;
}

.logo_img {
width: 20vw;
margin-left:-10vw; /* Adjust logo size for tablet view */
}

.logo h5 {
font-size: 3vw;
flex-grow: 1;
margin-left: -20vw;
top: 0;
text-align: center; /* Ensure text is centered */
}

.nav {
flex-direction: column;
align-items: flex-start;
border-bottom: none;
border-top: none;
width: 85%;
}

.nav-links {
position: fixed; 
top: 60px;
right: 10px; /* Align to the right */
background-color: #140f4b; /* Background color for visibility */
padding: 1rem;
width: 30vw; /* Set smaller width */
flex-direction: column;
gap: 1rem;
z-index: 999; /* Ensure it floats above other content */
display: none;
border-radius: 8px; /* Round the corners */
}


.nav-links.show {
display: flex;
}

.nav a {
font-size: 3vw;
color: white;
}
.who{
flex-direction: column;
}
.cont-1 {
width: 100%;
padding-top: 2vw;
font-size: 18px;
}
.cont-2 {
margin-left: 10vw;
width: 100%;
}
.cont-1 h2 {
font-size: 5vw;
margin: 0;
}
.cont-1 p {
font-size: 1.8vw;
}
.circle {
height: 30vw;
width: 30vw;
}

.card-2 {
height: 10%;
/*padding-left: 2vw;*/
}

.card-container {
height: 12vh;
}
.card h2 {
margin-bottom: -4vh;
}
.rect-1 {
top: 60vw;
left: 45vw;
width: 18%;
}
.rect-2 {
top: 80vw;
left: 50vw;
width: 14%;
}
.rect-3 {
padding: 1.5vw;
top: 85vw;
left: 20vw;
}

.rect-img img {
margin-top: 1vh;
margin-left: 1vw;
width: 4vw;
height: 4vw;
}
.head-1 {
margin-left: 1.5vw;
font-size: 1.8vw;
}
.sub-head {
font-size: 1.2vw;
margin-left: 1.5vw;
}

.carousel {
padding-top: 8%;
height: 50vh;
}

.carousel-content {
flex-direction: column;
}
.carousel-slide img {
width: 100vw;
height: 30vw;
max-width: 100%;
}

.in-cont-1, .in-cont-2, .in-cont-3 {
  
width: 30vw;
}





.card-5 {
height: 100%;
margin-top: 15vw;
padding-bottom: 5vh;
/* padding-left: 2.5vw; */
}
.explore p {
font-size: 2vw;
}
.explore button {
width: 18vw;
margin-left: 12vw;
font-size: 1.8vw;
}


.top {
flex-direction: column;
gap: 1.5vw;
}

.foot-contact {
width: 100%;
}

.addr-1, .addr-2, .addr-3 {
font-size: 2.5vw;
width: 100%;
}

.foot-cont p, .foot-cont h4 {
font-size: 2.5vw;
}

.mid-content {
width: 25vw;
font-size: 1.8vw;
}
.foot-logo img {
width: 12vw;
height: 12vw;
margin-left: 43vw;
}
.icons {
font-size: 3.5vw;
margin-left: 40vw;
}
.foot-quick {
text-align: center;
}
.foot-contact {
text-align: center;
}
.addre {
justify-content: center;
font-size: 2vw;
}
.middle p {
font-size: 1.8vw;
}

.content-3 h4 {
font-size: 3.5vw;
}
.add h4 {
font-size: 2.5vw;
}
.content-4 h2 {
font-size: 3.5vw;
}
.content-4 p {
font-size: 2.5vw;
}
.loca p {
font-size: 2.5vw;
}
.foot-quick {
font-size: 2.5vw;
border-bottom: 1px solid white;
padding-bottom: 3vw;
}
.foot-contact h3 {
font-size: 3vw;
margin-left: -1vw;
}
.add-3 img {
width: 40vw;
height: 18vh;
}
.foot-logo {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-bottom: 1px solid white;
padding-bottom: 3vw;
}
.card-6 {
  width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.icons a{
   margin-right: 20px !important;
}
.icons a:last-child{
    margin-right:0 !important;
}

}


/* Responsive media query code for small screens */
@media (min-width: 768px) and (max-width: 1024px) {
.card-wrapper {

margin: 0 7vh 2.5vh;
}
.card-image{
transform: scale(0.7);
margin-bottom:-9vh;
}

.card-list .card-link button
{
width:15vw;
font-size: 2vw;;
}

.card-list .card-link .badge-designer {
margin-left:15vw;
margin-bottom:1vh;
}
.card-list .card-link .badge-developer{
margin-left:7vw;
font-size: 3vw;
margin-bottom:1vh;
}

.card-list .card-link .badge-marketer {

margin-left:14vw;
margin-bottom:1vh;
}

.card-list .card-link .badge-gamer {

margin-left:11vw;
margin-bottom:1vh;
}

.card-list .card-link .badge-editor {

margin-left:15vw;
margin-bottom:1vh;
}

.card-list .card-link .btn-1
{
margin-left:13vw;

}
.card-list .card-link .btn-2
{
margin-left:12vw;
}
.card-list .card-link .btn-3
{
margin-left:13.5vw;
}
.card-list .card-link .btn-4
{
margin-left:15vw;
}
.card-list .card-link .btn-5
{
margin-left:17vw;
}


.card-wrapper .swiper-button-next, .card-wrapper {
margin-left:3vw;
}
.card-link
{
margin-left: -13vw;
}
.card-list .swiper-slide-prev .card-link,
.card-list .swiper-slide-next .card-link {
display: none;
}
.carousel-slides video{
width: 100%;
height: 100%;
object-fit: cover;
}
.carousel-container{
width: 30vw;
height: 30vw;
}


}



/* second navbar */
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
width: 100vw;
border-bottom: 1px solid #170F5F;
font-size: 1.2vw;
height: 8vh;
position: fixed;
top: 0; 
left: 0;
z-index: 99999999999999; 
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.635);
}

.logo-section {
display: flex;
align-items: center;
background-color: white;
padding: 0.5vw 2vw;
width:50%;
height: 6.5vh;
white-space: nowrap;
}

.logo_img2 {
width: 7vw;
height: auto;
}

.logo-section h5 {
margin: 0;
color: #170f5f;
font-size: 1.5vw;
}

.nav-section {
display: flex;
justify-content: flex-start;
align-items: center;
background-color: #170F5F;
width: 120%;
height: 6.5vh;
padding: 0.5vw 2vw;
}

.nav-section p {
margin: 0 1.5vw;
}

.nav-section a {
color: white;
text-decoration: none;
position: relative; 
padding-bottom: 5px; 
transition: color 0.3s ease;
}

.nav-section a::after {
content: '';
display: block;
width: 100%;
height: 2px;
background-color: white;
position: absolute;
bottom: 0;
left: 0;
transform: scaleX(0); 
transform-origin: bottom right;
transition: transform 0.3s ease; 
}

.nav-section a:hover::after, 
.nav-section a.active::after {
transform: scaleX(1);
transform-origin: bottom left; 
}

.nav-section a:hover, 
.nav-section a.active {
font-weight: bold; 
color: white; 
}
/* second navbar(Initially hidden) */
.second-navbar {
display: flex;
}
#back-to-top {
position: fixed;
bottom: 20px;
right: 10px;
color: #170F5F !important;
border: 1px solid #170F5F !important;
background-color: white !important;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 50px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s, visibility 0.3s;
z-index: 1000;
}

#back-to-top:hover {
background-color: #170F5F;
color: white;
border: 1px solid white;
}

#back-to-top.show {
opacity: 1;
visibility: visible;
}



.second-navbar {
transition: opacity 0.3s ease, visibility 0.3s ease;
opacity: 0;
position: fixed; 
top: 0;
left: 0;
right: 0;
pointer-events: none;
}
.second-navbar.visible{
pointer-events: auto;
}

.first-navbar.visible, .second-navbar.visible {
opacity: 1;
visibility: visible;
}


/* .critical-img {
position: relative;
display: inline-block;
margin-left:300px;
width: 50vw;
}

.critical-img:before {
content: "";
position: absolute;
top: 0;
right: 0; 
height: 100%;
width: 120%; 
background: linear-gradient(to left, 
rgba(255, 255, 255, 1) 0%,
rgba(255, 255, 255, 0) 105%,
rgba(255, 255, 255, 1) 100%);
}

.critical-img img {
display: block; 
width: 100vw;
height: auto;
} */



::-webkit-scrollbar {
width: 12px;
}

::-webkit-scrollbar-track {
background: #170F5F;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #fff;
}

/* Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #fff #170F5F;
}

/* For Internet Explorer and Edge */
body {
-ms-overflow-style: none;
}

.loading-transition {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #170f5f; /* semi-transparent white */
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 9999;
perspective: 1000px; /* Add perspective for 3D effect */
}

.loading-transition.active {
opacity: 1;
visibility: visible;
}

.loading-logo {
width: 200px; /* Adjust as needed */
height: auto;
animation: rotateGlobe 2s linear infinite;
transform-style: preserve-3d;
}

@keyframes rotateGlobe {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}

 .foot-quick ul{
      list-style-type: circle;
      width: 10vw;
      font-size:0.8vw;
      margin-left: 1vw;
      margin-top:-0.5vw;
      margin-bottom: -0.5vw;
  }
.foot-quick ul li{
    padding: 0.3vw;
}
/*.foot-quick h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 2vw;*/
/*    width: 3.5vw;*/
/*    height: 0.1vw;*/
/*    background-color: white;*/
/*}*/
.foot-quick h3{
    position: relative;
}
.foot-contact h3{
    position: relative;
}
/*.foot-contact h3::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 2vw;*/
/*    width: 5vw;*/
/*    height: 0.1vw;*/
/*    background-color: white;*/
/*}*/
  #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .logo-spinner {
            width: 30vh;
            height: 30vh;
            animation: spinGlobe 4s linear infinite;
            transform-style: preserve-3d;
        }

        @keyframes spinGlobe {
            0% { transform: rotateY(0deg); }
            100% { transform: rotateY(360deg); }
        }

        body.loaded #preloader {
            opacity: 0;
            visibility: hidden;
        }
.transition-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #170f5f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.5s ease-in-out;
    z-index: 1000;
}
.logo-transition {
  max-width: 30vh;
  max-height: 30vh;
}


