/* Reset some default styles */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
    color: #333;
}



/* Add styles for the section */
.about-area {
    background-color: #fff;
}

/* Add styles for the about content */
.about-content {
    text-align: left;
}

.about-title h2 {
    font-size: 1.5rem;
    color: #333;
}

.about-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}

.about-content ul {
    list-style: none;
    margin-top: 15px;
}

.about-content li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #1f075b !important;
}

/* Add styles for the icons */


/* Add styles for the image container */
.image-container {
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
}

/* Add styles for the marquee */
marquee {
    width: 100%;
    height: 100%;
}

.beautiful-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
   
        opacity: 2; /* Set initial opacity to 0 */
        transition: opacity 0.5s ease;
}

.image-container {
    border: 5px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
}

marquee img {
    width: 100%;
    height: 100%;
}

.beautiful-text .icon
{
    position: absolute;
    left: 0;
    font-size: 20px;
}
.gallery-image {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 175px !important;
}
.Alunimini_section
{
    background-color: darkmagenta;
}
.services-box {
    border-radius: 8px;
    background-color: #f5f5f5;
    padding: 17px 50px;
    height: 200px !important;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid-item {
    animation: fadeInUp 5s ease-in-out;
}

/* Add your existing styles here */

.gallery-image img {
    width: 100%;
    height: auto;
}
.main-menu ul li a {
    margin-left: 6px !important;
  }
  .main-menu_1 {
    margin: -10px;
    margin-left: 15px;
}
.Why_pes_1 {
    width: 600px;
    height: 257px;
    max-width: 600px;
    margin: 10px;
    box-shadow: 0 0 10px rgb(249 249 249);
    padding: 20px;
    border-radius: 8px;
    margin-top: -15px;
    margin-right: 20px;
    margin-left: 0px;
}
.Why_pes {
    width: 600px;
    max-width: 600px;
    margin: 10px;
    box-shadow: 0 0 10px rgb(249 249 249);
    padding: 20px;
    border-radius: 8px;
    margin-top: -15px;
    margin-right: 20px;
    margin-left: 0px;
}