
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(36, 36, 36, 0.4)), ;
    height: 70vh;

    display: flex;
    margin: 0;
    color: white;
    text-shadow: rgb(1, 1, 12, 0.5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

@media (max-width:820px) {
    .collapse{
        background-color: rgba(0, 0, 0, 0.318);
    }
    
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*{
  
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
}
header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(36, 36, 36, 0.4)), ;
    height:100vh;
    background-image: url(assets/admission.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(36, 36, 36, 0.4)), ;
    height: 70vh;



}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h4{
    margin-top: 30px;
    padding-left:20px ;
}

h1 {
    font-size: 3rem;

}

p {
    font-size: 1.7rem;


}

@media(max-width:768px) {
    h1 {
        font-size: 2.3rem;
    }

    p {
        font-size: 1rem;


    }
}

span img {
    width: 60px;
    margin-left: 60px;

}

h5 {
    color: rgb(18, 18, 97);
}

.apply {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(36, 36, 36, 0.4)), url(assets/admission.jpg) center/cover no-repeat;

}

.top-50 {
    padding-top: 200px;
    font-size: 1.7rem;
    font-weight: 200;
}

/* -------------------CARD------------------- */
.campus-card .card-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;

}

/* new img hidden */
.campus-card .default {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

.campus-card .new {

    z-index: 0;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;

}

.campus-card:hover .default {
    opacity: 0;

}

.campus-card:hover .new {
    opacity: 1;


}

.campus-text {
    text-shadow: 1px 1px 6px rgba(0 0 0 0.6);
    position: absolute;
    color: aliceblue;
    font-size: 1.7rem;
    font-weight: 300;
    z-index: 3;
    justify-content: center;
    text-align: center;
    translate: middle;
}

.campus-card {
    margin-top: 30px;
    height: 300px;
    justify-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

@media (min-width:850px) {
    .Q-sec {
       align-items: center;
    }


}

h2 {
    color: rgb(9, 9, 50);
    text-shadow: 1px 1px 6px rgba(0 0 0 0.1);
}

.bg {
    background-color: rgb(197, 196, 196);
    padding-bottom: 50px;
}

h3 {
    color: rgb(9, 9, 50);
    text-shadow: 1px 1px 6px rgba(0 0 0 0.1);
    text-align: center;

}

.f-col {

    padding-top: 50px;
}

.input {
    padding-bottom: 20px;
}


.custom-btn {
    background: linear-gradient(to right, rgb(25, 65, 102), rgb(12, 41, 69));
    color: white;
    border: none;
    border-radius: 30px;
    width: 350px;
    height: 50px;

    display: block;
    font-size: large;



}

@media (max-width:450px) {
    .custom-btn {
        width: 300px;
        margin-top: 20px;
        margin-left: 10px;

    }
}
.book{
    width: 60px;
    align-items: center;
    align-self: center;
    

}
.title{
   
    padding-top: 40px;
    font-size: 26px;
    padding: 20px;
}
.content{
    font-size: 20px;
    padding-bottom: 40px;
}
footer{
    background-color: rgb(15, 11, 36);
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding: 40px 0;
    flex-wrap: wrap;


}
ul .address{
     font-size: 17px;
}
footer a:hover{
    text-decoration: underline;
}
a{
    color: white;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;



}
li{
       padding-top: 10px;


}
ul{
    list-style: none;

}

.media-icons{
    margin-left: 30px;
}
@media (min-width:904px) {
   ul h4{
    margin-left: 20px;
}
}
ul h4{
    color: burlywood;
}
.heading{
    font-size: 17px;

}
