*{
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    font-style: normal;
      
}

.logo img{
    width:50px;
}
.new{
    width:30px;
}
.header{
    min-height:100vh;
    width:100%;
    /* background-image: linear-gradient(rgba(29, 30, 29, 0.7),rgba(61, 92, 194, 0.7)),url(assets/Lib1.jpg); */

    /* background-image: linear-gradient(rgba(29, 30, 29, 0.7),rgba(61, 92, 194, 0.7)),url(assets/Lib2.jpg); */
    background-image: linear-gradient(rgba(1, 1, 1, 0.7),rgba(0, 0, 0, 0.7)),url(assets/Lib2.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}   

nav{
    display:flex;
    justify-content: space-between;
    padding:2% 6%;
    align-items:center;
}

nav image{
    width:150px;
}

.nav-links{
    flex:1;
    text-align:right;
}

.nav-links ul li{
    list-style:none;
    display:inline-block;
    position:relative;
    padding:0px 12px;
}

.nav-links ul li a{
    text-decoration:none;
    font-size:13px;
    color:azure;
}

.nav-links ul li::after{
    content:'';
    width:0%;
    height:2px;
    background:#1334da;
    display:block;
    margin:auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width:100%
}
  
.text-box{
    width:90%;
    color:azure;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:center;
}

.text-box h1{
    color:linear-gradient(rgb(0, 0, 0),rgba(196, 255, 1, 0.881));
    font-family: 'Times New Roman';
    font-size: 30px;
    margin-bottom:2px;      
}

.text-box p{
    padding-bottom:30px;
    color:white;
}



.btn-hero{
    font-size:33px;
    display:inline-block;
    text-decoration:dotted;
    color:antiquewhite;
    border:1px solid rgb(250,235,215);
    padding:12px 34px;
    font-size:13px;
    background: transparent;
    position:relative;
}

.btn-hero:hover{
    border:1px solid #ffffff;
    background:#75e35ca1;
    /* background:#229303a1; */
    transition: 1s;
}

nav .fa{
    display:none;
}

@media(max-width: 700px){
    .text-box h1{
        color:linear-gradient(rgb(0, 0, 0),rgba(196, 255, 1, 0.881));
        font-family: 'Times New Roman';
        font-size: 20px;
    }

    .nav-links ul li{
        display:block;
    }

    .nav-links{
        position:fixed;
        background:#000000;
        height:100%;
        width:200px;
        top:0;
        right:0;
        text-align:left;
        z-index:2;  
        transition:1s;
    }
    
    nav .fa{
        display:block;
        color:rgb(255, 247, 247);
        margin:10px;
        font-size:22px;
        cursor:pointer;
    }


}

.course{
    width:80%;
    margin:auto;
    text-align:center;
    padding-top:100px;
}

h1{
    font-size:30px;
    font-weight:600;
}

p{
    color:#000000;
    font-size:14px;
    font-weight:300;
    line-height:22px;
    padding:10px;
}

.row{
    margin-top:5%;
    display:inline;
    justify-content:space-between;
}

.course .three{
    width:100%;
    text-align:center;
    justify-content: center;
    margin:auto;
    margin-bottom:50px;
}

.course-col{
    flex-basis:31%;
    background: #fff3f3;
    border-radius:10px;
    margin-bottom:5%;
    padding:20px 12px;
    box-sizing:border-box;
    transition:0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin:10px 0;
}
.course-col:hover{
    box-shadow: 0 0 20px 0px rgba(25, 48, 201, 0.189);
}

@media(max-width:700px){
    .row{
        flex-direction:column;
    }
}

.research{
    width:80%;
    margin:auto;
    text-align:center;
    padding-top:50px;
}

.rows {
    display: flex; /* Add flex display to make children elements flex items */
    justify-content: space-between; /* Distribute space between the children */
    margin-top: 5%;
}

.research h3{
    font-size: 30px;
}

.research-col{
    flex-basis:30%;
    border-radius:10px;
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}

.layer h3{
    width:100%;
    font-weight:500;
    font-size:26px;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    position: absolute;
    color:#ffffff;
    opacity:0;
    transition: 0.5s;;
}

.layer:hover h3{
    bottom:49%;
    opacity:1;
    color:rgb(255, 255, 255);
}

.layer h3 a{
    color:inherit;
    text-decoration: none;
}

.research-col img{
    width:100%;
    display:block;
}

@media(max-width:700px){
    .layer h3{
        font-size:15px;
    }
}
.layer{
    background: transparent;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    transition:0.5s;
}

.layer:hover{
    background: rgba(53, 59, 120, 0.635);
}

/* facilities */

/* .facilities{
    width:20%;
    margin:auto;
    text-align: center;
    padding-top:100px;
}

.facilities-col{
    flex-basis:31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align:left;
}

.facilities-col img{
    width:30%;
    border-radius:10px;
    padding:5px;
} */

.facilities {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.rows2 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.facilities-col {
    flex-basis: 30%;
    border-radius: 10px;
    text-align: center;
}

.facilities-col img {
    width: 100%;
    height:80%;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.facilities-col h3 {
    margin-bottom: 5px;
    font-weight:400;
}

.facilities-col a{
    text-decoration: none;
    color:black;
}
.facilities-col p {
    font-size: 14px;
    color: #777;
}


@media(max-width:700px) {
    .facilities {
        width: 90%; /* Adjust the width of the section */
        padding-top: 50px; /* Adjust the top padding */
    }

    .rows2 {
        flex-direction: column; /* Stack the columns vertically on smaller screens */
    }

    .facilities-col {
        flex-basis: 100%; /* Set the width of columns to full width */
        margin-bottom: 20px; /* Add some space between the columns */
    }

    .facilities-col img {
        width: 100%; /* Set the width of the images to full width */
    }

    .facilities-col h3,
    .facilities-col p {
        font-size: 14px; /* Adjust font size for smaller screens */
    }
}


.contact{
    margin:100px auto; 
    width:80%;
    /*background-image: linear-gradient(rgba(29, 30, 29, 0.7),rgba(61, 92, 194, 0.7)),url(assets/contact.jpg); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(1, 1, 1, 0.7)),url(assets/contact.jpg);
    background-position: center;
    background-size: cover;
    border-radius:10px;
    text-align:center;
    padding:100px 0;
}

.contact h1{
    color:white;
    margin-bottom: 40px;
    padding:0;
}

@media(max-width:700px){
    .contact h1{
        font-size:20px;
    }
}

/* footer */
.footer{
    width:100%;
    text-align: center;
    padding:30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight:600;
    font-size:20px;
}

.footer p{
    width:80%;
    margin:auto;
    text-align:center;
}

.icons .fa-brands{
    color:#f44336;
    margin:0 13px;
    cursor:pointer;
    padding:12px 0;
}

.fa-heart{
    color:#f44336;
}

/* SUB-HEADER */
.sub-header{
    height:50vh;
    width:100%;
    /* background-image: linear-gradient(rgba(15, 14, 14, 0.7),rgba(25, 10, 237, 0.493)),url(assets/Ab.jpg); */
    background-image: linear-gradient(rgba(15, 14, 14, 0.7),rgba(9, 9, 10, 0.852)),url(assets/Ab.jpg);
    background-position: center;
    background-size:cover;
    text-align:center;
    color:#fff;
}

.sub-header h1{
    margin-top:40px;
    text-align:center;
}

.about-us{
    width:80%;
    margin:auto;
    padding-top:0%;
    /* padding-top:10% */
    padding-bottom:30px 2px;
}

.about-col{
    flex-basis:48%;
    padding:30px 2px;
}

.about-col img{
    width:126%;
    padding-right:0px;
    height: 100%;
}

.about-col h1{
    padding-top:0;
    font-size:26px;
}

.about-col p{
    padding:15px 0 25px;
}

/* .btn-hero{
    font-size:33px;
    display:inline-block;
    text-decoration:dotted;
    color:antiquewhite;
    border:1px solid rgb(250,235,215);
    padding:12px 34px;
    font-size:13px;
    background: transparent;
    position:relative;
}

.btn-hero:hover{
    border:1px solid #ffffff;
    background:#75e35ca1;
    transition: 1s;
} */
.red-btn{
    font-size:13px;
    display:inline block;
    text-decoration: dotted;
    color:antiquewhite;
    padding:12px 34px;
    border:1px solid rgb(250,235,215);
    background: black;
    position:relative;
}

.red-btn:hover{
    border:1px solid #ffffff;
    background: #05124ad8;
    transition:1s;
}

.location{
    width:80%;
    margin:auto;
    padding:80px 0;
}

.location iframe{
    width:100%;
}

.contact-us{
    width:80%;
    margin:auto;
}

.contact-col{
    flex-basis:48%;
    margin-bottom:30px;
}

.contact-col div{
    display:flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size:28px;
    color:#f44336;
    margin:10px;
}