* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

.Heading {
    height: 600px;
    display: flex;
    background: url(Photos/photo2.jpg);
   position:relative;
    opacity: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
}

.left-container {
    width: 80%;
}

.text {
    margin-top: 300px;
    text-align: center;
    font-size: 25px;
    margin-left: 500px;
    color: white;
    background-color: rgba(128, 128, 128, 0.584);
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


.right-container {
    width: 15%;
    display: flex;
    margin-left: 100px;
}

.loginButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    margin-top: 10px;
    background: none;
    border: none;
    font-size: 20px;
    transition: 0.5s;
}

.loginButton:hover {
    font-size: 23px;
    border-bottom: 1px solid black;
}

.nav-bar {
    display: flex;
    height: 45px;
    /* position:fixed; */
}

.left-nav-bar {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
    background-color: #404041;
    align-items: center;
}

.right-navbar {
    display: flex;
    width: 50%;
    background-color: #F04B47;
    align-items: center;
    

}

.right-container a {
    text-decoration: none;
}

.left-nav-bar a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    transition: 0.5s;
}

.left-nav-bar a:hover {
    /* background-color: grey; */
    font-size: 23px;
}

.right-navbar a {
    text-decoration: none;
    margin-left: 100px;
    font-size: 20px;
    color: white;
    transition: 0.5s;
}

.right-navbar a:hover {
    /* background-color: rgba(128, 128, 128, 0.604); */
    font-size: 23px;
}



.slider-container {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.slider {
    text-align: center;
    display: none;
}

.arrow_prev {
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 40px;
    color: white;
    border-radius: 20px;
}

.arrow_next {
    position: absolute;
    top: 45%;
    left: 93%;
    font-size: 40px;
    color: white;
    border-radius: 20px;
}

#boximg {
    position: absolute;
    opacity: 0.5;
}

#boxp {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #f04a47ab;
    color: white;
    text-align: center;
    padding: 10px;
}

#boxp h3 {
    position: absolute;
}

.box1 {
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.box2 {
    margin-top: 50px;
}

.quote {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

#box-heading {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.card-container {
    margin: 20px;
    display: flex;
    justify-content: space-evenly;

}

.description1 {
    font-size: 50px;
    width: 300px;
    height: 300px;
    text-align: center;
    color: red;
    margin-top: 25px;
    font-style: italic;
    text-shadow: 2px 2px 6px #000000d0;
    /* font-weight: bold; */
}


#profile1 {
    border-radius: 100px;
    text-align: center;
    margin-top: 20px;
    border: 5px solid yellow;
}

#card-name {
    margin-bottom: 10px;
    font-size: 20px;
} */

 #card-button {
    padding: 10px;
    font-size: 15px;
    border-radius: 20px;
    width: 150px;
    margin-top: 40px;
    border: none;
    color: blueviolet;

} 

.social-icon {
    color: #aaaaaa;
    transition: color 0.2s;
    text-decoration: none;
    font-size: 40px;
    margin-right: 5px;
}

.social-handle {
    margin-top: 20px;
}

.social-icon:hover {
    color: #333333;
}

.footer1 {
    background-color: #F04B47;
    ;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
}

.foot1 {
    margin-top: 20px;
}

.foot1 h6 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.foot1 p {
    color: white;
    margin: 10px;
    text-align: center;
}

.foot1 p a {
    text-decoration: none;
    color: white;
}


.footer2 {
    /* background-color: rgb(238, 219, 219); */
    height: 10px;
    /* text-align: center; */
    padding: 15px;
    font-size: 15px;
    color: #4D4D4D;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.copyright {
    width: 300px;
    height: 70px;
    margin-top: 18px;
    /* background-color: red; */
}

.foot2 {
    margin-top: 20px;
}

.foot2 p {
    color: white;
}

.foot2 h6 {
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}

