body {
  margin: 0;
  padding: 0;
  font-family: "Carlito", sans-serif;
}

/* START NAVBAR CSS */
/* .offcanvas-body ul li a{
    color: aliceblue;
}

.nav-link:hover{
    color: aliceblue !important;
}
.dropdown-menu{
    width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu li a {
    color: black !important;
} */

.navbar-toggler {
  background-color: #ffffffb5 !important;
}

.bg_img {
  background-image: url(./assets/landing/bd_img_nims.gif);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}

/* Center the navbar links */
.navbar-nav {
  flex: 1;
  justify-content: center;
}

.navbar-collapse ul li a {
  padding: 25px !important;
  color: rgb(209, 209, 209);
  font-weight: 700;
}

.navbar-collapse ul li a:hover {
  color: rgb(255, 255, 255);
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: fixed !important;
  left: 25%;
}

/* Dropdown styling */
.dropdown-menu {
  width: 700px;
  left: 0;
  right: 0;
  padding: 20px;
}

.dropdown-menu .row div {
  border-right: 1px solid #ddd;
}

.dropdown-menu .row div:last-child {
  border-right: none;
}

/* Hover effect */
.nav-item:hover .dropdown-menu {
  display: none;
}

.list-unstyled img {
  width: 100%;
}

/* For small screens */
@media (max-width: 767.98px) {
  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column;
  }
}

/* END NAVBAR CSS */


/* START MAIN CSS */
.main_sec {
  margin-left: 3rem;
}

.main_head_row {
  height: 600px;
}

.main_sec_col {
  display: flex;
  align-items: center;
}

