body {
  overflow-x: hidden;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


.navbar.scrolled,
.navbar.vis  {
    background-color: #333333b9 !important; 
    transition: background-color 0.3s ease; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

.navbar-brand {
  color: white !important;
  font-weight: bolder;
}

.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link:hover {
  color: #2565ae !important;
}

.navbar-nav .nav-link.active {
  color: #3c99dc !important;
}

.social-icons {
  margin-left: auto;
}

.social-icons a i {
  color: #3c99dc;
  font-size: 18px;
}

.social-icons a i:hover {
  color: white;
}


.btn-primary {
  background-color: #2565ae;
  border-color: #2565ae;
}

.btn-primary:hover {
  background-color: #ffffff;
  border: 2px solid white;
  color: #2565ae;
}

.btn-primary:active {
    background-color: #ffffff !important;
    border: 2px solid white !important;
    color: #2565ae !important;
    box-shadow: none !important;
  }

.carousel-caption {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}


.carousel-item {
  height: 650px; /* Adjust height as needed */
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
}

.chat-icon-container {
  position: fixed;
  bottom: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 9999; /* Ensure it's above other content */
  background-color: #3c99dc; /* Change to your preferred color */
  color: #fff; /* Text color */
  width: 60px; /* Icon container width */
  height: 60px; /* Icon container height */
  border-radius: 50%; /* Rounded corners for circle shape */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s; /* Smooth transition for box shadow and transform */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.645); /* Add a shadow */
}

.chat-icon-container:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
  transform: translateY(-5px); /* Move icon slightly upwards on hover */
}

.chat-icon {
  font-size: 24px; /* Icon size */
}

#img{
    margin-top: -128px;
    max-width: 250%;
    width: 800px;
    margin-left: -50px;
}

.carousel-caption h1 {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-top: -10px;
}
.navbar {
  background-color: rgba(255, 255, 255, 0.5); /* Transparent white */
}

.about .row .col-md-6 {
  background-color: white;
  color: #031d38;
  border: 5px solid #031d38;
  padding: 30px;
  padding-right: 0px;
  margin: 10px;
  margin-right: 0px;
  border-top: transparent;
  border-right: transparent;
  border-bottom: transparent;
  margin-left: auto;
}

.about .row {
  gap: 50px;
}
.about {
  padding: 70px 0px;
}

.section {
  background-color: #031d38;
  padding: 100px 0;
  color: #fff;
  margin-top: -10px;
  display: flex;
}

.section-header h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
}

.section-header p {
  font-size: 18px;
  margin-bottom: 40px;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.container .row .box {
  border: 1px solid #2565ae;
  padding: 30px;
}

#box{
    border: 1px solid #2565ae8b;
  padding: 30px;
}
#box p{font-size: 18px; text-align: justify;}

.icon {
  font-size: 36px;
  margin-right: 10px;
}

.icon i {
  color: #fff;
  border: 5px solid #256eaa52;
  background-color: #031d38;
  padding: 10px;
  border-radius: 50%;
}

.view-all-button {
  margin-top: 30px;
  background-color: #ffff;
  color: #031d38;
}
.view-all-button:hover {
  background-color: #b7c0ee;
}

.filter-button {
  cursor: pointer;
  background-color:#ffff;
  color: #031d38;
}
.filter-button:hover {
  cursor: pointer;
  background-color:#b7c0ee;
  color: white;
}

.filter-button.active {
  background-color:#b7c0ee;
  color: white;
  box-shadow: none;
}
.card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
#im{
  max-width: 80px;
  height: auto;
}
.card-text{
  color: #031d38;
}
.card-title{
 font-size: 17px;
}
.card:hover {
  transform: translateY(-5px);
}
.name {
  font-size: 15px;
  
}

.grid .card {
  height: 100%;
}
.content {
  display: flex; /* Make the content section a flex container */
  flex-direction: column; /* Arrange items in a column */
}


.objectives-section {
    padding: 100px 10px;
}

.objectives-section .row{
    gap: 95px;
}

.objectives-content {
    text-align: left;
}

.objectives-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.objectives-content p{
    font-size: 17px;
    font-weight: 400;
}

.objectives-icons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.chart-icon-container {
    top: 0;
    z-index: 2;
}

.users-icon-container {
    top: 80px;
    left: 150px;
    z-index: 2;
}

#icon{
    border: 1px solid transparent;
    background-color: rgb(236, 236, 236);
    padding: 50px;
    font-size: 100px;
    color: #031d38;
    opacity: 0.8;
    border-radius: 5%;
}

.social-icons-container i {
    position: absolute;
    transform: translate(calc(-50% + 50px), calc(-50% + 50px));
    z-index: 3;
    font-size: 70px;
    border: 1px solid transparent;
    background-color:rgb(236, 236, 236) ;
    color: #031d38;
    padding: 20px;
    border-radius: 50%;
}

.social-icons-container i:hover{
    animation: shake 0.5s;
}

.social-icons-container i:nth-child(1) {
    top: 0px;
    left: 230px;
    padding: 20px 30px;
    box-shadow: 0 4px 8px rgba(3, 31, 3, 0.361);
}

