@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Monoton&family=Poppins:wght@400;500;600&display=swap");
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: "Poppins", sans-serif;
    color: #58595b;
}

a {
    color: #58595b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.title {
    font-family: "Marcellus", serif;
    font-size: 1.7em;
    font-weight: 600;
    color: #f48200;
    margin-bottom: 1.3em !important;
}

.about-section,
.admission-section,
.recruiters-section,
.why-section,
.life-section,
.contact-area,
.chart-section {
    padding: 3em 0;
}

.contact {
    color: black;
}

.contact:hover {
    color: blue;
}

.apply-btn {
    background-color: #f48200;
    border: 1px solid #f48200;
    color: white;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.5em 1.25em;
    transition: 0.5s ease-in-out;
}

.apply-btn:hover {
    transition: 0.5s ease-in-out;
    border: 1px solid #f48200;
    color: #f48200;
    background-color: white;
}

.nav-list .apply-btn {
    color: white;
    background-color: #f48200;
    border: 1px solid #f48200;
    transition: 0.5s ease;
}

.nav-list .apply-btn:hover {
    transition: 0.5s ease;
    color: #f48200;
    background-color: white;
    border: 1px solid white;
}


/* 4386bd = f48200#f48200 = 9c4f2e */


/* NAV-SECTION */

header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    background-color: #fbe551;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    z-index: 1000;
    max-width: 1200px;
    z-index: 1000;
    color: white;
    padding: 0 1em;
}

.nav h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
}

.menu {
    font-size: 2em;
    cursor: pointer;
}

.nav-list {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100vh;
    background-color: #f48200;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.5s;
    list-style: none;
}

.nav-list li {
    padding: 1em 0;
    margin-left: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-list a {
    color: #fff;
    font-weight: 650;
    font-size: 1em;
}

.open {
    transform: translateX(0%);
}

.nav img {
    width: 50px;
}


/* HERO-SECTION */

.carousel-inner img {
    height: 450px;
    object-fit: cover;
    object-position: center;
    opacity: 0.95;
}

.carousel-text {
    text-align: center;
    font-family: "Lobster", cursive;
    position: absolute;
    /* font-size: 2em; */
    color: white;
    bottom: 0;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    letter-spacing: 4px;
    text-shadow: 3px 3px black;
}


/* AWARD-SECTION */

.award-Section {
    color: white;
    padding: 0 2em;
    margin-top: -3em;
}

.a-block {
    padding: 1.5em;
    font-size: 0.8em;
}

.one,
.three {
    background-color: #f48200;
}

.two,
.four {
    background-color: #f48200;
}

.a-block i {
    font-size: 40px;
}


/* ABOUT-SECTION */

.aboutText,
.para {
    font-size: 0.9em;
    color: #58595b;
    line-height: 27px;
}


/* ADMISSION */

.admission-section {
    background-color: #faedb2;
}

.ug-head {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 0;
    color: #f48200;
}

.ug-subhead {
    font-size: 1.25em;
}


/* RECRUITERS */

.logos {
    flex-wrap: wrap;
    justify-content: center;
}

.logo {
    padding: 1em;
    width: calc(100% / 4);
}

.poster img {
    padding-top: 5em;
    height: 450px;
}


/* LIFE AT SIES */

.life-section {
    background-color: #faf0c2;
}

.pic {
    padding: 0.5em;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

.pic:hover {
    transform: scale(1.05);
    overflow: hidden;
    transition: 0.5s ease;
}

.life-section span {
    color: #f48200;
    font-size: 1.1em;
    font-weight: 500;
    background-color: white;
    position: absolute;
    left: 0.45em;
    bottom: 0.75em;
    padding: 0.25em 1em;
}


/* CONTACT-SECTION */

.contact-area {
    background-color: #faedb2;
}

.contact-title .text {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.9);
}

.contact-map {
    padding: 0 0 2em;
}

iframe {
    width: 100%;
    height: 350px;
}

.contact-info-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: #f48200;
}