.fa {
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    margin-left: 10px;
    margin-top: 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.latest {
    width: 600px;
    /* margin-top:60px; */
    background-color: rgba(255, 0, 0, 0.547);
    margin: auto;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 60px;

}




.latest h2 {
    color: #29143d;
    padding: 10px;
    text-align: center;
}

.event1 {
    background-color: rgba(217, 217, 217, 0.31);
    width: 430px;
    height: 430px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.event1 p {
    padding: 5px;
    margin-top: 10px;
}

.eve-button {
    width: 99px;
    height: 34px;
    margin-top: 5px;
    margin-left: 200px;
    background: white;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.events {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.vibes {
    background-color: #F04B47;
    ;
    height: 300px;
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin:auto; */
    color: white;

}

.vibes_head {
    font-size: 50px;
}

.arrow {
    font-weight: bold;
    margin-left: 10px;
    transition: 0.5;
}

.arrow:hover {
    margin-left: 15px;
}

.count-container {
    display: flex;
    justify-content: space-evenly;
    
    
}

.count1 {
    margin-top: 100px;
    color: white;
    text-align: center;
}

.count1 h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.counts img {
    position: absolute;
    left: 80px;
    margin-top: 23px;
}

.count-container {
    width: 1489;
    height: 309px;
    background-color: rgba(0, 0, 0, 0.37);
    position: relative;
}

.counts {
    margin-bottom: 30px;
    margin-top: 70px;
}

.faculty {
    margin-bottom: 30px;
    text-align: center;
}

#meet {
    font-family: 'Rubik';
    font-style: Algerian;
    font-weight: 700;
    font-size: 77px;
    line-height: 100%;
    letter-spacing: 0.05em;

    color: white;
    text-shadow:
        -1px -1px 0 #F04B47,
        1px -1px 0 #F04B47,
        -1px 1px 0 #F04B47,
        1px 1px 0 #F04B47;
}

.fact1 {
    width: 250px;
    height: 350px;
    margin-right: 12px;
}

.fact1 img {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.innerfact {
    margin-top: 10px;
    text-align: center;
    font-family: 'Rubik';
}

.innerfact p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4D;
    order: 1;
}

.innerfact h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    color: #000000;
}

.faculty-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    /* margin-right:0px; */
}

.updates {
    display: flex;
    justify-content: center;
    width: 1521px;
    height: 490px;
    background: rgba(0, 178, 255, 0.08);
    margin-bottom: 60px;
    margin-top: 50px;
}

.updates img {
    width: 454.85px;
    height: 315px;

}

.photo {
    margin-top: 60px;
}

.up-content {
    margin-left: 60px;
}

.up-content p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 100%;
    color: #003294;
}

.upper {
    margin-top: 100px;
    margin-bottom: 20px;
}

.up-content h6 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    color: #2257BF;
}

#email {
    width: 419.27px;
    height: 38.82px;
    border: 1px solid #003294;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}

#subscribe {
    width: 419.27px;
    height: 38.82px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 31px;
    gap: 10px;
    background: #003294;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
}

#subscribe:hover {
    background-color: blueviolet;
}

#hover {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    border-radius: 4px;
    background-color: #F04B47;
    ;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 120px;
    /* transition: all 0.5s; */
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
}

#hover:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 8px;
    right: -20px;
    transition: 0.5s;
}

#hover:hover {
    padding-right: 24px;
    padding-left: 8px;
}

#hover:hover:after {
    opacity: 1;
    right: 10px;
}

.btn {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.advice {
    margin-bottom: 100px;
}

.advice_sec {
    display: flex;
    justify-content: center;
}

#alu {
    left: 78px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 77px;
    line-height: 100%;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    margin-left: 150px;
    margin-top: 60px;
    color: white;
    text-shadow:
        -1px -1px 0 #F04B47,
        1px -1px 0 #F04B47,
        -1px 1px 0 #F04B47,
        1px 1px 0 #F04B47;

}

.blue {
    width: 60px;
    height: 102px;
    left: 88px;
    top: 2653px;
    background: #F04B47;
}

.name {
    width: 692px;
    height: 309px;
    text-align: center;
}

#show {
    position: absolute;
    text-align: center;
}

#anjali {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    line-height: 100%;
    color: #000000;
    margin-left: 50px;
    margin-bottom: 100px;
    margin-top: 30px;
}

#anjali_con {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4D;
    width: 800px;
    text-align: none;
    width: 600px;
    margin-left: 50px;
}

.social-bar {
    display: flex;
    justify-content: space-evenly;
    margin-top: 80px;

}

.tweet {
    margin-bottom: 60px;
}

.profiles-card {
    width: 380px;
    overflow: hidden;
    height: 480px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 0 10px #00000070;
}

.top-section {
    padding: 40px 30px;
    background: #FF8066;
}

.message,
.notif {
    position: absolute;
    top: 40px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff50;
}

.message {
    right: 40px;
}

.notif {
    left: 40px;
}

.pic {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 20px;
    border: 2px solid #FF6D51;
    border-radius: 50%;
    padding: 8px;
    position: relative;
}

.pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #FF6D51;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 50%;
    animation: wave 1.5s infinite linear;
}

@keyframes wave {
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

.pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.nameo {
    color: #f1f1f1;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tago {
    font-size: 18px;
    color: #222;
}

.bottom-section {
    background: #f1f1f1;
    padding: 60px 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-transform: uppercase;
}

.border {
    width: 1px;
    height: 20px;
    background: #bbb;
    margin: 0 30px;
}

.bottom-section span {
    font-size: 14px;
    display: block;
}

.social-mediax {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
    /* z-index: 1; */
}

.social-mediax i {
    width: 60px;
    height: 60px;
    background: #e7735c;
    border-radius: 50%;
    color: #f1f1f1;
    font-size: 20px;
    line-height: 60px !important;
    margin: 0 10px;
    position: relative;
}

.social-mediax i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #FF6D51;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s linear;
}

.social-mediax i:hover:after {
    transform: scale(1.4);
    opacity: 0;
}