   /* The Modal (background) */
   .modal {
    display: none;          
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 350px;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right !important;
    font-size: 28px;
    font-weight: bold;
    background: #b56f06;
    padding-right: 5px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: right !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Container for the card list */
.container-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
width: 90%;
max-width: 1200px;
margin: 0px auto;
padding: 10px;
}

/* Card styling */
.card {/* border-radius: 8px; *//* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */ margin-top: 10px; overflow: hidden;transition: transform 0.3s, box-shadow 0.3s;cursor: pointer;text-align: center;padding: 12px;display: flex;flex-direction: column;align-items: center;color: white;background-size: cover;background-position: center;position: relative;height: 300px;}

.card::before,
.card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s ease-in-out;
z-index: 0;
}

.card::before {/* background: rgba(0, 0, 0, 0.3); */}

.card::after {/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)); */opacity: 0;}

.card:hover::after {
opacity: 1;
}

.card:hover {margin-top: 10px;transform: translateY(-10px);box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);}

/* Icon styling */
.icon-wrapper {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin: 15px auto;
animation: pulse 1.5s infinite alternate ease-in-out;
background: rgba(0, 0, 0, 0.5);
position: relative;
z-index: 1;
}

.icon {
font-size: 24px;
color: white;
position: relative;
z-index: 1;
}

/* Card title */
.card h3 {
font-size: 1.2em;
font-weight: 500;
color: #fff;
margin-top: 50px;
position: relative;
z-index: 1;
}

/* Card description */
.card p {font-size: .9em;color: #000;text-align: center;padding: 3px 15px;font-weight: 500;position: relative;line-height: 21px;z-index: 1;margin-top: 20px;}

/* Background images for cards */
/*.card:nth-child(1) { background: #ff6f61; }
.card:nth-child(2) { background: #42a5f5; }
.card:nth-child(3) { background: #66bb6a; }
.card:nth-child(4) { background: #ffa726; }
.card:nth-child(5) { background: #7e57c2; }
.card:nth-child(6) { background: #26c6da; }
.card:nth-child(7) { background: #ff7043; }
.card:nth-child(8) { background: #78909c; }*/

/* Icon background colors */
.card:nth-child(1) .icon-wrapper { background: #ff6f61; }
.card:nth-child(2) .icon-wrapper { background: #42a5f5; }
.card:nth-child(3) .icon-wrapper { background: #66bb6a; }
.card:nth-child(4) .icon-wrapper { background: #ffa726; }
.card:nth-child(5) .icon-wrapper { background: #7e57c2; }
.card:nth-child(6) .icon-wrapper { background: #26c6da; }
.card:nth-child(7) .icon-wrapper { background: #ff7043; }
.card:nth-child(8) .icon-wrapper { background: #78909c; }

/* Pulse animation */
@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.1);
opacity: 0.8;
}
}

/* Responsive adjustments */
@media (max-width: 600px) {
.container-list {
gap: 10px;
width: 95%;
padding: 5px;
}
.card {padding: 15px;height: 300px;}
.icon-wrapper {
width: 45px;
height: 45px;
}
.icon {
font-size: 20px;
}
.card h3 {
font-size: 1.2em;
}
.card p {
font-size: 0.9em;
height:30px;

}
}

.welcome-text {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 10px;
font-size: 1.2rem;
line-height: 1.6;
}

/* Adjust font size for better readability on small screens */
@media (max-width: 768px) {
.welcome-text {
font-size: 1rem;
padding: 6px;
}
}
.pt-10{padding-top:10px;} 
.pb-10{padding-bottom:10px;} 



.at-text1 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #000 !important; 
}

.at-text2 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
     color: #000 !important;
  
}
.at-text3 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
   color: #000 !important;
   
}

.at-text4 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
     color: #000 !important;
}

.at-text5 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #000 !important;
}

.at-text6 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #000 !important;
}

.at-text7 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #000 !important;
}

