* {
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins';
  overflow-x: hidden;
}
#navbar {
  transition: width 0.2s linear;
}
#navbar.navbar {
  min-height: 80px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  padding-inline: 50px;
  background-color: white;
  margin-top: 15px;
  min-height: 70px !important;
  width: 60vw !important;
  border-radius: 80px;
  border: 2px solid #6ee8e8;
  
}

#navbar.navbar.scrolled{
  min-height: 80px;
  width: 100% !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  padding-inline: 50px;
  background-color: white;
  margin-top: 0px;
  min-height: 70px !important;
  border-radius: 0px;
  border: none;
}
.nav-link{
  transition: all 0.3s ease;
}

.nav-link-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #106396;
  transition: width 0.3s ease; /* Smooth transition for underline */
}

.nav-item {
  position: relative;
}

.nav-link.active + .nav-link-underline {
  width: 100%;
}

.nav-link-a:hover{
transform: translateY(-10px);
}

.body-container {
  height: 100%;
  width: 100vw !important;
  overflow: hidden !important;
}
.Homepage {
  overflow: hidden !important;
}

.homepage-title-div{
  transition: font-size 0.3s ease;
}




.features-title{
  font-size: 40px;
  font-weight: 700;
  text-shadow: rgba(149, 157, 165, 0.6) 0px 8px 16px !important;
}
.feature-card{
  transition: transform 0.3s ease !important;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: none;
  min-height: 250px;
  max-width: 400px;
}

.feature-card:hover{
 transform: scale(1.1) translateY(-30px);
}

.features-icon{
  height: 100px;
  width: 100px;
  border: 10px solid #33c9ec;
  border-radius: 20px; 
  transform: translateY(-50%); 
  background-color: white;
}

.card-title{
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #E29578;
}

.AboutUs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}

.about-us-container {
    position: relative; /* Needed for absolute positioning */
    min-height: 500px;
    overflow-x: hidden !important;
}

.auc-a {
    background-color: #106396;
}

.auc-bg-text-a {
  font-family: 'Bebas Neue';
  position: absolute;
  bottom: 0;
  left: 100%; /* Start the text off-screen on the right */
  margin: 0;
  padding: 10px;
  color: white;
  font-size: 15vw;
  line-height: 10vw;
  letter-spacing: 0;
  opacity: 8%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.6s ease; /* Smooth transition */
}

.move-left{
  transform: translateX(-100%); /* Move the text into the container */
}


.auc-bg-text-b { /* Optional: Add some padding for better spacing */
    color: white; /* Optional: Contrast text color */
    font-size: 32px !important;
    font-weight: 500 !important; /* Optional: Adjust text size */
}
.auc-bg-text-c{
    color: white;
    font-size: 16px;
    line-height: 32px;
}


.ContactUs{
  display: flex;
  align-items: center;
  height: fit-content;
  padding-top: 200px;
  padding-bottom: 200px;
  width: 100%;
}
.contact-us-button{
  animation: custom-bounce 2s ease-in-out infinite;
  animation-delay: 5s;
  animation-duration: 5s;
}
.contact-us-button button:hover{
  background-color: #147cbc !important;
}

@media screen and (max-width: 1024px) {
  .homepage-title-div {
    line-height: normal !important;
    justify-content: center;
    align-items: center;
    font-size: 56px !important;
    line-height: normal;
    width: 100% !important;
  }

  .homepage-image-div {
    display: none;
    width: 0 !important;
  }

  .homepage-bg-div{
      display: none;
  }

  .contact-us-bg{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
  }
  .ContactUs{
    display: flex;
    align-items: center;
    height: fit-content;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
  .contact-us-content{
    justify-content: center;
  }
  .contact-us-title, .contact-us-title span{
    text-align: center;
  }
  .contact-us-cards{
    justify-content: center;
    align-items: center;
  }
  #dashboard_img{
    display: none;
    width: 0 !important;
  }

  .pillp-muted{
    display: none;
  }


}

@media screen and (max-width: 768px){
  .navbar-brand{
    max-height: 20px !important;
  }
  #navbar.navbar {
    min-height: 80px;
    width: 100% !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    padding-inline: 5px !important;
    background-color: white;
    margin-top: 0px;
    min-height: 70px !important;
    border-radius: 0px;
    border: none;
  }
  .homepage-title-div {
    margin: auto !important;
    justify-content: center;
    align-items: center;
    font-size: 40px !important;
    line-height: normal !important;
    width: 100% !important;
  }

  .title-div-title-text{
    filter: blur(0) !important;
  }
}

@media screen and (max-width: 1324px){
  #navbar.navbar {
    min-height: 80px;
    width: 100% !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    padding-inline: 50px;
    background-color: white;
    margin-top: 0px;
    min-height: 70px !important;
    border-radius: 0px;
    border: none;
  }
}

.form-card
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 60px 0px 60px 0px ;
  max-width: 600px;
  border: 4px solid #fba834;
}
.contact-us-bg{
  max-height: 500px;
  background-color: #0092E4;
}
.contact-us-title
{
  font-size: 40px;
  /* color: white; */
  color: #0092E4;
  font-weight: 600;
}
.custom-card{
  background-color: none !important;
  /* border: 1px solid white; */
  border: 1px solid #0092E4;
  width: fit-content;
  margin-inline-start: 0 !important;
  transition: all 0.3s ease;
}

.custom-card-title{
  font-size: 22px;
  color: #0092E4;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-card-text{
  font-size: 16px;
  color: #0092E4;
  font-weight: 400;
  transition: all 0.3s ease;
}
.custom-card:hover {
  border-color: #ffffff;
  background-color: #0092E4;  /* Change border color to white */
}

.custom-card:hover .custom-card-title,
.custom-card:hover .custom-card-text {
  color: #ffffff;  /* Change text color to white */
}

.custom-card:hover .icon-box {
  background-color: white; /* Change icon box background to blue */
}
.custom-card:hover .icon-a{
  color: #0092E4;
}

.icon-box {
  min-width: 80px ;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0092E4 /* Optional */
   /* Optional: For visual clarity */
}

.icon-a {
  font-size: 30px; /* Adjust icon size as needed */
  color: white /* Customize the icon color */
}
.icon-b {
  font-size: 40px; /* Adjust icon size as needed */
  color: #33c9ec; /* Customize the icon color */
}


/* 
.nav-item {

} */



.title-div-title-text{
  font-family:monospace;
  font-size: 48px;
  font-weight: 600;
  filter: none;
  transition: all 0.2s ease;
}

.blurred{
  filter: blur(10px) ;
}



.nav-link{
    color: #106396 !important;
}


/* .footer-triangle {
  z-index: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: #0a2a49; 
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  opacity: 10%; 
} */

.footer-content{
  z-index: 3 !important;
}






@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes custom-bounce {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: ease-in-out;
  }
  5% {
    transform: translateY(-20px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0);
  }
}
