body{
    background-image: url("https://png.pngtree.com/thumb_back/fw800/background/20240525/pngtree-cyber-security-technology-background-image_15805155.jpg");
    background-size: cover;
    height: 100vh;
    
}
html{
    scroll-behavior: smooth;
}
.bg-body-tertiary{
    background: none !important;
    text-align: end;
}
.nav-link{
    color: white;
    font-size: 18px;
}
.nav-item{
    display: flex;
}
.hello{
    text-align: center;
    color: white;
    margin-top: 25px;
}
.hi{
    color: white;
    text-align: center;
    margin-top: 20px;
}
.c1{
    border: none;
    font-size: 1.4rem;
    margin: 0px 1rem 0px 0.5rem;
    width: 130px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    justify-content: end;
}
.nav-link:hover{
    background-color: white;
    color: black;
    border-radius: 10px;
}
.bed{
    display: flex;
    justify-content: end;
    color: white;
    margin-right: 21px;
    margin-top: 131px;
    font-size: 22px;
}
.cyber-security-section {
    padding: 100px 20px;
    background-color: #0a0a0a;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    transition: transform 0.8s ease-in-out;
    
}

.image-container img {
    border-radius: 10px;
    max-width: 100%;
}

.text-container h2 {
    font-weight: bold;
}

.text-container .highlight {
    color: #ffffff;
    font-size: 35;
}
.cyber-security-section{
    background-color: #6c757dbd;
}

.landing-page{
    height: 650px;
}
.text-container p {
    font-size: 1rem;
    line-height: 1.6;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.bed{
    opacity: 0;
    animation: fadeInUp 0.8s ease-in-out forwards;
}
.bed:nth-child(1){ animation-delay: 0.8s; }

.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease-out, transform 0.8s ease-out;
  }
  
  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Image Hover Effect */
  .image-container img {
    transition: transform 0.4s ease-in-out;
  }
  
  .image-container img:hover {
    transform: scale(1.05);
  }

  .search-container {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.search-input {
    padding: 10px;
    border: 2px solid #007bff;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 247px;
    margin-top: 10px;
    border-radius: 38px;
    height: 36px;
}
.search-results {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}
.search-results div {
    padding: 10px;
    cursor: pointer;
}
.search-results div:hover {
    background: #007bff;
    color: white;
}
input::placeholder {
    color: gray;
    font-style: "Open Sans;";
    font-size: 14px;
}