.main_sec h1 {
  color: aliceblue;
  font-size: 47px;
  /* overflow: hidden; */
  white-space: nowrap;
  animation: typing 1s forwards;
  width: 0;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.main_sec h5 {
  font-size: 35px;
  line-height: 65px;
  color: aliceblue;
}

.main_sec img {
  width: 100%;
}

.main_sec_span1 {
  font-size: 72px;
  background: -webkit-linear-gradient(233deg, #e61dff, #a2fff6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_sec_span2 {
  font-size: 72px;
  background: -webkit-linear-gradient(363deg, #e61dff, #37ffec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* END MAIN CSS */



/* START 2ND SEC CSS */
.product_heading {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  margin: 4rem 0 4rem 0rem !important;
}

.col6_2nd {
  border-radius: 20px;
  padding: 20px 50px;
  background-color: #404040;
  height: 720px;
}

.col6_2nd h3 {
  margin: 25px 0px;
  color: #2FE0FF;
  font-size: 40px;
}

.col6_2nd p {
  padding-bottom: 28px;
  font-size: 19px;
  font-weight: 400;
  color: aliceblue;
}

.product_bullets {
  border-radius: 14px;
  border: 2px solid aliceblue;
  padding: 6px 12px;
}

.product_bullets_1 span {
  color: aliceblue;
  font-size: 17px;
  font-weight: 500;
  padding-left: 4px;
}

.col6_2nd button {
  border: 2px solid aliceblue;
  color: aliceblue;
  padding: 7px 13px;
  border-radius: 12px;
  background-color: transparent;
}

.col6_2nd_img_1 {
  position: relative;
  /* right: -31px; */
  float: inline-end;
  bottom: -50px;
  left: 50px;
  padding-top: 60px;
  width: 320px;
}

.box:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #45caff 0%, #ff1b6b 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: var(0.7);
  transition: opacity 0.3s;
  border-radius: inherit;
}

/* 
* Prevents issues when the parent creates a 
* stacking context. (For example, using the transform
* property )
*/
.box::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.col6_2nd_img_2 {
  position: relative;
  /* right: -48px; */
  float: inline-end;
  bottom: -50px;
  left: 50px;
  padding-top: 60px;
  width: 280px;
}

/* END 2ND SEC CSS */

/* START 3RD SEC CSS */
.grey_bg {
  background-color: #404040;
}

.roadmap_img {
  display: flex;
  align-items: center;
}

.roadmap_img1 {
  width: 100%;
  animation: rotation 50s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.roadmap_img_2 img {
  width: 100%;
}

/* END 3RD SEC CSS */

/* START PARTNERS 4TH SEC CSS */
.partners {
  height: 200px;
  box-shadow: inset 0px -8px 124px rgb(8 8 8);
}

.cloud {
  width: 100px;
  height: 100px;
  position: relative;
  left: -400px;
}

.fcloud01 {
  top: 70px;
  /* z-index: 100; */
  animation: drift 20s linear infinite;
}

.fcloud02 {
  top: -30px;
  /* z-index: 500; */
  animation: drift 20s 5s linear infinite both;
}

.fcloud03 {
  top: -130px;
  /* z-index: 500; */
  animation: drift 20s 10s linear infinite both;
}

.fcloud04 {
  top: -230px;
  animation: drift 20s 15s linear infinite both;
}


@keyframes drift {
  from {
    transform: translateX(-110px);
  }

  to {
    transform: translateX(1750px);
  }
}

/* END PARTNERS 4TH SEC CSS */
/* Slider Container */
.logo-slider {
  overflow: hidden;
  width: 100%;
  height: 175px;
  box-shadow: inset 0px -8px 124px rgb(8 8 8);
  padding: 10px 0;
  position: relative;
}

/* Logos Container */
.logos {
  display: flex;
  /* Horizontal layout */
  gap: 0;
  /* No gaps between logos */
  animation: slide 20s linear infinite;
  /* Smooth continuous animation */
  align-items: center;
  margin-top: 55px;
  margin-bottom: auto;
}

.logos img {
  max-height: 60px;
  /* Adjust logo size */
  flex-shrink: 0;
  /* Prevent logos from shrinking */
  width: auto;
  /* Maintain aspect ratio */
  padding: 0px 25px;
  border-radius: 20px;
}

/* Keyframes for Smooth Sliding */
@keyframes slide {
  from {
    transform: translateX(0);
    /* Start from the first logo */
  }

  to {
    transform: translateX(-100%);
    /* Move through the first set and start with the duplicate set */
  }
}

/* Responsiveness */
@media (max-width: 768px) {
  .logos img {
    max-height: 40px;
    /* Smaller logos for smaller screens */
  }
}


/* START ECOSYSTEM 5TH SEC CSS */
/* Basic Card Styling */
.col-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eco_card {
  width: 220px;
  height: 220px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Title and Text Styling */
.eco_card-title {
  position: relative;
  top: 60px;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
  transition: color 0.3s, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Move the heading to the left on hover */
.eco_card:hover .eco_card-title {
  position: relative !important;
  top: 0px !important;
  text-align: start;
  padding-left: 20px;
  justify-content: flex-start;
  transform: translateX(-20px);
  /* Adjust this value as needed */
  color: #000;
  /* Optional: change color on hover */
}

.eco_card-text {
  text-align: justify;
  line-height: 16px;
  margin: 0;
  border-top: 1px solid rgb(218, 218, 218);
  padding-top: 10px;
  font-size: 14px;
  color: #000000;
  opacity: 0;
  transition: opacity 0.3s ease;
}


/* Icon Styling */
.eco_icon-container {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-icon {
  margin-top: 100px;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.left-icon,
.right-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.left-icon {
  left: -40px;
}

.right-icon {
  right: -60px;
}

/* Hover Effects */
.eco_card:hover {
  width: 250px;
  height: 300px
}

.eco_card:hover .center-icon {
  opacity: 0;
  transform: scale(0.8);
}

.eco_card:hover .left-icon {
  opacity: 1;
  transform: translateX(-40px);
}

.eco_card:hover .right-icon {
  opacity: 1;
  transform: translateX(40px);
}

.eco_card:hover .eco_card-text {
  opacity: 1;
}

/* END ECOSYSTEM 5TH SEC CSS */

/* START FOOTER CSS */
.footer_col_3 img {
  width: 100%;
}

.footer_heading {
  color: #2FE0FF;
}

.footer_links {
  display: flex;
  justify-content: space-evenly;
  color: aliceblue;
  font-size: 20px;
  font-weight: 400;
}

.footer_links a {
  text-decoration: none;
}

/* END FOOTER CSS */



/* START FORM CSS */
.nims_form_text_col {
  display: flex;
  align-items: center;
}

.nims_form {
  padding: 60px !important;
  border-radius: 15px;
}

.nims_form h6 {
  text-align: center;
  color: aliceblue;
  padding-bottom: 30px;
}

.nims_form label {
  color: aliceblue;
}

.nims_form input {
  background-color: #404040;
  color: #b6b6b6;
}

.form_button {
  margin-top: 28px;
  background-color: #75F94C;
  color: black;
  font-weight: 500;
  border: 2px solid black;
  border-radius: 14px;
  padding: 7px 23px;
}
/* END FORM CSS */

/* START BLOG CSS */

/* END BLOG CSS */


/* START ANMATION CSS */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 0.75s ease-in;
}

.active.fade-right {
  animation: fade-right 0.75s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* END ANMATION CSS */


/* RESPONSIVE CSS */
@media only screen and (max-width: 600px) {
  .main_sec {
    margin-left: 0;
  }

  .navbar-collapse ul li a {
    padding: 10px !important;
  }

  .main_head_row {
    height: 440px;
  }

  .col6_2nd {
    padding: 20px 22px;
    margin-bottom: 40px;
  }

  .col6_2nd_img_1 {
    left: 14px;
    float: right;
    bottom: 0px;
    padding-top: 30px;
  }

  .col6_2nd_img_2 {
    left: 0px;
    bottom: -22px;
    padding-top: 30px;
  }

  .eco_card {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }

  .eco_card:hover {
    width: 100%;
  }

  .footer_col_3 img {
    width: 70%;
  }
}


@media screen and (min-width: 1800px) {
  .bg_img {
    height: 895px;
  }

  .col6_2nd_img_1 {
    padding-top: 100px;
  }

  .col6_2nd_img_2 {
    padding-top: 100px;
  }
}