.at-text8 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #000 !important;
}
@keyframes glow-1 {
    0% { text-shadow: 0 0 10px #ff6f61, 0 0 20px #ff6f61, 0 0 40px #ff6f61, 0 0 80px #ff6f61; }
    100% { text-shadow: 0 0 10px #ff1744, 0 0 20px #ff1744, 0 0 40px #ff1744, 0 0 80px #ff1744; }
}

@keyframes glow-2 {
    0% { text-shadow: 0 0 10px #42a5f5, 0 0 20px #42a5f5, 0 0 40px #42a5f5, 0 0 80px #42a5f5; }
    100% { text-shadow: 0 0 10px #1e88e5, 0 0 20px #1e88e5, 0 0 40px #1e88e5, 0 0 80px #1e88e5; }
}

@keyframes glow-3 {
    0% { text-shadow: 0 0 10px #66bb6a, 0 0 20px #66bb6a, 0 0 40px #66bb6a, 0 0 80px #66bb6a; }
    100% { text-shadow: 0 0 10px #2e7d32, 0 0 20px #2e7d32, 0 0 40px #2e7d32, 0 0 80px #2e7d32; }
}

@keyframes glow-4 {
    0% { text-shadow: 0 0 10px #ffa726, 0 0 20px #ffa726, 0 0 40px #ffa726, 0 0 80px #ffa726; }
    100% { text-shadow: 0 0 10px #ff9100, 0 0 20px #ff9100, 0 0 40px #ff9100, 0 0 80px #ff9100; }
}

@keyframes glow-5 {
    0% { text-shadow: 0 0 10px #7e57c2, 0 0 20px #7e57c2, 0 0 40px #7e57c2, 0 0 80px #7e57c2; }
    100% { text-shadow: 0 0 10px #5e35b1, 0 0 20px #5e35b1, 0 0 40px #5e35b1, 0 0 80px #5e35b1; }
}

@keyframes glow-6 {
    0% { text-shadow: 0 0 10px #26c6da, 0 0 20px #26c6da, 0 0 40px #26c6da, 0 0 80px #26c6da; }
    100% { text-shadow: 0 0 10px #00acc1, 0 0 20px #00acc1, 0 0 40px #00acc1, 0 0 80px #00acc1; }
}

@keyframes glow-7 {
    0% { text-shadow: 0 0 10px #ff7043, 0 0 20px #ff7043, 0 0 40px #ff7043, 0 0 80px #ff7043; }
    100% { text-shadow: 0 0 10px #e64a19, 0 0 20px #e64a19, 0 0 40px #e64a19, 0 0 80px #e64a19; }
}

@keyframes glow-8 {
    0% { text-shadow: 0 0 10px #78909c, 0 0 20px #78909c, 0 0 40px #78909c, 0 0 80px #78909c; }
    100% { text-shadow: 0 0 10px #546e7a, 0 0 20px #546e7a, 0 0 40px #546e7a, 0 0 80px #546e7a; }
}


@keyframes glow-move-1 {
    0% { text-shadow: 0 0 10px #ff6f61, 0 0 20px #ff6f61, 0 0 40px #ff6f61, 0 0 80px #ff6f61; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #ff1744, 0 0 20px #ff1744, 0 0 40px #ff1744, 0 0 80px #ff1744; transform: translateY(-5px); }
}

@keyframes glow-move-2 {
    0% { text-shadow: 0 0 10px #42a5f5, 0 0 20px #42a5f5, 0 0 40px #42a5f5, 0 0 80px #42a5f5; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #1e88e5, 0 0 20px #1e88e5, 0 0 40px #1e88e5, 0 0 80px #1e88e5; transform: translateY(-5px); }
}

@keyframes glow-move-3 {
    0% { text-shadow: 0 0 10px #66bb6a, 0 0 20px #66bb6a, 0 0 40px #66bb6a, 0 0 80px #66bb6a; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #2e7d32, 0 0 20px #2e7d32, 0 0 40px #2e7d32, 0 0 80px #2e7d32; transform: translateY(-5px); }
}

@keyframes glow-move-4 {
    0% { text-shadow: 0 0 10px #ffa726, 0 0 20px #ffa726, 0 0 40px #ffa726, 0 0 80px #ffa726; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #ff9100, 0 0 20px #ff9100, 0 0 40px #ff9100, 0 0 80px #ff9100; transform: translateY(-5px); }
}

@keyframes glow-move-5 {
    0% { text-shadow: 0 0 10px #7e57c2, 0 0 20px #7e57c2, 0 0 40px #7e57c2, 0 0 80px #7e57c2; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #5e35b1, 0 0 20px #5e35b1, 0 0 40px #5e35b1, 0 0 80px #5e35b1; transform: translateY(-5px); }
}

@keyframes glow-move-6 {
    0% { text-shadow: 0 0 10px #26c6da, 0 0 20px #26c6da, 0 0 40px #26c6da, 0 0 80px #26c6da; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #00acc1, 0 0 20px #00acc1, 0 0 40px #00acc1, 0 0 80px #00acc1; transform: translateY(-5px); }
}

@keyframes glow-move-7 {
    0% { text-shadow: 0 0 10px #ff7043, 0 0 20px #ff7043, 0 0 40px #ff7043, 0 0 80px #ff7043; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #e64a19, 0 0 20px #e64a19, 0 0 40px #e64a19, 0 0 80px #e64a19; transform: translateY(-5px); }
}

@keyframes glow-move-8 {
    0% { text-shadow: 0 0 10px #78909c, 0 0 20px #78909c, 0 0 40px #78909c, 0 0 80px #78909c; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #546e7a, 0 0 20px #546e7a, 0 0 40px #546e7a, 0 0 80px #546e7a; transform: translateY(-5px); }
}

/*.at-text1 { animation: glow-move-1 1.5s infinite alternate ease-in-out; }
.at-text2 { animation: glow-move-2 1.5s infinite alternate ease-in-out; }
.at-text3 { animation: glow-move-3 1.5s infinite alternate ease-in-out; }
.at-text4 { animation: glow-move-4 1.5s infinite alternate ease-in-out; }
.at-text5 { animation: glow-move-5 1.5s infinite alternate ease-in-out; }
.at-text6 { animation: glow-move-6 1.5s infinite alternate ease-in-out; }
.at-text7 { animation: glow-move-7 1.5s infinite alternate ease-in-out; }
.at-text8 { animation: glow-move-8 1.5s infinite alternate ease-in-out; }*/

/* .wt {
position: relative;
font-family: sans-serif;
text-transform: uppercase;
font-size: 1em;
letter-spacing: 3px;
overflow: hidden;
background: linear-gradient(90deg, #000, #fff, #f1f1f1);
background-repeat: no-repeat;
background-size: 80%;
animation: animate 3s linear infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
} */


/* Hero Section */
        .hero {
    /*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1538370965046-79c0d6907d47?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);*/
 background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/aw03.jpg');

    height: 75vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 70px;
    color: white;
    padding: 2rem;
}        .hero h1 {
          
            margin-bottom: 1rem;
        }


    


