
*.alan-sans-uniquifier {
  font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


.header{
    min-height: 100vh;
    width: 100%;
    
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('OIP (6).jpg');

background-attachment: fixed;
background-size: cover;
    
    position: relative;
}


.nav{
    background-color: blue;
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.nav-links{
    flex: 1;
    text-align: center;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #c6f812;
    text-decoration:rgb(19, 4, 152);
    font-size: 18px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5;
}
.nav-links ul li:hover::after{

    width: 100;

}

h2{
    text-align: center;
}


.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
text-align: center;
}
.text-box h1{
    font-size: 62px;
    }
    .text-box p{
        margin: 10px 0 40px;
        font-size: 14px;
        color: rgb(235, 12, 161);
    }
    .Hero-btn{
        display: inline-block;
        text-decoration: none;
        color:aqua;
        border: 1px solid #e40dae;
        padding: 13px 15px;
        background: transparent;
        position: relative;
        cursor: pointer;

    }
    .Hero-btn:hover{
        border: 1px solid #035409;
        background: #035702;
        transition: 1s;
    }




.search-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 50px;
        }

        /* Styling the search input */
        .search-input {
            width: 300px;
            padding: 10px;
            border: 2px solid #ccc;
            border-radius: 5px 0 0 5px;
            font-size: 16px;
            outline: none;
        }

        /* Styling the search button */
        .search-button {
            padding: 10px 20px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            font-size: 16px;
        }

        /* Hover effect for the button */
        .search-button:hover {
            background-color: #0056b3;
        }


.comment-item {
  background: #f0f4ff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.comment-item button {
  background: #007bff;
  color: white;
  border: none;
  padding: 6px 10px;
  margin: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.comment-item button:hover {
  background: #0056b3;
}
nav .fa{
    display: none;
}  

  @media(max-width: 700px){
    .text-box h1{
        font-size: 20px;

    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #065c03;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200;
        text-align: left;
        z-index: 2;
transition: 1s;
    }
    nav .fa{
        display: block;
        color: blue;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
  }
  .nav .fa{
    display: none;
  }
  p {
    background-color: lightblue; /* Sets the background color */
    padding: 20px;              /* Sets padding on all sides */
    border: 1px solid steelblue; /* Optional: adds a border for visual clarity */
}
   
   @media (max-width: 700px) {
    .text-box h1{
        font-size: 20px;

    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top:0;
        right:-200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #dcf309;
        margin: 10;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30;
    }


   } 

        
    .Plant & Business{
        width: 80%;
        margin:auto;
        text-align: center;
        padding-top: 100px;
    }
        h1{
            font-size: 36px;
            font-weight: 600;
        }
        p{
            color:blueviolet;
            font-size: 14px;
            font-weight: 300;
            line-height: 22px;
            padding: 10px;

        }
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.Plant & Business-col{
    flex-basis: 31%;
    background:#05c51c;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;

}
.Plant & Business-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
.Plant & Business{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.SOUL Socials-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.SOUL Socials-col img{
    width: 10%;
}
.layer{
    background: rgba(226, 0, 0, 0.7);
    height: 10%;
    width: 100;
    position: absolute;
    left: 0;
    
}
@media (max-width: 600px) {
            .search-input {
                width: 200px;