*{
    margin: 0;
    padding: 0;
    font-family: 'Chakra Petch', sans-serif;
}

/*Menu*/
header{
    position: relative;
    padding: 0 2rem;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #000761;
    font-size: 17px;
}

.navbar a:hover{
    color: #c70039;
    text-decoration: underline;
}

.logo img{
    width: 120px;
}

.navbar{
    width: 100%;
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .links{
    display: flex;
    gap: 2rem;
}

.navbar .toggle_btn{
    color: #000761;
    font-size: 17px;
    cursor: pointer;
    display: none;
}

.action_btn{
    background-color: #44008B;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
}

.action_btn:hover{
    scale: 1.05;
    color: #fff;
}

.action_btn:active{
    scale: 0.95;
}

.dropdown_menu{
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    width: 300px;
    height: 0;
    background-color: #f1f1f1;
    backdrop-filter: blur(25px);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
}

.dropdown_menu.open{
    height: 290px;
}

.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu .action_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width: 992px){
    .navbar .links, .navbar .action_btn{
        display: none;
    }
    
    .navbar .toggle_btn{
        display: block;
    }
    
    .dropdown_menu{
        display: block;
    }
}


/*About*/
.heading{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto;
}

.heading h1{
    padding-top: 50px;
    font-size: 50px;
    background: radial-gradient(circle farthest-corner at center center, #FF5733 0%, #44008B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 25px;
}

.heading h1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #44008B;
}

.imageContainer{
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-image{
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}

.about-image img{
    max-width: 85%;
    height: auto;
    display: block;
    transition: 0.5s ease;
}

.about-image img:hover{
    transform: scale(1.1);
}

.about-content{
    flex: 1;
}

.about-content p{
    font-size: 17px;
    line-height: 1.5;
    text-align: justify;
}

.container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.card{
    width: 300px;
    height: auto;
    margin: 20px;
    text-align: center;
    font-size: 16px;
    border: 10px ridge #44008b;
    padding: 20px;
    border-radius: 40px;
    cursor: pointer;
}

.card h2{
    font-size: 25px;
    width: 100%;
    color: #44008b;
    border-bottom: .5px dashed #44008b;
    padding-bottom: 10px;
}

span{
    color: #FF5733;
}

button{
    width: 150px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background: linear-gradient(to right, #C70039, #FFC300);
    border-radius: 6px;
    cursor: pointer;
    transition: width 0.5s;
}

button .pic{
    width: 30px;
    display: none;
}

button:hover .pic{
    display: block;
}

button:hover{
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width: 768px){
    .heading{
        padding: 0px 20px;
    }
    
    .heading h1{
        font-size: 36px;
    }
    
    .imageContainer{
        padding: 0px;
    }
    
    .about{
        padding: 20px;
        flex-direction: column;
    }
    
    .about-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .about-content p{
        padding: 0px;
        font-size: 16px;
    }
}

/*Footer*/
.footer{
    padding: 40px 0;
    background-color: #000761;
}

.footer .social{
    text-align: center;
    padding-bottom: 25px;
    color: #fff;
}

.footer .social a{
    font-size: 24px;
    color: inherit;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.75;
}

.footer .social a:hover{
    opacity: 1;
}

.footer ul{
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li a:hover{
    opacity: 1;
}

.footer ul li{
    display: inline-block;
    padding: 0 15px;
}

.footer .copyright{
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    opacity: 0.7;
}