.social-icons-container a:nth-child(2) i {
    top: 180px;
    left: 50px;
    box-shadow: 0 4px 8px rgba(3, 31, 3, 0.361);
}

.social-icons-container a:nth-child(3) i {
    top: -20px;
    left: -50px;
    box-shadow: 0 4px 8px rgba(3, 31, 3, 0.361);
}

.social-icons-container a:nth-child(4) i {
    top: 220px;
    left: 300px;
    box-shadow: 0 4px 8px rgba(3, 31, 3, 0.361);
    
}

.cta-section {
    background-color:#031d38;
    padding: 50px 0;
    text-align: center;
    color: white;
}

.cta-section h2 {
    margin-bottom: 20px;
}

.cta-section p {
    margin-bottom: 30px;
}

.cta-section .btn {
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    background-color: white;
    color:#031d38 ;
}

.cta-section .btn:hover{
    background-color: white;
    color:#031d38 ;
    animation: shake 0.5s;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}


.gallery-section {
    padding: 50px 0;
}

.gallery-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.1);
}



@media (max-width: 768px) {
    .objectives-content,
    .objectives-icons {
        text-align: center;
    }
}


.sub {
  padding: 20px 0px;
}

.section .row .col-md-3 {
  border: 1px solid #3c99dc5d;
}

.footer {
  background-color: #031d38;
  padding: 50px 0;
  margin-top: 50px;
}

.footer h1 {
  color: rgb(202, 225, 202);
  padding: 30px;
}

.footer p {
  color: rgb(202, 225, 202);
  padding: 30px;
  justify-items: center;
  text-align: center;
}

.footer p:hover {
  color: white;
}

@media (max-width: 768px) {
  .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .icon i {
    font-size: 24px;
  }
}
.cta-section .btn:active {
    background-color:#2565ae !important; /* New background color when button is clicked */
    border-color: #2565ae !important; /* New border color when button is clicked */
    color: white !important; /* New text color when button is clicked */
    box-shadow: none !important;
  }

/* Custom animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to elements */
.animate__animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animate__fadeInLeft {
  animation-name: fadeInLeft;
}

.animate__fadeInRight {
  animation-name: fadeInRight;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .social-icons {
    display: none;
  }
}
@media (max-width: 1280px) {
  /* Navbar styles */


  /* Carousel caption styles */
.carousel-caption .row .col-md-6 h1{
  font-size: 60px;
}

  /* About section styles */
  .about .row .col-md-7 {
    padding: 30px;
  }

  /* Section header styles */
  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  /* Feature box styles */
  .box {
    padding: 30px;
  }

  .feature h3 {
    font-size: 1.3rem;
  }

  /* Gallery section styles */
  .gallery-section {
    padding: 80px 0;
  }

  .gallery-item img {
    transition: transform 0.3s ease;
  }

  .gallery-item img:hover {
    transform: scale(1.1);
  }

  /* Footer styles */
  .footer h1,
  .footer p {
    padding: 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 932px) {

  body {
    overflow-x: hidden;
}
.icon-container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.chart-icon-container {
  top: 0;
  z-index: 2;
}

.users-icon-container {
  top: 50px;
  left: 120px;
  z-index: 2;
}

#icon{
  border: 1px solid transparent;
  background-color: rgb(236, 236, 236);
  padding: 20px;
  font-size: 80px;
  color: #031d38;
  opacity: 0.8;
  border-radius: 5%;
}

.social-icons-container i {
  position: absolute;
  transform: translate(calc(-50% + 50px), calc(-50% + 50px));
  z-index: 3;
  font-size: 40px;
  border: 1px solid transparent;
  background-color:rgb(236, 236, 236) ;
  color: #031d38;
  padding: 10px;
  border-radius: 50%;
}
.social-icons-container i:nth-child(1) {
  top: -40px;
  left: 230px;
  padding: 20px 30px;
  box-shadow: 0 4px 8px rgba(4, 3, 31, 0.361);
}

.social-icons-container a:nth-child(2) i {
  top: 120px;
  left: 50px;
  box-shadow: 0 4px 8px rgba(3, 6, 31, 0.361);
}

.social-icons-container a:nth-child(3) i {
  top: -10px;
  left: 50px;
  box-shadow: 0 4px 8px rgba(4, 3, 31, 0.361);
}

.social-icons-container a:nth-child(4) i {
  top: 150px;
  left: 260px;
  box-shadow: 0 4px 8px rgba(3, 4, 31, 0.361);
  
}
.objectives-icons{
  margin-left: -30px;
  margin-top: -30px;
  margin-bottom: 150px;
}
.section{
  display: block;

}
.section-header h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  margin-top: 50px;
}
#box p{font-size: 18px; text-align: left;}

.carousel-caption {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}


.carousel-item {
  height: 600px; /* Adjust height as needed */
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
}

#img{
    max-width: 150%;
    margin-top: 50px;
    margin-left: 120px;
}

.carousel-caption h1 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  margin-top: -500px;
}
.carousel-item #img2 {
  height: 120%; /* Maintain aspect ratio */
}
#h1{
  font-size: 50px;
}
}

