h1{
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: blueviolet;
    font-size: 96px;
    font-weight: black;
}
p{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-top: 2%;
    font-size: 15px;
}
.hero{
    background: #f9f7fe;
    padding:60px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.hero h3{
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 35px;
    font-weight: bold;
}
h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: blueviolet;
    font-size: 64px;
    font-weight: black;
    font-style: bold;
}
.hero p{
    font-family: 'Poppins', sans-serif;
    color: #555;
    font-size: 25px;
    font-weight: normal;
    
}

.hero a{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: blueviolet;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: grey 2px;
}
 
a:hover{
    background-color: #555;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
p a{
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: #dadde1;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: grey 2px;
}

.button{
    margin: 15px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    background-color: blueviolet;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    box-shadow: grey 2px;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.button:hover{
    background-color: rgba(76, 0, 130, 0.522);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.col{
    background: #f9f7fe;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.col:hover{
    background-color: #e0d7f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.rounded{
    border-radius: 15px;
}
.rounded:hover{
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.p-2{
    padding: 10px 10px;
}
@media (max-width: 768px) {
    .hero {
        padding: 80px 10px;
    }
    .hero h2 {
        font-size: 28px;
    }
    .hero p {
        font-size: 18px;
    }
    .hero a {
        font-size: 16px;
        padding: 8px 16px;
    }
    .col {
        padding: 10px 10px;
    }
    .col img {
        width: 100%;
        height: auto;
    }
    container{
        padding: 0 10px;
    }
    }
    .about-section container{
        padding: 0 10px;
        
    }
    .about-section{
        padding: 60px 20px;
        text-align: center;
    }
    .about-section h2{
        font-family: 'Poppins', sans-serif;
        color: blueviolet;
        font-size: 48px;
        font-weight: black;
        font-style: bold;
    }
    .about-section p{
        font-family: 'Poppins', sans-serif;
        color: #000;
        font-size: 15px;
        font-weight: bold;
        margin-top: 5px;
        padding: 3px;
    }
    .about-section a{
        display: inline-block;
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        background-color: rgb(137, 43, 226);
        border-radius: 10px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        box-shadow: grey 2px;
    }
    .about-section a:hover{
        background-color: indigo;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }
    @media (max-width: 768px) {
        .about-section {
            padding: 40px 10px;
        }
        .about-section h2 {
            font-size: 32px;
        }
        .about-section p {
            font-size: 10px;
        }
        .about-section a {
            font-size: 16px;
            padding: 8px 16px;
        }
    }
main{
    padding: 60px;
    margin: 1px;
}
.logo{
    max-height: 40px;
}
.logo-container{
    padding: 10px;
    margin-bottom: 15px;
}
nav li{
    display: inline;
    list-style: none;
    line-height: 42px;
    margin-left: 10px;
}
nav ul{
    margin: 0;
    padding: 0;
}
nav{
    padding: 20px 0;
    
}
nav a{
    text-decoration: none;
    color: #272142;
    
}
nav a:hover{
    color: blueviolet;
    transition: all 100ms ease-in-out;
}
nav li.active a{
    color: red;
}
.contact-box .btn{
    padding: 5px;
    border-radius: 10px;
    font-size: 20px;
}
.contact-box{
    margin: 15px;
}
.contact-box h4{
    font-size: 48px;
}
 .text-muted{
padding: 0;
font-size: 20px;
}