
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Mobile-first styles */
.Firstsection {
    position: relative;
    height: 100vh;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 20px;
    margin-bottom: 35px;
}


.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
}

.slider-img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0; /* Ensure images are behind the overlay */
}


/* Rest of your existing styles... */


.slider-wrapper {
    position: relative;
    margin: 0 auto;
}

/* Rest of your existing styles for slider and navbar */

/* Move the styles for .navbar to the .Firstsection */
.Firstsection .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   
    text-align: center;
    color: white;
    padding: 15px 0;
    z-index: 1000;
}

.Firstsection  .name {
    text-decoration: none;
    list-style: none;
    font-size: 40px;
    color: white;
    font-family: 'Abril Fatface';
    cursor: pointer;
    margin-left: 65px;
}

.Firstsection .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Exo 2', sans-serif;
    margin-right: 65px;
}

.Firstsection .nav-list li {
    list-style: none;
    padding: 23px 28px;
    font-size: 20px;
}

.Firstsection .nav-list li a {
    text-decoration: none;
    color: white;
}

.Firstsection .nav-list li a:hover {
    color: #15BCD8;
}
 

/* Your existing styles */

.Firstsection {
    position: relative;
    height: 100vh;
    overflow: hidden;

}

/* Remaining styles remain unchanged */

.slider-container {
	position: relative;
}

.slider-wrapper {
	position: relative;
	margin: 0 auto;
}

.slider {
	display: flex;
	aspect-ratio: 16 / 9;
	/* overflow-x: auto; */
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	border-radius: 0.5rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.slider::-webkit-scrollbar {
	display: none;
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: opacity ease 500ms; /* Added transition property */
}


.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a:hover {
	opacity: 1;
}
.head {
    position: absolute;
    top: 45%;
	left: 50%;
    width: 100%;
    text-align: center;
    color: white;
    padding: 15px 0;
    z-index: 1000;
}
.heading {
	position: absolute;
	
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

 .secondsection{
    background-color: #def5ff;
} 

.Services h1 {
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #0E4960;
    font-size: 68px;
    text-align: center;
}



.Des1 {
    text-align: justify;
    padding: 5% 10%;
    color: #55605D;
}


/* Media query for smaller screens */
/* Media query for smaller screens */
@media (max-width: 768px) {
    .Firstsection {
        height: auto;
    }

    .slider-img {
        width: 100%;
        height: auto;
    }

    .Des1 {
        padding: 10%;
    }

    /* Adjust other elements as needed for responsiveness */
    .box1,
    .box2,
    .box3,
    .box4,
    .box5,
    .box6,
    .comp1,
    .comp2,
    .img {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .box1 img,
    .box2 img,
    .box3 img,
    .box4 img,
    .box5 img,
    .box6 img,
    .comp1 img,
    .comp2 img,
    .img img {
        width: 90%; /* Adjust the width as needed */
        max-width: 100%;
        height: auto;
        border-radius: 25px;
        margin: 15px 5%; /* Add a little space from each side */
    }

    .img {
        text-align: center;
    }

    .img img {
        width: 90%; /* Adjust the width as needed */
        max-width: 100%;
        height: auto;
        border: 5px solid #0E4960;
        border-radius: 25px;
        margin: 15px auto; /* Center the image and add space */
    }

    .Para {
        padding: 10%;
    }
}
.Des1 h4 {
	font-size: 24px;
	margin-bottom: 19px;
}

.Associates h1 {
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #DEF5FF;
    font-size: 68px;
    text-align: center;
}

.our {
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #DEF5FF;
    text-align: center;
}

.name {
    text-align: justify;
    padding: 17px;
    margin-left: 259px;
    color:#DEF5FF;
}

.comp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.comp1, .comp2 {
    width: 45%; /* Adjust the width as needed */
    margin: 10px; /* Adjust the margin as needed */
    text-align: center;
}

@media (max-width: 768px) {
    .comp1, .comp2 {
        width: 100%;
    }
}

.Fourthsection {
    background-color: #DEF5FF;
}

/* Existing CSS styles... */

/* Media query for smaller screens */
/* ... (existing styles) ... */

/* Media query for smaller screens */
/* Media query for smaller screens and larger screens */
/* Media query for smaller screens and larger screens */
@media (max-width: 768px), (min-width: 769px) {
    .about-us-img {
        width: 100%; /* Adjust the width as needed */
        max-width: 100%;
        height: auto;
        border: 5px solid #0E4960;
        border-radius: 25px;
        margin: 15px auto; /* Center the image and add space */
        display: block; /* Add display property */
    }

    .Para {
        padding: 10%;
        text-align: center; /* Center text */
    }

    .img {
        text-align: center; /* Center the container */
        margin: 0 auto; /* Center the container in larger screens */
        max-width: 800px; /* Add a maximum width for better readability */
    }
}

/* Additional styles for larger screens */
@media (min-width: 769px) {
    .about-us-img {
        width: 100%; /* Adjust the width as needed */
        margin-top: 50px;
        
    }

    .Para {
        padding: 5%;
        font-size: 18px;
    }
}

.Aboutus h1 {
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #0E4960;
    font-size: 68px;
    text-align: center;

}

  


.Contactus h1{
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #DEF5FF;
    font-size: 68px;
    text-align: center;
}

/* .contact-info{
    padding-top: 46px;
    text-decoration: none;
    list-style: none;
    color: #DEF5FF;
    text-align: center;
}

.contact-info li{
    text-decoration: none;
} */



.Contactus {
    
    color: #DEF5FF;
}

.contact-info {
    max-width: 600px;
    margin: 0 auto;
}

.contact-info p {
    margin: 15px 0;
    font-size: 18px; /* Adjust font size for better readability */
}

.contact-info ul {
    list-style: none; /* Remove bullet points from the list */
    padding: 0;
}

.contact-info li {
    font-size: 16px; /* Adjust font size for list items */
}


#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 6%; /* Center horizontally */
    transform: translateX(50%); /* Center horizontally */
    z-index: 99;
    font-size: 24px; /* Adjust the size as needed */
    border: none;
    outline: none;
    background-color: #0E4960;
    color: white;
    cursor: pointer;
    padding: 15px; /* Adjust padding for a square button */
    border-radius: 8px; /* Adjust border-radius for a square button */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle box shadow */
}

#backToTopBtn:hover {
    background-color: #0E2D3B;
}
/* CSS for Fade-in Animation */
/* CSS for Fade-in Animation */
.animate-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.animate-fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
