@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Pacifico&  family=Roboto:ital,wght@0,100..900;1,100..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&family=Yeon+Sung&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Winky Sans';
}
html{
    font-size:62.5% ;
}
body{
    background: #780206;
    background: -webkit-linear-gradient(45deg, #061161, #780206);
    background: url(assets/images/background-6.jpg),linear-gradient(45deg, rgba(6, 17, 97,0), rgb(120, 2, 6,0));   
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    
}

.navbar_bg{
    background: url(/assets/images/banner_01.jpg),linear-gradient(60deg, rgba(6, 17, 97,0.7)    , rgba(120, 2, 6,0.7));
    background-size: contain;
    background-blend-mode:multiply;
}
.button_bg{
    background-color:#061161;
    color:white;
    border-radius: 1rem;
    width: 7rem;
    height: 3rem;
    
}
.navbar_bg> div > form > input{
    height: 3rem;
}
.button_bg:hover{
    background-color: white;
}
.nav-link:hover{
    color: #1689ee !important;
}
.inputStyle::placeholder{
    font-size: 1.4rem;
}

.navbar-toggler-icon{
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
}
.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
.local_banner{
    width: 90%; 
    margin:5rem 0rem 0rem 6rem; 
    opacity: 50%;
}
.dropdown-item{
    font-size: 2.6rem;
    border-bottom: 1px solid black;
    box-shadow: 0px 0px 1px 1px black inset;
}
.dropdown-item:hover{
    background:linear-gradient(60deg, rgb(1, 30, 255),rgb(255,255,255)    , rgb(253, 2, 10));
    color: white;
}

.modern-card {
            border: none;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
        }

        .modern-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
        }
        
        .card-img-container {
            position: relative;
            overflow: hidden;
            /* height: 75vh !important; */
            /* min-height: 250px; */
            /* border: 2px solid red; */
        }

        .card-img-container img {
            width: 100%;
            height: 80vh;
            object-fit:fill;
            transition: transform 0.4s ease;
        }

        .modern-card:hover .card-img-container img {
            transform: scale(1.1);
        }

        .card-img-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modern-card:hover .card-img-overlay {
            opacity: 0.5;
        }

        .card-content {
            padding: 1.8rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .card-title {
            font-size: 3.8rem;
            font-weight: 500;
            color: #2c3e50;
            margin-bottom: 1rem;
            line-height: 1.3;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .card-description {
            color: #6c757d;
            font-size: 2rem;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            flex-grow: 1;
        }

        .read-more-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            border: none;
            color: white;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            align-self: flex-start;
            position: relative;
            overflow: hidden;
        }

        .read-more-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .read-more-btn:hover:before {
            left: 100%;
        }

        .read-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
            color: white;
            text-decoration: none;
        }

        .read-more-btn i {
            transition: transform 0.3s ease;
        }

        .read-more-btn:hover i {
            transform: translateX(5px);
        }









footer{
    width: 100% ;
    height: 20rem;
    background:linear-gradient(to top right, rgb(16, 16, 22),rgb(30, 33, 71),rgb(0, 3, 32));
    margin: 0;
    padding: 0;
}
.social_logo{
    height: 3rem;
    margin: 2rem;
}

.footer_menu{
    color: grey;
    text-decoration: none;
    font-size: 1.7rem;
    margin-right: 1rem;
}
footer > p{
    color: grey;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
}
.footer_menu:hover{
    color: #780206;
}