.contact-info-icon i {
    font-size: 18px;
    color: white;
    position: relative;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-info-content p {
    font-size: 1.1em;
    color: rgba(0, 0, 0, 0.9);
    padding-left: 1em;
}


/* Call Button */

.call-Button {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100px;
    right: 20px;
    background-color: #ffa000;
    color: #fff;
    border-radius: 50%;
    border: 0.5px solid #ffa200 !important;
    box-shadow: 0px 1px 4px 0px #999;
    display: none;
    transition: 2s;
}

.call-Button:hover {
    background-color: #ffa000 !important;
}


/* FOOTER-SECTION */

footer {
    color: white;
    padding: 0.1em 0;
    background-color: #f48200;
}

footer h4 {
    font-size: 0.9em;
}

footer i {
    color: white;
    margin-left: 0.7em;
}


/* MEDIA */

@media (min-width: 576px) {
    .carousel-inner img {
        height: 500px;
    }
    .award-Section {
        margin-top: -6em;
    }
    .one,
    .four {
        background-color: #f48200;
    }
    .two,
    .three {
        background-color: #f48200;
    }
    .aboutSvg {
        width: 460px;
        height: 300px;
    }
    .content-details h3 {
        font-size: 3em;
    }
    iframe {
        height: 400px;
    }
    .poster img {
        height: 850px;
    }
}

@media (min-width: 768px) {
    .title {
        font-size: 2em;
    }
    .carousel-inner img {
        height: 550px;
    }
    .aboutText,
    .para,
    .points li,
    .footer h4 {
        font-size: 1em;
    }
    iframe {
        height: 450px;
    }
    .f-icons {
        position: relative;
        top: -8px;
    }
}

@media (min-width: 992px) {
    #enquiry-button{
        display: none;
    }
    .nav-list {
        z-index: 1000;
        position: static;
        width: auto;
        height: auto;
        background-color: transparent;
        display: flex;
        flex-direction: row;
        transform: translateX(0%);
    }
    .nav-list li {
        border-bottom: none;
    }
    .nav i {
        display: none;
    }
    .nav-list li::after {
        content: "";
        display: block;
        width: 0%;
        height: 2px;
        background-color: #7cafdb;
        transition: width 0.3s;
    }
    .nav-list li:hover::after {
        width: 100%;
        transition: width 0.3s;
    }
    .award-Section {
        margin-top: -5em;
    }
    .one,
    .three {
        background-color: #f48200;
    }
    .two,
    .four {
        background-color: #f48200;
    }
    .aboutText {
        margin-left: 1em;
    }
    .aboutSvg {
        width: 445px;
        height: 250px;
    }
    .admission-section h1 {
        width: 75%;
        margin: 0 auto;
    }
    .logo {
        width: calc(100% / 8);
    }
    iframe {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .carousel-inner img {
        height: 700px;
    }
    .aboutText {
        margin-left: 0;
    }
    .para {
        font-size: 1.1em;
    }
    .poster img {
        padding-top: 0;
    }
}

@media (max-width: 680px) {
    .apply-btn {
        background-color: #ff9c1f;
    }
    .a-block {
        border-bottom: 2px solid white;
        border-right: 2px solid white;
    }
    .two {
        border-right: none;
    }
    .four {
        border-right: none;
    }
}

.carousel-text {
    font-size: 40px;
    word-spacing: 15px;
}

@media (max-width: 800px) {
    .call-Button {
        display: block;
    }
    .carousel-text {
        font-size: 20px;
        word-spacing: 5px;
    }
}

@media (max-width: 992px) {
    .dept-text {
        font-size: 12px;
    }
}

.apply-dept {
    font-size: 1.1em;
    margin: 20px;
    border-radius: 10px;
}


/* @media (max-width: 400px) {
    .apply-dept {
        font-size: 0.6em;
    }
} */


/* images */

.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 10px -16px;
}


/* Add padding BETWEEN each column */

.row,
.row>.column {
    padding: 8px;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}


/* Style the buttons */

.btn:hover {
    background-color: #ddd;
}

.btn {
    cursor: pointer;
    background-color: #f48200;
    color: white;
    margin: 1px;
    border: 1px solid black;
}

@media (max-width: 512px) {
    .title-adm {
        font-size: 1.2em;
    }
    .apply-dept {
        font-size: 0.8em;
    }
}

@media (max-width: 700px) {
    .exposure {
        font-size: 1em;
    }
}


/* .cont {
    position: relative;
} */

.img-text {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    background-color: #fbe551;
    color: black;
    font-weight: 500;
    border: 2px solid rgba(255, 255, 255, 0.274);
    border-radius: 1px;
    font-size: 1em;
}

.adm-container {
    margin: 30px;
}

.higher-studies-title {
    font-family: "Marcellus", serif;
    font-size: 1.4em;
    font-weight: 600;
    color: #f48200;
    margin-bottom: 1.3em !important;
}

@media (max-width: 700px) {
    .poster {
        width: 150%;
    }
    .adm-container {
        margin: 5px;
    }
    .higher-studies-title {
        font-size: 0.6em;
    }
}

iframe {
    min-height: 920px;
}

.whatsapp-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background-color: green;
}

.whatsapp-icon i {
    font-size: 18px;
    color: white;
    position: relative;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}