@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --primary-font: "Poppins", sans-serif;
    --secondory-font: "Ubuntu", sans-serif;
    --title-font: "Oswald", sans-serif;
    --primary-color: #1553a5;
    --secondary-color: #ff914d;

}

* {
    font-family: var(--secondory-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondory-font);
}

button:focus {
    box-shadow: none !important;
}

.icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    color: gray;
}

.swiper-pagination .swiper-pagination-bullet{
    border: 1px solid var(--secondary-color);
    height: 20px;
    width: 20px;
    background-color: white;
    box-shadow: 0px 0px 2px var(--secondary-color);
    opacity: 1;

}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color:var(--secondary-color) ;
    box-shadow: 0px 0px 5px var(--secondary-color);
}

/*----------------logo section----------------------*/
.top-bar {
    /* background-color: #cc723a; */
    /* color: white; */
    font-size: 15px;
    border-radius: 0px 0px 50px 50px;
}

.top-bar .top-shadow {
    /* overflow: hidden; */
    position: relative;
    background-color: white;
    /* padding-bottom:10px !important; */
}

.top-bar .top-shadow::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50px;
    background-color: var(--primary-color);
    /* background-color: var(--secondary-color); */
    /* bottom: 0px; */
}

.top-bar .social-links .icon {
    /* background: linear-gradient(45deg,var(--primary-color),var(--secondary-color)); */
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    height: 25px;
    width: 25px;
    font-size: 15px;
}

/*----------------logo section----------------------*/
.logo-section .logo-icon img {
    height: 95px;
}

.logo-section .logo-name img {
    height: 100px;
}

.logo-section .contact-btns .contact-card {
    /* background: linear-gradient(45deg,var(--acent-color),var(--acent-color2)); */
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
}

.logo-section .contact-btns .contact-card p {
    color: rgb(214, 214, 214) !important;

}

.logo-section .contact-btns .contact-card .icon {
    background-color: white;
    border: 2px solid var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: -12px;
    left: -17px;
    font-size: 20px;
}

.hambar .icon {
    height: 50px;
    width: 50px;
    border: 2px solid var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
    font-size: 20px;
}

/*----------------navbar section----------------------*/

/* .navbar ul .active {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white !important;
} */

/* .navbar ul .active .nav-link {
    color: white !important;
    padding: 0px !important;
} */

.navbar ul .nav-li {
    position: relative;
    /* overflow: hidden; */
    padding: 8px 20px !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 75px !important;
}

.navbar ul .nav-li span {
    transition: all 0.3s ease-in-out;

}

.navbar ul .nav-li:hover span {
    color: white;
}

.navbar ul .nav-li .nav-link {
    padding: 0px !important;
}

.navbar ul .nav-li:hover .nav-link {
    padding: 0px !important;
    color: white;
}

.navbar ul .nav-li::before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 75px;

}

.navbar ul .nav-li::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease-in-out;
    border-radius: 75px;
    z-index: -1;
}

.navbar ul .nav-li:hover::before {
    height: 100%;
    width: 100%;
    border-radius: 75px;
    /* top:0px; */
}

.navbar ul .nav-li:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 75px;
    /* top:0px; */
}

.navbar ul .nav-li .nav-link {
    color: black;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.navbar-dropDown {
    background-color: white;
    backdrop-filter: blur(5px);
    z-index: 30;
    left: -130px;
    min-width: 400px;
    border-radius: 5px !important;
    padding: 0px 0px !important;
    font-size: 15px;
    top: 42px;
    /* background-color: var(--secondary-color); */
    display: none;
    overflow: hidden;
}

.navbar .dropdown-li:hover .navbar-dropDown {
    display: block;
}

.navbar-dropDown li {
    position: relative;
    padding: 14px 10px;
    transition: all 0.3s ease-in-out;
}

.navbar-dropDown li:hover {
    background-color: #faead7;
    transform: translatex(5px);
}

.navbar-dropDown li::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgb(203 203 203);
}

.navbar-dropDown li::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    transition: all 0.7s ease-in-out;
    left: 0px;
    bottom: 0px;
    background-color: rgb(203 203 203);
}

.navbar-dropDown li:hover::after {
    background-color: var(--secondary-color);
    width: 100%;
}

