/* ------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------ */
html{
  /* font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-size: calc(5px + (17 - 5) * ((100vw - 300px) / (1600 - 300))); */
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* background-image: linear-gradient(rgba(1, 5, 19, 0.2),rgba(3, 21, 92, 0.2)); */
/* .about{
    flex:3;
    background-color: aqua;
    height: 100%;
    display: flex;
    flex-direction: column;
    
  } */

  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 65vh; */
    background-color: #001f3f; /* Dark blue background */
    overflow: hidden;
}

.cnc-image {
    width: 100%;
    /* height: 65vh; */
    object-fit: cover; /* Ensures full coverage */
}

/* ------------------------------------------------------------------------------------------------------------------------ */
#welcome {
  position: absolute;
  /* visibility: hidden; */
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 999;
  opacity: 0;
}

#welcome img {
  position: absolute;
  left: 7%;
  top: 30%; 
  width: 20%; 
  opacity: 0;
  transform: translateY(50px) scale(0.9); 
  transform: rotate(-10deg)
}
/* ------------------------------------------------------------------------------------------------------------------------------- */
