body {
    padding: 0px;
    margin-top: 100px;
    background-color: black;
}

.main {
    display: flex;
    background-color:#680c88;
    height: 75px;
    border-radius: 0px 0px 25px 25px;
    position: fixed;
    width: 97%;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.logo{
    width: 12%;
    margin-left: -20px;
    
}

.logo img {
    width: 85%;
    height: 100%;
}

.mmm106 {
    font-size: 20px;
    color: white;
    width: 30%;
    align-items: flex-start;
    margin-top: -10px;
}

.contain {
    width: 50%;    
    display: flex;
    justify-content: space-between;
    
}

.contain a {
    text-decoration: none;
    margin: 3px;
    color: black;
    padding-top: 5px;
    text-align: center;
    font-weight: 1000;
    transition: all 0.3s;
    font-size: 20px;
}


.contain a:hover {
    color: whitesmoke;
    background-color: black;
    margin: 3px;
    padding-top: 15px;
    text-align: center;
    font-weight: 1000;
    transition: all 0.5s;
}

/*-----------------------------------------------------------------------------*/


.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 25px 0 0 25px;
}

.search-bar button {
    background-color: #680c88;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-bar button:hover {
    background-color: #360c88;
}





/*------------------------------------------------------------------------------*/



.apk {
    background-color: #f9f9f9; /* Light gray background for a clean look */
    color: #333; /* Dark text color for better readability */
    display: flex;
    justify-content: space-between; /* Space between child elements */
    align-items: center; /* Center items vertically */
    border: 2px solid #ddd; /* Subtle border */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px auto; /* Center the section and add spacing */
    padding: 20px; /* Add padding inside the section */
    max-width: 1200px; /* Limit the maximum width for larger screens */
    height: auto; /* Allow height to adjust based on content */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animation */
}

/* Hover effect with animation */
.apk:hover {
    transform: scale(1.05); /* Slightly enlarge the section */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Add a stronger shadow */
}

/* Animation for child elements */
.apk .ai {
    width: 48%; /* Adjust width for two equal columns */
    text-align: center; /* Center-align text inside */
}

.apk .ai img {
    background-color: #680c88; /* Purple background for the image */
    border-radius: 50%; /* Make the image circular */
    width: 250px; /* Set a fixed width */
    height: 230px; /* Set a fixed height */
    margin-bottom: 15px; /* Add spacing below the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow to the image */
    transition: transform 0.3s ease; /* Smooth animation for scaling */
}

.apk .ai img:hover {
    transform: scale(1.1); /* Slightly enlarge the image on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Add a stronger shadow on hover */
}

.apk .ai h1 {
    font-size: 24px; /* Adjust font size for the heading */
    color: #680c88; /* Purple color for the heading */
    margin-bottom: 10px; /* Add spacing below the heading */
}

.apk .ai p {
    font-size: 16px; /* Adjust font size for the paragraph */
    color: #555; /* Subtle gray color for the text */
}

.apk .ai a h2 {
    font-size: 18px; /* Adjust font size for the download links */
    color: #680c88; /* Purple color for the links */
    text-decoration: none; /* Remove underline from links */
    font-weight: bold; /* Make the text bold */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth hover effect */
}

.apk .ai a h2:hover {
    color: #333; /* Change color on hover */
    transform: scale(1.1); /* Slightly enlarge the text on hover */
}
    
.a {
    background-color:whitesmoke;
    color:Black;
    text-align:center;
    border:gray 2px solid;
    width:40%;
        
}

/*-----------------------------------------------------------------------------*/

.photos {
    height: 250px;
 /*  ------------ border: 5px #680c88 solid;
    padding: 1px;
    background-color: whitesmoke;
---------------   */ 
}
.photos img {
    height:250px;
}


/*-----------------------------------------------------------------------------*/


.section1 {
    background-color: whitesmoke;
    height: 150px;
    justify-content: center;
    text-align: center;
    justify-items: center;
    margin: 5px;
    border: 5px #680c88 solid;

}


.MMM {
    margin: 15px;
}


.MMM button {
    width: 120px;
    height: 55px;
    border: 2px black solid;
}

.MMM button a {
    font-size: 20px;
    font-weight: 200;
    text-decoration: none;

}


