
  html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: linear-gradient(-35deg, #0b0b0b 0%, #011b47 100%);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex; 
  flex-direction: column;
  background-attachment: fixed;
}
/* * {
  outline: 1px solid red;
} */
.webicon {
  width: 225px;
}

#wrapper {
    flex: 1;
}

.chrimg {
  border-radius: 50%;
  width: 11vw;
}

#preloader {
  background: #080f1c;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1000;

  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;
  font-size: 78px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.bracket1 {
    background: linear-gradient(180deg, #2ab5fb 0%, #2151ed 50%, #b765ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pulse 0.4s alternate infinite ease-in-out;
}

.bracket2 {
    background: linear-gradient(180deg, #d91b64 0%, #f67313 50%, #fdcd01 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: pulse 0.4s alternate infinite ease-in-out;
}

.bracket:last-child {
  animation-delay: 0.3s;
}

@keyframes pulse {
  to {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

.loaderx{
    display: block;
    position: relative;
    height: 20px;
    width: 140px;
    background-image: 
    linear-gradient(#5213ff 20px, transparent 0), 
    linear-gradient(#2bc3fc 20px, transparent 0), 
    linear-gradient(#fbc303 20px, transparent 0), 
    linear-gradient(#e21e69 20px, transparent 0);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 0, 40px 0, 80px 0, 120px 0;
    animation: pgfill 1s linear infinite;
  }
  
  @keyframes pgfill {
    0% {   background-image: linear-gradient(#5213ff 20px, transparent 0), linear-gradient(#2bc3fc 20px, transparent 0), linear-gradient(#fbc303 20px, transparent 0), linear-gradient(#e21e69 20px, transparent 0); }
    25% {   background-image: linear-gradient(#e21e69 20px, transparent 0), linear-gradient(#5213ff 20px, transparent 0), linear-gradient(#2bc3fc 20px, transparent 0), linear-gradient(#fbc303 20px, transparent 0); }
    50% {   background-image: linear-gradient(#fbc303 20px, transparent 0), linear-gradient(#e21e69 20px, transparent 0), linear-gradient(#5213ff 20px, transparent 0), linear-gradient(#2bc3fc 20px, transparent 0); }
    75% {   background-image: linear-gradient(#2bc3fc 20px, transparent 0), linear-gradient(#fbc303 20px, transparent 0), linear-gradient(#e21e69 20px, transparent 0), linear-gradient(#5213ff 20px, transparent 0); }
    100% {   background-image: linear-gradient(#5213ff 20px, transparent 0), linear-gradient(#2bc3fc 20px, transparent 0), linear-gradient(#fbc303 20px, transparent 0), linear-gradient(#e21e69 20px, transparent 0); }
  }
  
.nice-bk {
  position: absolute;
}

.main-container {
      position: absolute;
      top: 0;
      width: 62%;
      left: 19%;
}

.side-1 {
    background-image: url(./assets/bk-side-1.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90vh;
    width: 25vw;
    left: 0;
    top: 0;
    position: absolute;
}

#side-2 {
    background-image: url(./assets/CIRCLES-side.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    position: absolute;
}

#side-3 {
    left: 20vw;
    top: 20px;
}

.col-h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 39px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
}

.col-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #3c63ae;
  font-family: 'Source Sans Pro', sans-serif;
      font-size: 23px;
}

.box-b1 {
  background: linear-gradient(0deg, #1e3d72 0%, #2a5299 100%);
  border-radius: 33px;
  padding: 50px 55px;
  top: 20px;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  font-weight: lighter;
}

.box-b2 {
    margin-top: 70px;
}

.row-t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.row-t2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.col-text {
  width: 60%;
}

.row-a1 {
      background-color: #fff;
      padding: 1.5vw 3vw;
      border-radius: 31px;
      z-index: 4;
      position: relative;
}

.row-a1-b1 {
      background-color: #999;
      height: 40px;
      top: -24px;
      position: relative;
      z-index: 3;
      width: 92%;
      left: 4%;
      border-radius: 0px 0px 29px 29px;
}

.row-a1-b2 {
    background-color: #575b56;
    height: 40px;
    top: -48px;
    position: relative;
    z-index: 2;
    width: 84%;
    left: 8%;
    border-radius: 0px 0px 29px 29px;
}

.row-a1-b3 {
    background-color: #38568c;
    height: 96px;
    top: -120px;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 38px 0px;
}

.row-a1-b4 {
    top: -7vw;
    position: relative;
    z-index: 1;
}

.row-a1-b4 .img1 {
  width: 18vw;
}

.row-a1-b4 .img2 {
    width: 3.6vw;
    position: absolute;
    right: -0.1vw;
    top: 6vw;
}

.row-a1-b4 .img3 {
  position: absolute;
    left: 15.7vw;
    top: 7.2vw;
    width: 1.2vw;
}

.row-a1-b4 .img3:hover {
  width: 2.5vw;
    left: 15.1vw;
    top: 6.6vw;
}

.row-a1-b4 p {
    top: 5.2vw;
    left: 33px;
    position: absolute;
    font-size: 1.2vw;
}

.row-a1 img {
  width: 12vw;
}

.nav-links li .active {
            color: #13e8fd; /* A brighter hover color, like the teal in the image */
        }



.navbar {
            display: flex;
            justify-content: space-between; /* Space out items */
            align-items: center; /* Vertically center items */
            padding: 16px 0px; /* Slightly reduced padding */
            background-color: transparent; /* Make the navbar background transparent */
            color: #fff; /* White text */
            position: relative; /* Needed for absolute positioning of the underline */
            font-family: 'Montserrat';
        }

        .nav-links {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-links li {
            margin-right: 24px; /* Reduced right margin */
            position: relative; /* For the underline */
        }

        .nav-links li:last-child {
            margin-right: 0; /* Remove margin from the last item */
        }

        .nav-links li a {
            color: #e2e8f0; /* Slightly lighter text color */
            text-decoration: none;
            font-size: 18px; /* Slightly larger font size */
            transition: color 0.3s ease; /* Smooth color transition */
            padding-bottom: 4px; /* Add padding at the bottom for the underline effect */
        }

        .nav-links li a:hover {
            color: #13e8fd; /* A brighter hover color, like the teal in the image */
        }

        /* Underline effect */
        .nav-links li a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 2px; /* Thinner underline */
            background-color: #13e8fd; /* Teal underline color */
            transition: width 0.3s ease; /* Smooth width transition */
        }

        .nav-links li a:hover::after {
            width: 100%; /* Underline extends to full width on hover */
        }

        .search-icon {
            color: #cbd5e0;
            font-size: 20px; /* Increased size of the search icon */
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .search-icon:hover {
            color: #fff;
        }

.explore-button {
            display: inline-flex;
            align-items: center;
            padding: 4px 24px;
            padding-right: 4px;
            /* background-image: linear-gradient(to right, #505054, #767676); */
            background-image: linear-gradient(to right, #46aef7, #46aef7);
            border: none;
            border-radius: 32px;
            color: white;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.3s ease;
            position: relative;
            overflow: hidden;
        }

.explore-button:hover {
            transform: translateY(-2px) scale(1.05); /* Slight lift and scale on hover */
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Increase shadow on hover */
            background-image: linear-gradient(to right, #46aef7, #46aef7);
        }

        .explore-button:active {
            transform: translateY(0) scale(0.95);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

/* Expanding background animation */
        .explore-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.3);  /* A semi-transparent white */
            transform: scaleX(0); /* Start with 0 scale on the X-axis */
            transform-origin: left; /* Expand from the left */
            transition: transform 0.3s ease-out; /* Smooth transition */
            border-radius: 24px; /* keep the border radius */
        }

        .explore-button:hover::before {
            transform: scaleX(1); /* Expand to full width on hover */
        }

.explore-button img {
    width: 18px;
    background: #5050503d;
    border-radius: 26px;
    padding: 15px;
    position: relative;
    margin-left: 30px;
}

hr {
      background-color: #6c6b6b52;
      height: 2px;
      border: none;
}

.explore-button:hover img {
            width: 50px;
            background: none;
            border: none;
            padding: 0;
        }

/* Modal background */
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Centered video */
    .modal-content iframe {
      width: 80vw;
      height: 45vw;
      max-width: 960px;
      max-height: 540px;
      border: none;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      color: white;
      cursor: pointer;
    }

p {
      letter-spacing: 1px;
      word-spacing: 2px;
}

.nav-close-icon {
  display: none;
}

.cell-c1 p {
  font-size: 56px;
}

.cell-c2 {
  max-width: 43%;
}
.cell-c2 p {
  font-size: 17px;
  line-height: 28px;
}

.w-p1 {
  font-size: 26px;
}
.w-p2 {
  font-size: 17px;
  line-height: 28px;
}

.credit-d {
  display: flex;
  justify-content: space-evenly;
  margin-top: 80px;
}

.gt-1 {
  font-size: 19px !important;
  font-weight: normal !important;
}
.whsapp-a {
    position:fixed; bottom:20px; right:20px; background-color:#25D366; 
    color:white; border-radius:50%; width:60px; height:60px; 
    display:flex; align-items:center; justify-content:center; 
    font-size:30px; text-decoration:none; box-shadow:0 4px 6px rgba(0,0,0,0.2);
}
.whtsapp-svg {
  fill: white !important;width: 35px;margin-top: 7px;
}
