@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');
*{
    margin: 0px;
    padding: 0px;
}


.navbar{
    background: rgb(174,174,251);
    background: -moz-linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    background: linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aeaefb",endColorstr="#191970",GradientType=1);
}
.navbar li a{
    color: #fff !important;
    text-align: right;
}
.navbar .dropdown-menu a{
    color: #000 !important;
}

.fa-bars{
    font-size: 30px !important;
    color: #fff;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-brand{
    width: 100px;
    height: 40px;
    overflow: inherit;
    z-index: 1;
}

.banner{
    background: rgb(174,174,251);
    background: -moz-linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    background: linear-gradient(90deg, rgba(174,174,251,1) 20%, rgba(25,25,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aeaefb",endColorstr="#191970",GradientType=1);
    padding-top: 5%;
    
}
.banner-title{
    padding-top: 100px !important;
}

.margin-bottom{
    margin-bottom: 50px;
}
.margin-top{
    margin-top: 50px;
}
.round{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid tomato;
    background-color: tomato;
    margin: 0 auto;
    color: white;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 10px;
}

.more a{
    text-decoration: none;
}
.more a:hover{
    text-decoration: underline;
    color:tomato;
}
.more1 a{
    text-decoration: none;
    color:black;
}
.more1 a:hover{
    text-decoration: underline;
    color:black;
}
.btn-danger{
    background-color: tomato !important;
    border: none !important;
    border-radius: 0 !important;
}
.btn-warning{
    background-color:gold !important;
    border: none !important;
    border-radius: 0 !important;
    color: white;
}
.btn-warning:hover{
    color: white;
}
.btn-secondary{
    border: none !important;
    border-radius: 0 !important;
}
.btn-light{
    border: none !important;
    border-radius: 0 !important;
}

.confidencial{
    display:none;
}

.title::before{
    content: "";
    background: tomato;
    height: 5px;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(64px);
    font-family: 'Titillium Web', sans-serif;
}
.title::after{
    content: "";
    background: tomato;
    height: 10px;
    width:50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}


.title3::before{
    content: "";
    background: tomato;
    height: 5px;
    width:250px;
    display: block;
    transform: translateY(49px);
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 5px;
}


.padding{
    padding-top: 20px;
    padding-bottom: 20px;
}

.social{
    background-color:#404956;
}

.footer{
    background-color:#2f3640;
    color:white;
    padding-top: 30px;
}
.footer a{
    color: white;
}



.login-form{
    width: 500px;
    background-color: aquamarine;
    margin: 40px auto;
    height: 500px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 12px -7px rgba(0,0,0,0.75);
}
.form-area{
    width: 300px;
    margin:20px auto;
}
input [type="submit"]{
    border: none;
   
}


.back-color{
    background-color: rgb(174,174,251);
    
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.back-color:hover{
    background-color: tomato;
}

/*.banner-1, .banner-2, .about, .news, .desk, .prag, .shastri, .acharya, .img-1, .img-2, .img-3, .img-4, .col-con, .col-img, .map {
    opacity: 0;
}
.banner-1 .animated, .banner-2 .animated, .about .animated, .news .animated, .desk .animated, .prag .animated, .shastri .animated, .acharya .animated, .img-1 .animated, .img-2 .animated, .img-3 .animated, .img-4 .animated, .col-con .animated, .col-img .animated, .map .animated{
    opacity: 1;
}*/
.img-1, .img-2, .img-3, .img-4{
    padding: 10px;
    transition: transform .5s; /* Animation */
}
.img-1:hover, .img-2:hover, .img-3:hover, .img-4:hover{
    transform: scale(1.1);
}

.flash {
     font-weight: bolder;
     animation-name: flash;
     animation-duration: 0.8s;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-direction: alternate;
     animation-play-state: running;
     -ms-transform: rotate(-20deg); /* IE 9 */
     transform: rotate(-20deg);
 }
 
 @keyframes flash {
     from {color: red;}
     to {color: rgb(0, 0, 0);}
 }

.card{
    width: 250px;
    position: relative;
    overflow: hidden;
    margin: auto;
}
 .card-img-overlay>div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
 }

 /* Contact Page Enhancements */
 .contact-card {
     border: none;
     transition: transform 0.3s ease;
     border-left: 5px solid tomato;
 }
 .contact-card:hover {
     transform: translateY(-5px);
 }
 .icon-box {
     width: 60px;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(255, 99, 71, 0.1);
     border-radius: 50%;
     flex-shrink: 0;
 }
 .text-danger {
     color: tomato !important;
 }
 .gap-4 {
     gap: 1.5rem;
 }
 .social a:hover {
     color: tomato !important;
     transform: scale(1.2);
     transition: all 0.3s ease;
 }
 .map-container {
     border: 2px solid #eee;
 }
 
 /* Utilities */
 .shadow-sm {
     box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
 }
 
 /* Pagination Styling */
 .pagination .page-link {
     color: tomato;
     border-color: #dee2e6;
 }
 .pagination .page-item.active .page-link {
     background-color: tomato;
     border-color: tomato;
     color: white;
 }
 .pagination .page-link:hover {
     color: #ff4500;
     background-color: #f8f9fa;
     border-color: #dee2e6;
 }
 .pagination .page-link:focus {
     box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.25);
 }