.navbar-dropDown li .dropdown-link {
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.navbar-dropDown li:hover .dropdown-link {
    color: var(--secondary-color);
}

.about-dropdown {
    min-width: 200px;
    left: -50px;
}

.gallery-dropdown {
    min-width: 200px;
    left: -50px;
}

/*-------------------------------------Stick navbar--------------------------------*/
.sticky-navbar {
    /* height: 200px; */
    transition: all 0.3s ease-in-out;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    z-index: 50;
    top: -100px;

}

.sticky-navbar .logo-icon img {
    height: 80px;
}

/*----------------------- Top navbar ------------------------------*/
.top-navbar ul li {
    transition: all 0.3s ease-in-out;
}

.top-navbar ul .nav-drop .nav-drop-link {
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.top-navbar ul .nav-drop:hover .nav-drop-link {
    color: var(--secondary-color);
}

.top-navbar ul .nav-li .nav-link {
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.top-navbar ul .nav-li:hover .nav-link {
    color: var(--secondary-color);
}

.dropDown li {
    transition: all 0.3s ease-in-out;
}

.dropDown li:hover {
    transform: translatex(5px);
}

.dropDown li .dropdown-link {
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.dropDown li:hover .dropdown-link {
    color: var(--secondary-color);
}
.ncte-menu{
    height: 400px;
    overflow-y:scroll;
}

/*----------------navbar section----------------------*/

.college-slider {
    border-radius: 20px 20px 0px 0px;
    /* overflow: hidden; */

}

.college-slider .slider-wrapper {
    border-radius: 30px;
    overflow: hidden;

}

.college-slider .slider-wrapper img {
    object-fit: cover;
}

.college-slider .overlay-bg {
    background-color: rgba(4, 9, 30, 0.7);
}

.college-slider .overlay-bg .college-card {
    width: 90%;
}

.greet-info {
    /* background-color: #faa67236; */
    background-color: #3161a13f;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    color: white;
    border-left: 8px solid #052146;
}

.greet-info .wel-desc {
    color: #6daaf58c;
    letter-spacing: 5px;
    font-family: var(--title-font);
    font-weight: normal;

}

.greet-info .title {
    font-size: 53px;
    font-weight: 700;
    font-family: var(--secondory-font);
}

.greet-info p {
    color: rgb(203 203 203);
    font-size: 18px;
}

.greet-info button {
    background-color: #052146;
    color: white;
    border-radius: 10px !important;
}

.greet-info button:hover {
    color: white;
}

.imp-links {
    background-color: #faa67236;
    /* background-color: #3161a13f; */
    backdrop-filter: blur(5px);
    border-radius: 25px;
    color: white;
    border-left: 8px solid #4c2c03;
}

.imp-links .links-wrapper .imp-li {
    position: relative;
    transition: all 0.5s ease-in-out;

}

.imp-links .links-wrapper .imp-li .imp-a {
    color: rgb(203 203 203);
}

.imp-links .links-wrapper .imp-li:hover .imp-a {
    color: var(--secondary-color);
}

.imp-links .links-wrapper .imp-li::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgb(203 203 203);
}

.imp-links .links-wrapper .imp-li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0px;
    left: 0px;
    bottom: 0px;
    background-color: gray;
    transition: all 0.5s ease-in-out;
}

.imp-links .links-wrapper .imp-li:hover::after {
    background-color: var(--secondary-color);
    width: 100%;
}

.imp-links h3 {
    color: #e7a858;
    letter-spacing: 3px;
    font-family: var(--title-font);
    font-weight: normal;
}

.imp-links button {
    background-color: #4c2c03;
    color: white;
    border-radius: 10px !important;
}

.imp-links button:hover {
    color: white;
}

.imp-links .icon {
    background-color: white;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    top: -25px;
    left: -34px;
    font-size: 25px;
}

.imp-links .icon i {
    filter: drop-shadow(0px 0px 1px #f3cec8);
    animation: popicon 0.5s ease-in-out alternate infinite;
}

@keyframes popicon {
    0% {
        transform: scale(1);
        /* visibility: visible; */
    }

    100% {
        /* visibility: hidden; */
        transform: scale(0.8);
        /* display: block; */
    }
}


/*----------------about section----------------------*/
.about-section {
    margin: 100px 0px 50px 0px;
}

.about-section .inner-bg {
    height: 0px;
    width: 0px;
    top: 30px;
    border-radius: 20px;
    /* transform: rotate(45deg); */
    background: var(--secondary-color);
    box-shadow: 0px 0px 130px 100px var(--secondary-color);
    z-index: -1;
    animation: moving 10s ease infinite;
}

@keyframes moving {
    0% {
        top: 30px;
        right: 0px;
    }

    25% {
        top: 60px;
        right: 0px;
        box-shadow: 0px 0px 130px 100px var(--primary-color);
    }

    50% {
        top: 60px;
        right: 100px;
        box-shadow: 0px 0px 130px 100px var(--secondary-color);
    }

    75% {
        top: 0px;
        right: 100px;
        box-shadow: 0px 0px 130px 100px var(--primary-color);
    }

    100% {
        top: 30px;
        right: 0px;
    }

}

.about-info-wrapper .heading {
    font-weight: 700;
    font-size: 60px;
}

.about-info-wrapper .desc {
    line-height: 2;
    font-size: 17px;
}

.about-info-wrapper .heading span {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    color: transparent !important;
}

.about-img .img-card {
    border-radius: 10px;
}

.about-img .img-3 {
    height: 450px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.about-img .img-1 {
    height: 300px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.about-img .img-2 {
    height: 300px;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.about-img .img-2 img {
    height: 100%;
}

.about-img .img-1 img {
    height: 100%;
}

.about-img .img-card img {
    object-fit: cover
}

.about-img .img-card {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.about-img .inner-bg {
    border-radius: 20px;
    background: url('../src/about-imgs/img-1.jpg') rgba(4, 9, 30, 0.9);
    background-blend-mode: multiply;
}

.about-img .img-card::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    background: rgba(4, 9, 30, 0.3);
    transition: all 0.3s ease-in-out;
}

.about-img .img-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(4, 9, 30, 0.3);
    transition: all 0.3s ease-in-out;
}

.about-img .img-card:hover::after {
    height: 0%;
    width: 0%;
}

.about-img .img-card:hover::before {
    height: 0%;
    width: 0%;
}

.section-links button {
    border: 1px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.section-links button:hover {
    border: 1px solid white;
    color: white;
}

.section-links button::before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 0px 50% 0px 0px;
}

.section-links button::after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 0px 50%;
    z-index: -1;
}

.section-links button:hover::before {
    height: 100%;
    width: 100%;
    border-radius: 0%;
    /* top:0px; */
}

.section-links button:hover::after {
    height: 100%;
    width: 100%;
    border-radius: 0%;
    /* top:0px; */
}

.faci-card .icon {
    border: 2px solid var(--secondary-color);
    height: 80px;
    width: 80px;
    font-size: 35px;
    border-radius: 50%;
    color: var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.faci-card .icon:hover {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: white;
    cursor: pointer;
}

/*----------------facilities section----------------------*/

.facilities-section {
    background-color: #013983;
    /* height: 200px; */
}

.facilities-section svg {
    background-color: #013983;
    z-index: 1;
    /* height: 200px; */
}

.facilities-section .container-fluid {
    z-index: 2;
}

.facilities-section .link-card .icon {
    background-color: #d67c06;
    height: 100px;
    width: 100px;
    font-size: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease-in-out;

}

.facilities-section .link-card .icon:hover {
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 0px 5px 2px white;

}

.facilities-section .link-card .title h4 {
    color: white;
    font-weight: normal;

}

/* ----------------------course section---------------------------*/
.course-section {
    margin: 100px 0px;
}

.course-card {
    border-radius: 30px;
    overflow: hidden;
    background-color: #f5f8ff;
    transition: all 0.3s ease-in-out;
    /* box-shadow: 0px 0px 10px rgb(4, 5, 22,0.2) inset !important; */
}

.course-card:hover {
    transform: translatey(-10px);
}

.course-card .card-icon .icon {
    height: 150px;
    width: 150px;
    border: 20px solid var(--secondary-color);
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 4px rgb(4, 5, 22, 0.8) inset, 0px 0px 2px rgba(4, 5, 22, 0.9);
}

.course-card .card-icon .icon:hover {
    border: 10px solid var(--secondary-color);
    cursor: pointer;
}

.course-card .card-btn button {
    border: 1px solid var(--secondary-color);
    /* color: white; */
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    color: white;
    border: none;

}

.course-card .card-btn button:hover {
    transform: translatey(-3px);
}

.course-card .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-title .title span {
    background-color: #f8e3c8;
    color: rgb(77, 77, 77);
}

.section-title .title .icon {
    background-color: white;
    border: 1px solid #f8e3c8;
    color: rgb(77, 77, 77);
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.section-title .title .icon-container {
    top: -35px;
}

.section-title .heading h1 {
    font-weight: 700;
}

.section-title .heading span {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    color: transparent !important;
}




/*-------------------contact section----------------------------*/
.contact-section-container {
    overflow: hidden;
    padding: 100px 0px 80px 0px !important;
}

.contact-section {
    background-color: white;
    border-radius: 20px;
    /* overflow: hidden; */
}

.inner-bg-shadow {
    height: 0px;
    width: 0px;
    top: 30px;
    border-radius: 20px;
    /* transform: rotate(45deg); */
    background: var(--secondary-color);
    box-shadow: 0px 0px 130px 100px var(--secondary-color);
    z-index: -1;
    animation: moving 10s ease infinite;
}

.contact-section::before {
    border-radius: 20px;
    content: "";
    height: 50%;
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0px;
    z-index: -1;
    background: linear-gradient(45deg, #ff914d, #013983);

}

.contact-section .inner-bg {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(45deg, #013983, #ff914d);
    transform: scale(1.4);
    z-index: -1;
}

.contact-section .form-section .input input {
    border-radius: 10px !important;
    border-left: 5px solid var(--secondary-color) !important;
    font-size: 17px;
}

.contact-section .form-section textarea {
    border-left: 5px solid var(--secondary-color) !important;
    border-radius: 10px !important;

}

.contact-section .form-section .input input:focus {
    outline: 1px solid var(--secondary-color);
}

.contact-section .form-section textarea:focus {
    outline: 0.5px solid var(--secondary-color);
    box-shadow: none !important;
    border: 0.5px solid var(--secondary-color) !important;
}

.contact-section .contact-header p {
    font-size: 18px;
}

.contact-section .contact-header h2 span {
    color: transparent;
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    background-clip: text;
    font-weight: bold;
}

.form-section .submit-btn button {
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    border: none;
    color: white;
    font-size: 17px;
    border-radius: 10px !important;
}


.contacts-card {
    /* background:linear-gradient(45deg,#013983,#4c2c03); */
    /* border: 1px solid var(--secondary-color) !important; */
    border-radius: 20px;
}

.contacts-card .card-icon {
    top: -30px;
    left: -14px;
}

.contacts-card .card-icon .icon {
    border: 2px solid var(--secondary-color);
    height: 65px;
    width: 65px;
    font-size: 25px;
    background-color: white;
    border-radius: 20px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.contacts-card .card-icon .icon:hover {
    border: 40px solid var(--secondary-color);
    color: white;
    cursor: pointer;
}

.contacts-card .info {
    background-color: white;
    border-radius: 10px;
}

.contacts-card .info .card-title {
    color: var(--primary-color);
    font-weight: normal;
}

.contacts-card .info p {
    font-size: 17px;
}


/*----------------------------------news section----------------------*/
.news-section {
    background-color: #bdd7f8;
    padding: 100px 0px !important;
    overflow: hidden;
}

.news-container .news-slider {
    z-index: 1;
}

.news-container .bottom-shape {
    height: 300px;
    width: 300px;
    border-radius: 40px;
    transform: rotate(45deg);
    /* bottom: 0px; */
    left: -60px;
    bottom: -250px;
    background: linear-gradient(45deg, #0b2f5e, #753f01, var(--secondary-color));
    animation: rotateShape 3s ease-in-out alternate infinite;
    transform-origin: center;
    /* z-index: ; */
}

@keyframes rotateShape {
    0% {
        transform: rotate(45deg) scale(1);
    }

    100% {
        transform: rotate(45deg) scale(1.2);
    }
}
.news-section .news-container .news-card{
    height: 230px;
}
.news-card {
    background-color: rgb(255, 255, 255, 0.4);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px rgba(4, 5, 22, 0.8);
}

.news-card .news-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: rgb(48, 48, 48);
}

.news-card .card-btn{
    bottom: 20px;
    /* text-align: end; */
}
.news-card .card-btn button {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
    border: none;
    font-size: 17px;
    border-radius: 10px;
}

.news-card .card-title h4 {
    color: var(--primary-color);
}

.news-card .card-title span {
    color: rgb(85, 85, 85);
}

.news-card .card-title .border-end {
    border-right: 1px solid rgb(85, 85, 85) !important;
}


/*-------------------------- staff section--------------------*/
.staff-section {
    margin: 150px 0px 100px 0px !important;
}

.staff-card {
    border-radius: 40px;
    position: relative;
    background-color: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;

    /* width: 250px; */
    margin: auto;
}

.staff-card .card-info h6 {
    font-size: 20px;
    color: rgb(56, 56, 56);
}

.staff-card .card-title h4 {
    color: var(--primary-color);
}

.staff-slider .inner-bg {
    /* background-color: red; */
    top: -50px
}

.staff-slider .swiper-wrapper {
    padding: 100px 0px !important;
}

.staff-section .inner-left-bg {
    height: 150px;
    width: 40%;
    border-radius: 20px;
    transform: rotate(-20deg);
    transform-origin: center;
    background-color: #69aaff;
    animation: scaleShape 3s ease-in-out alternate infinite;

}

.staff-section .inner-right-bg {
    border-radius: 20px;
    transform: rotate(20deg) translatex(-75px);
    height: 150px;
    width: 40%;
    transform-origin: center;
    background-color: #fcc782;
    animation: scaleShape 3s ease-in-out alternate infinite;

}

.staff-card .card-icon .icon {
    height: 150px;
    width: 150px;
    transform: translatey(-50px);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    font-size: 80px;
    background-color: white;
    overflow: hidden;
}
.staff-card .card-icon .icon img {
    object-fit: cover;
    border-radius: 50%;
}

@keyframes scaleShape {
    0% {
        transform: rotate(20deg) scale(1);
    }

    100% {
        transform: rotate(-20deg) scale(1.1);
    }
}

.section-btn button {
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    border: none;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.section-btn button:hover {
    color: white;
}


/* ----------------------Addmission section------------------------ */
.addmission-section{
    background-image: url('../src/add-img.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
}

.addmission-section .addmission-area{
    background-color: rgb(4 9 30 / 70%);
}
.addmission-section .addmission-area .addimission-info{
    color: white;
}
.addmission-section .addmission-area .addimission-info .heading{
    font-weight: 800;
}
.addmission-section .addmission-area .addimission-info .desc{
    color: rgb(216, 216, 216);
}
.addmission-section .addmission-area .addimission-info .heading span{
    color: #000;
    background:linear-gradient(45deg,white,var(--secondary-color)) ;
    background-clip: text;
}
.addmission-section .addmission-area .addimission-info button{
    background-color:var(--secondary-color);
    color: white;
    transition: all 0.3s ease-in-out;
}
.addmission-section .addmission-area .addimission-info button:hover{
    background-color: #a15f36;
}



/* ----------------------Gallery section------------------------ */

.gallery-section {
    margin-top: 100px;
}

.g-card {
    background-color: white;
    overflow: hidden;
    border: 1px solid gray;
    /* border-radius: 50px !important; */
}

.g-card .card-img {
    height: 180px;
    overflow: hidden;
    /* border-radius: 0px 0px 20px 20px !important; */
}

.g-card .card-img:hover img {
    /* object-fit: cover !important; */
    transform: scale(1.2);
}

.g-card .card-img img {

    transition: all 0.5s ease-in-out;
    object-fit: cover !important;
    cursor: pointer;
}

.g-card .hoverbox {
    background-color: #fde8cb49;
    transform: scale(0);
}

.g-card .card-img:hover .hoverbox {
    transform: scale(1);
}

.g-card .hoverbox .icon {
    background-color: #cfdcf7;
    color: var(--secondary-color);
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 50%;
}

.g-card .hoverbox .icon a {

    color: var(--secondary-color);
    font-size: 20px;
}

.g-card .g-title h5 {
    color: rgb(55, 55, 55);
    font-family: var(--secondary-font);
}

/*--------------------------------netc page--------------------------*/

.ncte-page .table-container .table tr td .btn{
    background-color: var(--primary-color);
    border: none;
    color: white;
}

/* ----------------------Footer section------------------------ */

.footer-section {
    background-color: rgb(245, 245, 245);
    padding-top: 100px;
    overflow: hidden;
}

.footer-section svg {
    transform: rotate(180deg);
    /* height: 200px; */
    width: 100%;
    z-index: 1;
}

.footer-section .footer-info {
    z-index: 2;
}

.footer-info .inner-shape {
    height: 300px;
    width: 300px;
    background-color: rgb(225, 225, 225);
    z-index: -1;
    bottom: -50px;
    border-radius: 20px;
    left: -80px;
    transform: rotate(45deg);
    animation: rotateShape 3s ease-in-out alternate infinite;
    transform-origin: center;
}

.footer-section svg path {
    fill: #4c2c03;
}

.footer-card .footer-card-title {
    margin-bottom: 30px;
}

.footer-card .footer-contact .contacts-card {
    background-color: white;
}

.about-footer-card {
    /* margin: 40px 0px; */
}

.about-footer-card h1 {
    font-weight: 800;
}

.about-footer-card h1 span {
    color: #fff;
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    background-clip: text;
}

.about-footer-card .kbtn {
    background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.about-footer-card .cbtn {
    border: 2px solid var(--secondary-color);

}

.footer-links ul li {
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover {
    transform: translatex(10px);
}

.footer-links ul li a {
    transition: all 0.3s ease-in-out;
    color: var(--primary-color);
}

.footer-links ul li:hover a {
    color: var(--secondary-color);
}

.footer-card .footer-card-title h3 {
    color: var(--secondary-color);
}

.footer-section svg {
    /* height: 890px; */
}



/*---------------------------Header page---------------------------*/
.header-page {
    height: 400px;
}

.header-page .header-page-card .home-page a {
    color: rgb(233, 233, 233);
}

.header-page .header-page-card .current-page {
    color: rgb(130, 129, 129);
}


/*---------------------------page footer ---------------------------*/

.page-footer {
    background-color: #cbdef8;
}



/*---------------------------About page---------------------------*/

.aim-section {
    background-color: #cbdef8;
    overflow: hidden;
    padding: 80px 0px !important;
}

.aim-card {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.aim-card .card-icon {
    height: 90px;
    width: 90px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    left: -30px;
    top: -30px;
    background-color: white;
    font-size: 30px;
    color: var(--primary-color);
    border-left: 5px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
    z-index: 4;
}

.aim-card .card-icon .icon::before {}

.aim-card .card-icon:hover {
    border: 45px solid var(--primary-color);
    color: white;
}


.aim-card .card-info-box .card-title .heading {
    color: var(--primary-color);
}

.aim-card .card-info-box .card-desc p {
    color: rgb(88, 88, 88);
    line-height: 1.7;
}

.aim-card .card-info-box .card-desc ul li span {
    color: rgb(88, 88, 88);
}

.aim-card .college-info h6 {
    color: rgb(88, 88, 88);
}

.aim-card .college-info .border-start {
    border-left: 1px solid rgb(128, 128, 128) !important;
}

.aim-section .bottom-shape {
    height: 300px;
    width: 300px;
    border-radius: 40px;
    transform: rotate(45deg);
    /* bottom: 0px; */
    left: -60px;
    bottom: -250px;
    background: linear-gradient(45deg, #0b2f5e, #061b37, var(--secondary-color));
    animation: rotateShape 3s ease-in-out alternate infinite;
    transform-origin: center;
    /* z-index: ; */
}

.about-img .about-level {
    /* height: ; */
}

/* ------------------------Affiliation page-----------------------------*/

.affiliation-section {
    margin: 100px 0px !important;
}

.affiliation-card .g-card .card-img {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    overflow: hidden;

}

.affiliation-card .g-card .card-img {
    height: auto;
    overflow: hidden;
    /* border-radius: 0px 0px 20px 20px !important; */
}

.affiliation-card .g-card .card-img:hover img {
    /* object-fit: cover !important; */
    transform: scale(1.2);
}

.affiliation-card .g-card .card-img img {
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    object-fit: cover !important;
    cursor: pointer;
}



/* ----------------------------Director's page----------------------------*/
.message-page {
    margin: 100px 0px !important;
}

.msg-card p {
    text-align: justify;
}

.director-info span {
    font-size: 17px;
    color: rgb(107, 107, 107);
}

.director-info .border-end {
    border-right: 1px solid rgb(107, 107, 107) !important;
}

.director-info .director-name {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
    position: relative;
}

.director-info .director-name::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 220px;
    background-color: var(--secondary-color);
    bottom: -3px;
    right: 0px;
}

.director-img .img-card {
    height: 470px;
    overflow: hidden;
    border-radius: 100px 10px 10px 10px;
}

.director-img .over-links {
    /* height: 100%; */
    bottom: -100px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}


.director-img .over-links .links .icon {
    height: 50px;
    width: 50px;
    border: 2px solid white;
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 10px;
    font-size: 18px;

}

.director-img:hover .over-links {
    bottom: 50px;
    cursor: pointer;
}

/* ----------------------------course page----------------------------*/
.course-page {
    /* margin-top: 100px !important; */
    background-color: #f5f5f5;
}
.course-page .course-info-wrapper .card-container .card-title .heading{
    color: rgb(63, 63, 63); 
}
.course-page .course-info-wrapper .card-container .elegible-box dt{
    color: rgb(77, 77, 77); 
}
.course-page .course-info-wrapper .card-container .card-btn button{
    background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));
    border: none;
    color: white;
}

.course-page .course-cards-container .course-img img{
    height: 300px;
}

/* ----------------------------Faculty page----------------------------*/
.faculty-page {
    margin-top: 100px !important;
}


/* ----------------------------gallery page----------------------------*/
.gallery-page {
    margin-top: 100px !important;
}



/* ----------------------------download page----------------------------*/
.download-page {
    margin-top: 100px !important;
}

.table-container {
    /* border: 1px solid gray !important; */
    border-radius: 10px !important;
    overflow: hidden;
}

.table-container .table thead {
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    border: none;
    color: white;
    font-size: 20px;

}

.table tr button {
    background-color: var(--primary-color);
    border: none;
    color: white;
    transition: all 0.3s ease-in-out;
}
.table tr td .btn{
    background-color: var(--primary-color);
    border: none;
    color: white;
    transition: all 0.3s ease-in-out;
}

.table tr button:hover {
    background-color: #012b61;
    color: white;
}


/* ----------------------------News page----------------------------*/
.news-page {
    margin-top: 100px !important;
}

.news-page .news-card {
    border-radius: 0px;
}

.news-card-parent .news-box {
    border-bottom: 1px solid #dee2e6;
}

.news-card-parent .news-box:nth-child(odd) {
    border-right: 1px solid #dee2e6;
}
.news-page .news-card .news-msg{
    word-wrap: break-word;       /* Legacy support */
    overflow-wrap: break-word;   /* Modern CSS */
    word-break: break-word; 
}
.news-page .news-card .news-msg p{
    /* color: red; */
}
/* ----------------------------Video page----------------------------*/
.video-page {
    margin-top: 100px !important;
}

.video-card-container {
    background-color: #fbece3;
    border-radius: 10px;
}

.video-card-container .video-card .video-src iframe {
    height: 185px;
    width: 100% !important;
    border-radius: 5px;
}

.video-card-container .video-card .video-details .heading {
    background-color: var(--secondary-color);
    border-radius: 5px;
    color: white;
}

/* ----------------------------Contact page----------------------------*/
.contact-page-card-icon .contacts-card {
    height: 100%;
}
.contact-page-card-icon .contacts-card .card-icon .icon {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    font-size: 25px;
}

.contact-page-card-icon .contacts-card .card-icon .icon:hover {
    height: 60px;
    width: 60px;
    border: 30px solid var(--secondary-color);
}