.MMM button:hover {
    background-color: #680c88;
    color: whitesmoke;
    background-image:none;

}

.MMM button a:hover {
    background-color: #680c88;
    color: whitesmoke;
    text-decoration: none;
    background-image:none;


}

.call {
    width:90%; height:150px; 
    background-color:#680C88; 
    box-shadow:3px 3px 8px white; 
    margin-left:70px; 
    margin-top:50px; 
    margin-bottom:50px; 
    border-radius:30px;
}

#test {
    color:white; 
    font-weight:bolder; 
    font-size:60px; 
    text-shadow:2px 2px 6px black; 
    text-align:center; 
    items-content:center; 
    font-famlily: 'pt bold heading','shlop regular','Artopyl Demo Regular'; 
}


/*-----------------------------------------------------------------------------*/


.marquee {
    display: flex;
    width: 97%;
    overflow: hidden;
    animation: scroll 10s linear infinite;
}
@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@media (max-width: 768px) {
    .apk {
        flex-direction: column;
        height: auto;
    }
}



/*-----------------------------------------------------------------------------*/       


.section2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid layout */
    gap: 20px; /* Space between grid items */
    padding: 20px; /* Space inside the section */
    background-color:#680c88;/* purple background */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 20px auto; /* Center the section and add spacing */
    width: 90%; /* Adjust width to fit the page */
}


.DataEntry {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Ensures content inside each card is centered */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow for better visuals */
    border-radius: 10px; /* Optional: Rounds the corners */
    background-color: #f9f9f9; /* Optional: Adds a background color */
    gap: 10px; /* Optional: Adds spacing between child elements */
}



.DataEntry a button {
    width: 120px;
    height: 55px;
    border: 2px black solid;
}

.DataEntry a button {
    font-size: 20px;
    font-weight: 200;
    text-decoration: none;
    color: #360c88;
    cursor: pointer;

}


.DataEntry button:hover {
    background-color: #680c88;
    color: whitesmoke;

}

.DataEntry a button :hover {
    background-color: #680c88;
    color: whitesmoke;
    text-decoration: none;

}


/*-----------------------------------------------------------------------------*/




.footer {
    background-color: #680c88;
    display: flex;
    width: 97%;
    justify-content: space-between;
    padding: 10px 0px;
    border: 5px white solid;

}

/* Footer container */
.footer {
    background-color: #680c88; /* Purple background */
    color: white; /* White text color */
    padding: 20px; /* Add padding around the footer */
    text-align: center; /* Center-align text */
    border-top: 4px solid #ddd; /* Add a subtle border at the top */
    margin-top: 20px; /* Add spacing above the footer */
}

/* Owner name section */
.footer .ownername p {
    margin: 5px 0; /* Add spacing between lines */
    font-size: 16px; /* Adjust font size */
    color: white; /* Ensure text is white */
}

.footer .ownername a {
    color: #ddd; /* Light gray for email link */
    font-size: 14px; /* Adjust font size */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease; /* Smooth hover effect */
}

.footer .ownername a:hover {
    color: #fff; /* Change to white on hover */
}

/* Social icons section */
.footer .socialicons {
    margin-top: 15px; /* Add spacing above the icons */
    display: flex;
    justify-content: center; /* Center the icons */
    gap: 15px; /* Add spacing between icons */
    flex-wrap: wrap; /* Allow icons to wrap on smaller screens */
}

.footer .socialicons a img {
    width: 40px; /* Set a fixed size for icons */
    height: 40px; /* Ensure icons are square */
    border-radius: 50%; /* Make icons circular */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.footer .socialicons a img:hover {
    transform: scale(1.2); /* Slightly enlarge the icon on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add a shadow on hover */
}

.ownername {
    width: 30%;
    color: whitesmoke;
    margin-left: 5px;
    font-weight: 600;
}

.ownername p {
    font-size: 20px;
}

.map {
    width: 35%;

}

.socialicons {
    width: 35%;
    display: flex;
    height: 100%;
    justify-content: space-around;
    justify-items: center;
    padding-top: 15px;
}

.socialicons img {
    color: white;
    width: 50px;
    height: 50px;

}
/*-----------------------------------------------------------------------------*/








