@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@153&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yanone+Kaffeesatz:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:wght@153&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yanone+Kaffeesatz:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:wght@153&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Yanone+Kaffeesatz:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@153&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yanone+Kaffeesatz:wght@200..700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.body-wrapper {
    overflow: hidden;
}

#upper {
    display: flex;
    justify-content: space-between;
}
.account-link a {
    text-decoration: none;
    color: black;
}

.upper-nav-bar {
    background-color: rgb(254, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    color: rgb(43, 43, 43);
    font-size: small;
    font-weight: 500;
}

.upper-nav-bar i {
    color: rgb(121, 118, 118);
    font-size: 18px;
}

.logo-section-wrapper {
    border-bottom: 2px rgb(255, 255, 255) solid;
    background: #0d1838; /* fallback for old browsers */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
*/
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo-section-wrapper-side {
    background: #0d1838; /* fallback for old browsers */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    top: -150px; /* Hide the navbar 50 px outside of the top view */
    width: 100%; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 100000;
}

.dropdown-menu {
    border-bottom: 3px solid #396afc !important;
    transform: translateY(0);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

#faculties:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(20px);
}

.dropdown-menu li a {
    color: black !important;
}
.nav-item a {
    color: white !important;
    font-size: 14px;
}

.register a {
    font-size: 14px;
    text-decoration: none;
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #243b55,
        #141e30
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #243b55,
        #141e30
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    display: block;
    padding: 8px 15px;
    border-radius: 15px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-nav-list-wrapper {
    padding: 0 50px;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.mian-header-section h1 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 1px;
    text-align: justify;
}

.mian-header-desc p {
    text-align: justify;
}

.sub-header p {
    color: rgb(44, 102, 246);
    font-weight: 500;
    text-transform: uppercase;
}

.main-header-col-wrapper {
    display: flex;
}

.main-header-col-icon h5 {
    background-color: rgb(44, 102, 246);
    padding: 10px 12px;
    color: white;
    border-radius: 5px;
}

.main-header-col-icon-1 h5 {
    background-color: rgb(44, 102, 246);
    padding: 10px 14px;
    color: white;
    border-radius: 5px;
}

.main-header-col-desc {
    font-size: 14px;
}

.read-more-btn a {
    text-decoration: none;
    color: white;
    background-color: rgb(0, 0, 0);
    padding: 15px 35px;
}

#main-header-row {
    position: relative;
}

.main-header-bg-image {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    opacity: 5%;
    transform: translate(-50%, -50%);
}

.main-header-bg-image img {
    width: 80%;
    height: 80%;
}

.main-header-left-img {
    position: absolute;
}

.campus-wrapper {
    background: #0b2046; /* fallback for old browsers */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: "Yanone Kaffeesatz", sans-serif !important;
}
.why-us-sub-header {
    color: rgb(48, 146, 238);
}
.why-us-main-header {
    color: white;
    font-family: "Yanone Kaffeesatz", sans-serif !important;
}

.why-us-main-header h1 {
    font-size: 50px;
    font-weight: 350;
    font-family: "Yanone Kaffeesatz", sans-serif !important;
}

/* Faculties */
.our-faculties-wrapper {
    background-color: transparent;
}
.our-faculties-header h1 {
    font-family: "Yanone Kaffeesatz", sans-serif;
}

.our-faculties-header-warapper {
    display: flex;
    justify-content: space-between;
}

.our-faculties-header-desc p {
    text-align: justify;
}

.faculty-name h2 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s ease;
    padding: 5px;
}
.view-more {
    z-index: 100;
    position: relative;
}
.view-more p a {
    text-decoration: none;
    color: rgb(44, 102, 246);
    z-index: 10;
}

.faculty-desc p {
    text-align: justify;
    color: black;
}

.faculty-card {
    background-color: rgb(255, 255, 255);
    color: rgb(3, 3, 3);
    border: 1px solid rgb(238, 238, 238);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.faculty-card:hover {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(44, 102, 246);
}
.faculty-card:hover .faculty-name h2 {
    color: rgb(44, 102, 246);
    transform: scale();
    transition: 0.5s ease-in-out;
    padding: 5px;
    letter-spacing: 2px;
}

.faculty-card:hover .faculty-of p {
    color: rgb(8, 8, 8);
}
.faculty-of p {
    text-transform: uppercase;
    color: rgb(44, 102, 246);
    font-weight: 500;
}

.overlay-image {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s ease;
}

.faculty-card:hover .overlay-image {
    opacity: 25%;
    z-index: 1;
}

.overlay-image img {
    padding: 10px;
}

.faculties-bg {
    top: 0;
    z-index: -1;
}

.faculties-bg img {
    width: 100%;
    height: 100%;
    opacity: 10%;
    object-fit: cover;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 100000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(7, 76, 179); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 10px; /* Rounded corners */
    padding: 8px 12px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.recognition-wrapper {
    background: #0b2046;
}

.sub-heading p {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

/* */
.course-card-wrapper {
    border: 1px solid rgb(233, 231, 231);
}
.mode {
    margin-top: -10px;
    padding-left: 18px;
}

.mode p {
    color: white;
    position: absolute;
    display: inline-block;
    background-color: rgb(20, 56, 90);
    font-size: small;
    padding: 3px 8px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.duration p {
    font-size: small;
}

.more-info a {
    display: flex;
    justify-content: center;
    font-size: small;
}

.course-image img {
    object-fit: contain;
}

.course-card-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.course-heading h6 {
    color: #1c1c1d;
}

/* Whatsapp */

.open-button i {
    background-color: #0ca551;
    color: white;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    padding: 5px 5px;
    border-radius: 50%;
}

.open-button span {
    display: none;
    background-color: #f73606;
    color: white;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    right: 15px;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 50%;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.slick-list,
.slick-track {
    padding-bottom: 10px;
    background-color: transparent !important;
}

.blink_me {
    animation: blinker 2s linear infinite;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid green;
    background-color: green;
    border-radius: 100%;
}
@keyframes blinker {
    50% {
        opacity: 0.6;
    }
}

/* Why us */
.why-us-wrapper {
    background-color: rgb(11, 32, 70);
    position: relative;
}

/* According */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: "\002B";
    color: #f7f7fa;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    background-color: #040564;
    padding: 3px 10px;
    border-radius: 50%;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Tes */

.form-control[type="text"]:focus {
    border: 1px solid rgb(17, 7, 160);
}

.form-control:focus {
    box-shadow: none !important;
}

.registration-card-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.submit-btn {
    background-color: rgb(11, 32, 70);
    color: white;
    border: none;
    border-radius: 10px;
}

.testomonial-card-wrapper {
    border-radius: 10px;
    height: auto;
}

.reviews {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.star i {
    color: rgb(246, 179, 8);
}

.reviews-bg {
    position: relative;
}

.testomonials-wrapper {
    background-color: transparent;
}

.testomonials-wrapper h1 {
    font-size: 90px;
    font-weight: 900;
    top: 25px;
    color: #f3f1f1;
    z-index: -100;
    right: 30px;
}

footer {
    background-color: #060c20;
}

.social-icons a i {
    background-color: #55565a;
    padding: 8px;
    display: inline-block;
    color: #f4f2f2;
}

.social-icons a {
    text-decoration: none;
}

.footer-header h4 {
    color: rgb(233, 229, 229);
}

.footer-sec-wrapper ul {
    list-style: square;
    color: rgb(171, 169, 169);
}

.footer-sec-wrapper ul li a {
    text-decoration: none;
    color: #858585;
}

.developer-note {
    border-top: 1px solid rgb(22, 46, 91);
}

.developer-note a {
    color: rgb(198, 196, 196);
    text-decoration: none;
}

.form-header h6 {
    background: #bdc3c7; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #2c3e50,
        #bdc3c7
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #2c3e50,
        #bdc3c7
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    display: block;
    color: rgb(255, 255, 255);
    padding: 15px 12px;
}

.submit-btn-wrapper {
    border-radius: 10px;
    background: #8e2de2; /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        #4a00e0,
        #8e2de2
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        #4a00e0,
        #8e2de2
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.submit-btn-wrapper button {
    color: white;
}
