body,
div {
  margin: 0;
  padding: 0;
}


.banner {
  position: relative;
}


.banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100vh;
  flex-direction: row;
}


@media screen and (max-width: 500px) and (min-width: 300px) {



  .about,
  .archive,
  .Gallery {
    display: none;
  }

  /* Back Button  Start*/
  a.fa-solid.fa-arrow-left-long {
    display: none !important;
  }

  a.fa-house {
    display: none;
  }

  /* Add styles for the menu icon */
  .menu-icon {
    display: block;
    position: absolute;
    top: 9.5vh;
    left: 20px;
    z-index: 9999;
    cursor: pointer;
  }

  .menu-icon i {
    font-size: 7vw;
  }

  /* Add styles for the side menu */
  .side-menu {
    position: absolute;
    top: -10px;
    /* Add a negative top value to create a gap */
    left: -250px;
    /* Hide the menu by default */
    width: 250px;
    height: 105%;
    background-color: #333;
    z-index: 9998;
    overflow-x: hidden;
    transition: 0.3s;
  }

  /* Add styles for the close button */
  .close-button {
    position: absolute;
    top: 10px;
    /* Adjust the top value to position the close button */
    right: 10px;
    /* Adjust the right value to position the close button */
    cursor: pointer;
    z-index: 9999;
  }

  .close-button i {
    font-size: 24px;
    color: #fff;
  }

  .side-menu a {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .side-menu a:hover {
    background-color: #444;
  }

  /* Show the side menu when the menu icon is clicked */
  .menu-open {
    left: 0;
  }

  /* Add styles for the menu icon */
  .menu {
    color: #000000;
    font-family: "Jua";
    position: absolute;
    left: 4vw;
    top: 10vh;
    font-size: 5vw;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-icon {
    width: 24px;
    height: 4px;
    z-index: 1;
    /* Ensure the menu icon is behind the menu content */
  }

  /* Add styles for the menu content */
  .menu-content {
    display: none;
    position: absolute;
    top: 33vh;
    left: 8vw;
    border: 0.2vw solid #000;
    border-radius: 3vw;
    background-color: #fff;
    z-index: 2;
    /* Ensure the menu content is above the menu icon */
  }

  /* Show the menu content when the show-menu class is added */
  .show-menu .menu-content {
    display: block;
  }

  /* Back Button End */

  /* Designed By Start */

  .design {
    color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 4vw;
    top: 10vh;
    border: black;
    border-radius: 3vw;
    border: 0.2vw solid #000;
    font-size: 4vw;
    cursor: pointer;
    text-decoration: none;
    width: 24vw;
    height: auto;
    text-align: center;
  }

  .design:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Designed By End */

  /* innovation end */
  .label {
    position: absolute;
    color: #000000;
    font-family: "Jua";
    font-size: 15vw;
    text-shadow: 2px 2px 4px #ff7f0a;
    width: 70vw;
    height: 43.52vh;
    top: 15vh;
    left: 10vw;
    margin-right: 15vw;
  }


  /* innovation end */

  /* Big Card Images Start */

  .card,
  .rocket,
  .documents,
  .book,
  .cycle,
  .shakinghands {
    display: none;
  }

  /* Events start */

  .dotted-events {
    font-family: "Jua";
    display: flex;
    padding: 20px;
    border-radius: 5vh;
    position: absolute;
    top: 28vh;
    height: 35vw;
    width: 40vw;
    right: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .events h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    font-size: 5vw;
    top: 25vh;
    height: 23vw;
    width: 11vw;
    right: 22vw;
  }

  .eventline,
  .reportline {
    display: none;
  }

  .events ul {
    font-family: "Jua";
    display: block;
    font-size: 3.1vw;
    justify-content: space-between;
    position: absolute;
    width: 40vw;
    top: 33vh;
    right: 9vw;
    color: #000;
    text-decoration: none;
  }

  .events a {
    color: #000;
    text-decoration: none;
  }

  .events a:hover {
    color: #ff7f0a
  }

  .reports a {
    color: #000;
    text-decoration: none;
  }

  .reports a:hover {
    color: #ff7f0a
  }

  .dotted-reports {
    font-family: "Jua";
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 54vh;
    height: 35vw;
    width: 40vw;
    left: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .reports h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    font-size: 5vw;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 51vh;
    height: 23vw;
    width: 11vw;
    left: 15vw;
  }

  .reports ul {

    font-family: "Jua";
    display: block;
    font-size: 3.1vw;
    justify-content: space-between;
    position: absolute;
    width: -120vw;
    top: 59vh;
    left: 2vw;
    color: #000;
    text-decoration: none;
  }

  /* Events End */


  /* Qoutation Start */
  .quote {
    position: absolute;
    top: 86vh;
    border: 0vw none;
    color: transparent;
    font-family: "Jua";
    font-size: 3.2vw;
    font-weight: 400;
    left: 4vw;
    letter-spacing: 0;
    line-height: normal;
    color: #000;
  }

  .quote span {
    color: #ff7f0a;
  }

  /* Qoutation End */


  /* About Start */
  .dot-abouts {
    display: block;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 93vh;
    height: 42vw;
    width: 70vw;
    left: 10vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .abouts {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    text-align: center;
    justify-content: space-between;
    font-size: 2.4vw;
    padding: 20px;
    position: absolute;
    top: 89.3vh;
    height: 30vw;
    width: 29vw;
    left: 28vw;
    overflow: visible;
  }

  .aboutsline {
    display: none;
  }

  .textbox {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 93vh;
    height: 40vw;
    width: 73vw;
    left: 10vw;
    max-width: 100%;
    font-size: 2vw;
    ;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* About end */

  /*faculty cards Start*/

  .fc {
    font-family: "Jua";
    position: relative;
    top: 114.5vh;
    font-size: 5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    font-family: "Jua";
    position: relative;
    top: 110vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cordinator-card {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vw;

  }

  .faculty1,
  .faculty2,
  .faculty3 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    height: 20vw;
    width: 48vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;

  }

  .fac1,
  .fac2,
  .fac3 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 10%;
    position: absolute;
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 18vw;
    width: 16vw;
    left: 59vw;
  }

  .fac1 {
    top: 10%;
  }

  .fac2 {
    top: 42%;
  }

  .fac3 {
    top: 75%;
  }


  .facn1,
  .facn2,
  .facn3 {
    position: relative;
    left: -8.9vw;
    top: -2vh;
    font-size: 4vw;
  }

  .fline1,
  .fline2 {
    position: relative;
    border: 0.1vw black solid;
    left: 2vw;
    width: 26vw;
    top: -2vh;
  }

  .faculty1 a,
  .faculty2 a,
  .faculty3 a {
    display: inline-block;
    position: relative;
    left: -9vw;
    top: -2vh;
    margin: 5px;
    font-size: 3.5vw;
    color: #000;
    text-decoration: none;
  }

  .faculty1 a:hover,
  .faculty2 a:hover,
  .faculty3 a:hover {
    color: #ff7f0a;
  }

  /*faculty cards end */


  /* student cards Start*/

  .sc {
    font-family: "Jua";
    position: relative;
    top: 110vh;
    box-sizing: border-box;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxes1,
  .boxes2 {
    font-family: "Jua";
    position: relative;
    top: 110vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .student-card {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .student1,
  .student3,
  .student5,
  .student7 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    position: relative;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    height: 30vw;
    width: 25vw;
    left: -23vw;
  }

  .student2,
  .student4,
  .student6,
  .student8 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    position: relative;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: -2vh;
    height: 30vw;
    width: 25vw;
    left: 23vw;
  }

  .simg1,
  .simg2,
  .simg3,
  .simg4,
  .simg5,
  .simg6,
  .simg7 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 15vw;
    width: 15vw;
    top: 3vw;
    left: 9.3vw;
  }

  .simg8 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 15vw;
    width: 15vw;
    top: 3vw;
    left: 9.3vw;
  }

  .stun1,
  .stun2,
  .stun3,
  .stun4,
  .stun5,
  .stun6,
  .stun7,
  .stun8 {
    position: relative;
    top: 6vh;
    font-size: 3vw;
  }

  .line1,
  .line2 {
    position: relative;
    border: 0.1vw black solid;
    top: 5.5vh;
  }


  .student-card .student1 a,
  .student-card .student2 a,
  .student-card .student3 a,
  .student-card .student4 a {
    display: inline-block;
    position: relative;
    top: 5.5vh;
    margin: 3px;
    font-size: 2.9vw;
    color: #000;
    text-decoration: none;
  }

  .student-card .student1 a:hover,
  .student-card .student2 a:hover,
  .student-card .student3 a:hover,
  .student-card .student4 a:hover {
    color: #ff7f0a;
  }

  .student-card2 .student5 a,
  .student-card2 .student6 a,
  .student-card2 .student7 a,
  .student-card2 .student8 a {
    display: inline-block;
    position: relative;
    top: 5.5vh;
    margin: 3px;
    font-size: 2.9vw;
    color: #000;
    text-decoration: none;
  }

  .student-card2 .student5 a:hover,
  .student-card2 .student6 a:hover,
  .student-card2 .student7 a:hover,
  .student-card2 .student8 a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */
  .sh {
    font-family: "Jua";
    position: relative;
    top: 103vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .sh-heading {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000000;
  }

  .social a {
    display: inline-block;
    margin: 5px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */
}

@media screen and (max-width: 1079px) and (min-width: 501px) {


  .side-menu,
  .menu-icon {
    display: none;
  }

  /* Back Button  Start*/

  .fa-arrow-left-long {

    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 2vw;
    top: 9.4vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 4vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-arrow-left-long:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Back Button End */

  /* Designed By Start */
  .design {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 0.5vw;
    top: 9.4vh;
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    width: 15vw;
    height: 2.6vw;
    text-align: center;
  }

  .design:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Designed By End */


  /* innovation start */
  .label {
    position: absolute;
    color: #000000;
    font-family: "Jua";
    font-size: 7vw;
    text-shadow: 2px 2px 4px #ff7f0a;
    width: 50.05vw;
    height: 43.52vh;
    top: 12vh;
    left: 33vw;
    margin-right: 15vw;
  }

  /* innovation end */

  /* Big Card Images Start */

  .card {
    display: block;
    justify-content: space-between;
    background-color: #ffffff;
    border: 0.2vw solid #000;
    border-radius: 5vh;
    position: absolute;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: 22vh;
    height: 25vw;
    right: 25vw;
    width: 43vw;
    overflow: hidden;
  }

  .slideshow {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 5s ease-in-out;
  }

  .slide {
    width: 45vw;
    height: 25vw;
    object-fit: cover;
    display: flex;
  }

  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2em;
    z-index: 1;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  /* Big Card Images End */



  /* Navigation Start */
  .about {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;

    right: 1.5vw;
    top: 24vh;
    width: 13vw;
    height: 2.6vw;
  }

  .about:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  .register {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    text-align: center;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;

    right: 1.5vw;
    top: 28.5vh;
    width: 13vw;
    height: 2.6vw;
  }

  .register:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  .archive {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 1.5vw;
    top: 33vh;
    border: none;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    width: 13vw;
    height: 2.6vw;
    text-align: center;
  }

  .archive:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  .Gallery {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 1.5vw;
    top: 37vh;
    border: none;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    width: 13vw;
    height: 2.6vw;
    text-align: center;

  }

  .Gallery:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }


  /* Navigation End */

  /* Rocket picture start */
  .rocket {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 29vw;
    height: 28vw;
    left: 2vw;
    top: 22vh;
  }

  /*Rocket picture end */




  /* Events start */

  .dotted-events {
    font-family: "Jua";
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 60vh;
    height: 27vw;
    width: 87vw;
    left: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  /* Documents Image start */
  .documents {
    position: absolute;
    top: 59vh;
    left: 20vw;
    height: 27vh;
    width: 60vw;
  }

  /* Documents Image end */

  .events h1 {
    font-family: "Jua";
    display: block;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 60vh;
    height: 23vw;
    width: 88vw;
    left: -23vw;
  }

  .eventline {
    position: absolute;
    left: 13vh;
    ;
    top: 67.5vh;
    width: 13vw;
    border: 0.1vw black solid;
  }

  .reports h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 60vh;
    height: 23vw;
    width: 11vw;
    right: 15.3vw;
  }

  .reportline {
    position: absolute;
    right: 11vh;
    ;
    top: 67.5vh;
    width: 15vw;
    border: 0.1vw black solid;
  }

  .events ul,
  .reports ul {
    font-family: "Jua";
    display: block;
    font-size: 1.5vw;
    justify-content: space-between;
    position: absolute;
    width: -19vw;
    top: 69vh;
    right: 34vw;
  }

  .events ul {
    left: 12vh;
  }

  .reports ul {
    right: 14vh;
  }

  /* Events End */

  /* Cycle Image Start*/
  .cycle {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 92.1vh;
    width: 45vw;
    height: 30vh;
    right: 0vw;
  }

  .road {
    position: absolute;
    left: 6vh;
    ;
    top: 123vh;
    width: 90vw;
    border: 0.1vw black solid;
  }

  /* Cycle Image end*/

  /* Cycle Image end*/

  /* Qoutation Start */
  .quote {
    position: absolute;
    top: 110vh;
    border: 0vw none;
    color: transparent;
    font-family: "Jua";
    font-size: 2vw;
    font-weight: 400;
    left: 4vw;
    letter-spacing: 0;
    line-height: normal;
    color: #000;
  }

  .quote span {
    color: #ff7f0a;
  }

  /* Qoutation End */

  /* Book Picture start */
  .book {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 94vh;
    width: 48vw;
    height: 120vh;
    right: 1vw;
  }

  /* Book Picture start */

  /* About Start */
  .dot-abouts {
    display: block;
    justify-content: space-between;
    padding: 100px;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 140vh;
    height: 38vw;
    width: 30vw;
    left: 10vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .abouts {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 138vh;
    height: 30vw;
    width: 29vw;
    left: 10vw;
    overflow: visible;
  }


  .aboutsline {
    position: absolute;
    left: 16vh;
    color: black;
    top: 145vh;
    width: 10.5vw;
    border: 0.1vw black solid;
  }

  .textbox {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 144vh;
    height: 30vw;
    width: 29vw;
    left: 10vw;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* About end */

  .fc {
    font-family: "Jua";
    position: relative;
    top: 195vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    font-family: "Jua";
    position: relative;
    top: 195vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cordinator-card {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32vw;

  }

  .faculty1,
  .faculty2 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-direction: row;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    height: 15vw;
    width: 28vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;

  }

  .fac1,
  .fac2 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 10%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 12vw;
    width: 10vw;
    top: 4.5vw;
  }

  .fac1 {
    left: 22vw;
  }

  .fac2 {
    right: 4.5vw;
  }

  .facn1,
  .facn2 {
    position: relative;
    left: -7vw;
    top: 2.3vh;
    font-size: 1.6vw;
  }

  .fline1,
  .fline2 {
    position: relative;
    border: 0.1vw black solid;
    left: 0vw;
    width: 17vw;
    top: 4vh;
  }

  .faculty1 a,
  .faculty2 a {
    display: inline-block;
    position: relative;
    left: -6vw;
    top: 4vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .faculty1 a:hover,
  .faculty2 a:hover {
    color: #ff7f0a;
  }

  /*faculty cards end */

  /* student cards Start*/
  .sc {
    font-family: "Jua";
    position: relative;
    top: 199vh;
    box-sizing: border-box;
    font-size: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxes1,
  .boxes2 {
    font-family: "Jua";
    position: relative;
    top: 190vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .student-card {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0vh;

  }

  .student1,
  .student3,
  .student5,
  .student7 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    position: relative;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    height: 35vw;
    width: 25vw;
    left: -23vw;
    top: 25vh;

  }

  .student2,
  .student4,
  .student6,
  .student8 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    position: relative;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: -5.6vh;
    height: 35vw;
    width: 25vw;
    left: 23vw;
  }

  .simg1,
  .simg2,
  .simg3,
  .simg4,
  .simg5,
  .simg6,
  .simg7 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 15vw;
    width: 15vw;
    top: 2.8vw;
    left: 8vw;
  }

  .simg8 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 15vw;
    width: 15vw;
    top: 2.8vw;
    left: 7vw;
  }

  .stun1,
  .stun2,
  .stun3,
  .stun4,
  .stun5,
  .stun6,
  .stun7,
  .stun8 {
    position: relative;
    top: 13vh;
    font-size: 3vw;
  }

  .line1 {
    position: relative;
    border: 0.1vw black solid;
    top: 13vh;
  }

  .line2 {
    position: relative;
    border: 0.1vw black solid;
    top: 14vh;
  }


  .student-card .student1 a,
  .student-card .student2 a,
  .student-card .student3 a,
  .student-card .student4 a {
    display: inline-block;
    position: relative;
    top: 14vh;
    margin: 3px;
    font-size: 2.9vw;
    color: #000;
    text-decoration: none;
  }

  .student-card .student1 a:hover,
  .student-card .student2 a:hover,
  .student-card .student3 a:hover,
  .student-card .student4 a:hover {
    color: #ff7f0a;
  }

  .student-card2 .student5 a,
  .student-card2 .student6 a,
  .student-card2 .student7 a,
  .student-card2 .student8 a {
    display: inline-block;
    position: relative;
    top: 14vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card2 .student5 a:hover,
  .student-card2 .student6 a:hover,
  .student-card2 .student7 a:hover,
  .student-card2 .student8 a:hover {
    color: #ff7f0a;
  }

  /* shakinghands image start */
  .shakinghands {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 25vw;
    height: 22vw;
    right: 37.5vw;
    top: 220vh;
  }

  /* shakinghands image end */
  /* Social Handles Start */
  .sh {
    font-family: "Jua";
    position: relative;
    top: 180vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .sh-heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }

  .social a {
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */

}

@media screen and (max-width: 1366px) and (min-width: 1080px) {



  .side-menu,
  .menu-icon {
    display: none;
  }

  /* Back Button  Start*/

  .fa-house {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-house:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /*   .fa-arrow-left-long {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-arrow-left-long:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  } */

  /* Back Button End */

  /* Designed By Start */
  .design {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 0.5vw;
    top: 26.5vh;
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    width: 12vw;
    height: 2.6vw;
    text-align: center;
  }

  .design:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Designed By End */

  /* innovation end */
  .label {
    position: absolute;
    color: #000000;
    font-family: "Jua";
    font-size: 7vw;
    text-shadow: 2px 2px 4px #ff7f0a;
    width: 50.05vw;
    height: 43.52vh;
    top: 22.9vh;
    left: 34vw;
    margin-right: 15vw;
  }

  /* innovation end */


  /* Big Card Images Start */

  .card {
    display: block;
    justify-content: space-between;
    background-color: #ffffff;
    border: 0.2vw solid #000;
    border-radius: 5vh;
    position: absolute;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: 42vh;
    height: 25vw;
    right: 21vw;
    width: 45vw;
    overflow: hidden;
  }

  .slideshow {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 5s ease-in-out;
  }

  .slide {
    width: 45vw;
    height: 25vw;
    object-fit: cover;
    display: flex;
  }


  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2em;
    z-index: 1;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  /* Big Card Images End */



  /* Navigation Start */

  .about,
  .register,
  .archive,
  .Gallery {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    right: 1.5vw;
    width: 13vw;
    height: 2.6vw;
  }

  .about {
    top: 53vh;
  }

  /*   .register {
    top: 60vh;
  }
 */
  .archive {
    top: 64vh;
  }

  .Gallery {
    top: 75vh;
  }

  .about:hover,
  .register:hover,
  .archive:hover,
  .Gallery:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Navigation End */

  /* Rocket picture start */
  .rocket {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 29vw;
    height: 29vw;
    left: 2vw;
    top: 38vh;
  }

  /* Rocket picture end */

  /* Events start */

  .dotted-events {
    font-family: "Jua";
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 105vh;
    height: 23vw;
    width: 87vw;
    left: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  /* Documents Image start */
  .documents {
    position: absolute;
    top: 105vh;
    left: 18vw;
    height: 58vh;
    width: 58vw;
  }

  /* Documents Image end */

  .events h1 {
    font-family: "Jua";
    display: block;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 88vw;
    left: -24vw;
  }

  .eventline {
    position: absolute;
    left: 37vh;
    top: 117vh;
    width: 9vw;
    border: 0.1vw black solid;
  }


  .reports h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 11vw;
    right: 18vw;
  }

  .reportline {
    position: absolute;
    right: 42.5vh;
    top: 117vh;
    width: 11vw;
    border: 0.1vw black solid;
  }

  .events ul,
  .reports ul {
    font-family: "Jua";
    display: block;
    font-size: 1.5vw;
    justify-content: space-between;
    position: absolute;
    width: 20vw;
    top: 117vh;
    text-decoration: none;
    color: #000;
  }

  .events a {
    color: #000;
    text-decoration: none;
  }

  .events a:hover {
    color: #ff7f0a
  }

  .events ul {
    left: 26vh;
  }

  .reports ul {
    right: 27vh;
  }

  .reports a {
    color: #000;
    text-decoration: none;
  }

  .reports a:hover {
    color: #ff7f0a
  }

  /* Events End */


  /* Cycle Image Start*/
  .cycle {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 153vh;
    width: -120vw;
    height: 46vh;
    right: 0vw;
  }

  .road {
    position: absolute;
    left: 6vh;
    ;
    top: 202vh;
    width: 90vw;
    border: 0.1vw black solid;
  }

  /* Cycle Image end*/

  /* Qoutation Start */
  .quote {
    position: absolute;
    top: 175vh;
    border: 0vw none;
    color: transparent;
    font-family: "Jua";
    font-size: 2.2vw;
    font-weight: 400;
    left: 4vw;
    letter-spacing: 0;
    line-height: normal;
    color: #000;
  }

  .quote span {
    color: #ff7f0a;
  }

  /* Qoutation End */

  /* Book Picture start */
  .book {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 189vh;
    width: 48vw;
    height: 120vh;
    right: 1vw;
  }

  /* Book Picture start */

  /* About Start */
  .dot-abouts {
    display: block;
    justify-content: space-between;
    padding: 100px;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 211vh;
    height: 38vw;
    width: 30vw;
    left: 10vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .abouts {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 208vh;
    height: 30vw;
    width: 29vw;
    left: 10vw;
    overflow: visible;
  }

  .aboutsline {
    position: absolute;
    left: 47.5vh;
    color: black;
    top: 221.5vh;
    width: 8.5vw;
    border: 0.1vw black solid;
  }


  .textbox {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 218vh;
    height: 35vw;
    width: 29vw;
    left: 11vw;
    font-size: 1.4vw;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* About end */

  /*faculty cards Start*/

  /* shakinghands image start */
  .shakinghands {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50vw;
    height: 50vw;
    left: 6vw;
    top: 310vh;
  }

  /* shakinghands image end */

  .fc {
    font-family: "Jua";
    position: relative;
    top: 278vh;
    font-size: 3vw;
    left: -17vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .cordinator-card {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }

  .faculty1,
  .faculty2,
  .faculty3 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    height: 13vw;
    width: 30vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    right: 2vw;

  }

  .fac1,
  .fac2,
  .fac3 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 10%;
    position: absolute;
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 12vw;
    width: 10vw;
    right: 5vw;
  }

  .fac1 {
    top: 8%;
  }

  .fac2 {
    top: 39%;
  }

  .fac3 {
    top: 70%;
  }


  .facn1,
  .facn2,
  .facn3 {
    position: relative;
    right: 6vw;
    top: 2vh;
    font-size: 2vw;
  }

  .fline1 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 3vh;
  }

  .fline2 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 6vh;
  }

  .faculty1 a,
  .faculty2 a,
  .faculty3 a {
    display: inline-block;
    position: relative;
    right: 5vw;
    top: 5vh;
    margin: 5px;
    font-size: 1.7vw;
    color: #000;
    text-decoration: none;

  }

  .faculty1 a:hover,
  .faculty2 a:hover,
  .faculty3 a:hover {
    color: #ff7f0a;
  }

  /*faculty cards end */

  /* student cards Start*/

  .sc {
    font-family: "Jua";
    position: relative;
    top: 253vh;
    font-size: 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxes1,
  .boxes2 {
    font-family: "Jua";
    position: relative;
    top: 250vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .student-card,
  .student-card2 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;
  }

  .student1,
  .student2,
  .student3,
  .student4,
  .student5,
  .student6,
  .student7,
  .student8 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-direction: row;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    left: 15vw;
    height: 20vw;
    width: 15vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
  }

  .simg1,
  .simg2,
  .simg3,
  .simg4,
  .simg5,
  .simg6,
  .simg7,
  .simg8 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 10vw;
    width: 10vw;
    top: 3vw;
  }

  .simg1,
  .simg5 {
    left: 6.4%;
  }

  .simg2,
  .simg6 {
    left: 32.5%;
  }

  .simg3,
  .simg7 {
    left: 57.5%;
  }

  .simg4,
  .simg8 {
    left: 83.2%;
  }

  .stun1,
  .stun2,
  .stun3,
  .stun4,
  .stun5,
  .stun6,
  .stun7,
  .stun8 {
    position: relative;
    top: 21vh;
    font-size: 1.6vw;
  }

  .line1 {
    position: relative;
    border: 0.1vw black solid;
    top: 21vh;
  }

  .line2 {
    position: relative;
    border: 0.1vw black solid;
    top: 22vh;
  }


  .student-card .student1 a,
  .student-card .student2 a,
  .student-card .student3 a,
  .student-card .student4 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card .student1 a:hover,
  .student-card .student2 a:hover,
  .student-card .student3 a:hover,
  .student-card .student4 a:hover {
    color: #ff7f0a;
  }

  .student-card2 .student5 a,
  .student-card2 .student6 a,
  .student-card2 .student7 a,
  .student-card2 .student8 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card2 .student5 a:hover,
  .student-card2 .student6 a:hover,
  .student-card2 .student7 a:hover,
  .student-card2 .student8 a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */
  .sh {
    font-family: "Jua";
    position: relative;
    top: 240vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .sh-heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }

  .social a {
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */
}

@media screen and (max-width: 1441px) and (min-width: 1367px) {

  .side-menu,
  .menu-icon {
    display: none;
  }

  /* Back Button  Start*/

  .fa-arrow-left-long {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-arrow-left-long:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  .fa-house {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-house:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Back Button End */

  /* Designed By Start */
  .design {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 0.5vw;
    top: 26.5vh;
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    width: 12vw;
    height: 2.6vw;
    text-align: center;
  }

  .design:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Designed By End */

  /* innovation end */
  .label {
    position: absolute;
    color: #000000;
    font-family: "Jua";
    font-size: 7vw;
    text-shadow: 2px 2px 4px #ff7f0a;
    width: 50.05vw;
    height: 43.52vh;
    top: 22.9vh;
    left: 34vw;
    margin-right: 15vw;
  }

  /* innovation end */


  /* Big Card Images Start */

  .card {
    display: block;
    justify-content: space-between;
    background-color: #ffffff;
    border: 0.2vw solid #000;
    border-radius: 5vh;
    position: absolute;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: 42vh;
    height: 25vw;
    right: 21vw;
    width: 45vw;
    overflow: hidden;
  }

  .slideshow {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 5s ease-in-out;
  }

  .slide {
    width: 45vw;
    height: 25vw;
    object-fit: cover;
    display: flex;
  }


  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2em;
    z-index: 1;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  /* Big Card Images End *
/* Navigation Start */

  .about,
  .register,
  .archive,
  .Gallery {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    right: 1.5vw;
    width: 13vw;
    height: 2.6vw;
  }

  .about {
    top: 53vh;
  }

  /*   .register {
    top: 60vh;
  }
 */
  .archive {
    top: 64vh;
  }

  .Gallery {
    top: 75vh;
  }

  .about:hover,
  .register:hover,
  .archive:hover,
  .Gallery:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Navigation End */
  /* Rocket picture start */
  .rocket {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 29vw;
    height: 29vw;
    left: 2vw;
    top: 38vh;
  }

  /* Rocket picture end */

  /* Events start */

  .dotted-events {
    font-family: "Jua";
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 105vh;
    height: 23vw;
    width: 87vw;
    left: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  /* Documents Image start */
  .documents {
    position: absolute;
    top: 106vh;
    left: 18vw;
    height: 58vh;
    width: 58vw;
  }

  /* Documents Image end */

  .events h1 {
    font-family: "Jua";
    display: block;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 88vw;
    left: -24vw;
  }

  .eventline {
    position: absolute;
    left: 37.5vh;
    top: 116vh;
    width: 8.5vw;
    border: 0.1vw black solid;
  }

  .reports h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 11vw;
    right: 18vw;
  }

  .reportline {
    position: absolute;
    right: 43vh;
    top: 116vh;
    width: 10vw;
    border: 0.1vw black solid;
  }

  .events ul,
  .reports ul {
    font-family: "Jua";
    display: block;
    font-size: 1.5vw;
    justify-content: space-between;
    position: absolute;
    width: 20vw;
    top: 117vh;
  }

  .events ul {
    left: 26vh;
  }

  .reports ul {
    right: 27vh;
  }

  .events a {
    color: #000;
    text-decoration: none;
  }

  .events a:hover {
    color: #ff7f0a
  }

  .reports a {
    color: #000;
    text-decoration: none;
  }

  .reports a:hover {
    color: #ff7f0a
  }

  /* Events End */


  /* Cycle Image Start*/
  .cycle {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 155vh;
    width: 40vw;
    height: 43vh;
    right: -8vw;
  }

  .road {
    position: absolute;
    left: 6vh;
    ;
    top: 202vh;
    width: 90vw;
    border: 0.1vw black solid;
  }

  /* Cycle Image end*/

  /* Qoutation Start */
  .quote {
    position: absolute;
    top: 175vh;
    border: 0vw none;
    color: transparent;
    font-family: "Jua";
    font-size: 2.2vw;
    font-weight: 400;
    left: 4vw;
    letter-spacing: 0;
    line-height: normal;
    color: #000;
  }

  .quote span {
    color: #ff7f0a;
  }

  /* Qoutation End */

  /* Book Picture start */
  .book {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 189vh;
    width: 48vw;
    height: 120vh;
    right: 1vw;
  }

  /* Book Picture start */

  /* About Start */
  .dot-abouts {
    display: block;
    justify-content: space-between;
    padding: 100px;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 210vh;
    height: 38vw;
    width: 30vw;
    left: 10vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .abouts {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 208vh;
    height: 30vw;
    width: 29vw;
    left: 10vw;
    overflow: visible;
  }

  .aboutsline {
    position: absolute;
    left: 47.5vh;
    color: black;
    top: 220vh;
    width: 8vw;
    border: 0.1vw black solid;
  }

  .textbox {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 216vh;
    height: 34vw;
    width: 29vw;
    left: 11vw;
    max-width: 100%;
    font-size: 1.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* About end */


  /*faculty cards Start*/

  /* shakinghands image start */
  .shakinghands {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50vw;
    height: 50vw;
    left: 6vw;
    top: 310vh;
  }

  /* shakinghands image end */

  .fc {
    font-family: "Jua";
    position: relative;
    top: 278vh;
    font-size: 3vw;
    left: -17vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .cordinator-card {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }

  .faculty1,
  .faculty2,
  .faculty3 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    height: 13vw;
    width: 30vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    right: 2vw;

  }

  .fac1,
  .fac2,
  .fac3 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 10%;
    position: absolute;
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 12vw;
    width: 10vw;
    right: 5vw;
  }

  .fac1 {
    top: 8%;
  }

  .fac2 {
    top: 39%;
  }

  .fac3 {
    top: 70%;
  }


  .facn1,
  .facn2,
  .facn3 {
    position: relative;
    right: 6vw;
    top: 2vh;
    font-size: 2vw;
  }

  .fline1 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 3vh;
  }

  .fline2 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 6vh;
  }

  .faculty1 a,
  .faculty2 a,
  .faculty3 a {
    display: inline-block;
    position: relative;
    right: 5vw;
    top: 5vh;
    margin: 5px;
    font-size: 1.7vw;
    color: #000;
    text-decoration: none;

  }

  .faculty1 a:hover,
  .faculty2 a:hover,
  .faculty3 a:hover {
    color: #ff7f0a;
  }

  /*faculty cards end */


  /* student cards Start*/

  .sc {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    font-size: 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxes1,
  .boxes2 {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .student-card,
  .student-card2 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;

  }

  .student1,
  .student2,
  .student3,
  .student4,
  .student5,
  .student6,
  .student7,
  .student8 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-direction: row;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    left: 15vw;
    height: 20vw;
    width: 15vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
  }

  .simg1,
  .simg2,
  .simg3,
  .simg4,
  .simg5,
  .simg6,
  .simg7,
  .simg8 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 10vw;
    width: 10vw;
    top: 3vw;
  }

  .simg1,
  .simg5 {
    left: 8.1vw;
  }

  .simg2,
  .simg6 {
    left: 32.6vw;
  }

  .simg3,
  .simg7 {
    left: 56.9vw;
  }

  .simg4,
  .simg8 {
    left: 81.2vw;
  }

  .stun1,
  .stun2,
  .stun3,
  .stun4,
  .stun5,
  .stun6,
  .stun7,
  .stun8 {
    position: relative;
    top: 21vh;
    font-size: 1.6vw;
  }

  .line1 {
    position: relative;
    border: 0.1vw black solid;
    top: 21vh;
  }

  .line2 {
    position: relative;
    border: 0.1vw black solid;
    top: 22vh;
  }


  .student-card .student1 a,
  .student-card .student2 a,
  .student-card .student3 a,
  .student-card .student4 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card .student1 a:hover,
  .student-card .student2 a:hover,
  .student-card .student3 a:hover,
  .student-card .student4 a:hover {
    color: #ff7f0a;
  }

  .student-card2 .student5 a,
  .student-card2 .student6 a,
  .student-card2 .student7 a,
  .student-card2 .student8 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card2 .student5 a:hover,
  .student-card2 .student6 a:hover,
  .student-card2 .student7 a:hover,
  .student-card2 .student8 a:hover {
    color: #ff7f0a;
  }

  /* student cards End*/

  /* Social Handles Start */
  .sh {
    font-family: "Jua";
    position: relative;
    top: 250vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .sh-heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }

  .social a {
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social a:hover {
    color: #ff7f0a;
  }

  /* Social Handles Start */

}

@media screen and (max-width: 1921px) and (min-width: 1442px) {

  .side-menu,
  .menu-icon {
    display: none;
  }

  /* Back Button  Start*/

  .fa-arrow-left-long {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-arrow-left-long:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  .fa-house {
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    left: 0.5vw;
    top: 26.5vh;
    padding: 1.11vh 1.39vw;
    border: none;
    border-radius: 1vw;
    font-size: 1.8vw;
    cursor: pointer;
    text-decoration: none;
    width: 2vw;
    height: 1.6vw;
    text-align: center;
  }

  .fa-house:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Back Button End */

  /* Designed By Start */
  .design {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    right: 0.5vw;
    top: 26.5vh;
    border: none;
    border-radius: 1vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    width: 12vw;
    height: 2.6vw;
    text-align: center;
  }

  .design:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Designed By End */

  /* innovation end */
  .label {
    position: absolute;
    color: #000000;
    font-family: "Jua";
    font-size: 7vw;
    text-shadow: 2px 2px 4px #ff7f0a;
    width: 50.05vw;
    height: 43.52vh;
    top: 22.9vh;
    left: 34vw;
    margin-right: 15vw;
  }

  /* innovation end */


  /* Big Card Images Start */

  .card {
    display: block;
    justify-content: space-between;
    background-color: #ffffff;
    border: 0.2vw solid #000;
    border-radius: 5vh;
    position: absolute;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    top: 42vh;
    height: 26vw;
    right: 21vw;
    width: 45vw;
    overflow: hidden;
  }

  .slideshow {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 5s ease-in-out;
  }

  .slide {
    width: 45vw;
    height: 26vw;
    object-fit: cover;
    display: flex;
  }


  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2em;
    z-index: 1;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  /* Big Card Images End */



  /* Navigation Start */

  .about,
  .archive,
  .Gallery {
    color: #ffffff;
    background-color: #000000;
    font-family: "Jua";
    position: absolute;
    border-radius: 0.6vw;
    font-size: 1.9vw;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    right: 1.5vw;
    width: 13vw;
    height: 2.6vw;
  }

  .about {
    top: 55vh;
  }

  .archive {
    top: 67vh;
  }

  .Gallery {
    top: 79vh;
  }

  .about:hover,
  .register:hover,
  .archive:hover,
  .Gallery:hover {
    box-shadow: 0.46875vw 0.15625vw 0.3125vw #ff7f0a;
  }

  /* Navigation End */

  /* Rocket picture start */
  .rocket {
    position: absolute;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 29vw;
    height: 29vw;
    left: 2vw;
    top: 38vh;
  }

  /* Rocket picture end */

  /* Events start */

  .dotted-events {
    font-family: "Jua";
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 105vh;
    height: 23vw;
    width: 87vw;
    left: 4.5vw;
    border: 0.2vw dashed #ff7f0a;
  }

  /* Documents Image start */
  .documents {
    position: absolute;
    top: 104.5vh;
    left: 17vw;
    height: 57vh;
    width: 58vw;
  }

  /* Documents Image end */

  .events h1 {
    font-family: "Jua";
    display: block;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 88vw;
    left: -24vw;
  }

  .events a {
    color: #000;
    text-decoration: none;
  }

  .events a:hover {
    color: #ff7f0a
  }

  .eventline {
    position: absolute;
    left: 38.5vh;
    ;
    top: 115vh;
    width: 7.2vw;
    border: 0.1vw black solid;
  }


  .reports h1 {
    font-family: "Jua";
    display: flexbox;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 103vh;
    height: 23vw;
    width: 11vw;
    right: 18vw;
  }

  .reports a {
    color: #000;
    text-decoration: none;
  }

  .reports a:hover {
    color: #ff7f0a
  }

  .reportline {
    position: absolute;
    right: 44.2vh;
    ;
    top: 115vh;
    width: 8.5vw;
    border: 0.1vw black solid;
  }

  .events ul,
  .reports ul {
    font-family: "Jua";
    display: block;
    font-size: 1.5vw;
    justify-content: space-between;
    position: absolute;
    width: 20vw;
    top: 117vh;
  }

  .events ul {
    left: 26vh;
  }

  .reports ul {
    right: 27vh;
  }

  /* Events End */


  /* Cycle Image Start*/
  .cycle {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 153vh;
    width: -120vw;
    height: 46vh;
    right: 0vw;
  }

  .road {
    position: absolute;
    left: 6vh;
    ;
    top: 202vh;
    width: 90vw;
    border: 0.1vw black solid;
  }

  /* Cycle Image end*/

  /* Qoutation Start */
  .quote {
    position: absolute;
    top: 175vh;
    border: 0vw none;
    color: transparent;
    font-family: "Jua";
    font-size: 2.2vw;
    font-weight: 400;
    left: 4vw;
    letter-spacing: 0;
    line-height: normal;
    color: #000;
  }

  .quote span {
    color: #ff7f0a;
  }

  /* Qoutation End */

  /* Book Picture start */
  .book {
    position: absolute;
    display: flex;
    padding: 37.188px 18.881px 36.75px 18.881px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    top: 189vh;
    width: 48vw;
    height: 120vh;
    right: 1vw;
  }

  /* Book Picture start */

  /* About Start */
  .dot-abouts {
    display: block;
    justify-content: space-between;
    padding: 100px;
    padding: 20px;
    border-radius: 5vh;
    text-align: center;
    position: absolute;
    top: 210vh;
    height: 38vw;
    width: 30vw;
    left: 10vw;
    border: 0.2vw dashed #ff7f0a;
  }

  .abouts {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 208vh;
    height: 30vw;
    width: 29vw;
    left: 10vw;
    overflow: visible;
  }

  .aboutsline {
    position: absolute;
    left: 49.5vh;
    color: black;
    top: 219vh;
    width: 6vw;
    border: 0.1vw black solid;
  }

  .textbox {
    font-family: "Jua";
    color: black;
    display: block;
    border: none;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    top: 216vh;
    height: 34vw;
    width: 29vw;
    left: 11vw;
    max-width: 100%;
    font-size: 1.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* About end */

  /*faculty cards Start*/

  /* shakinghands image start */
  .shakinghands {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50vw;
    height: 50vw;
    left: 6vw;
    top: 310vh;
  }

  /* shakinghands image end */

  .fc {
    font-family: "Jua";
    position: relative;
    top: 278vh;
    font-size: 2.5vw;
    left: -17vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .cordinator-card {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }

  .faculty1,
  .faculty2,
  .faculty3 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    height: 13vw;
    width: 30vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
    right: 2vw;

  }

  .fac1,
  .fac2,
  .fac3 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 10%;
    position: absolute;
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 12vw;
    width: 10vw;
    right: 5vw;
  }

  .fac1 {
    top: 8%;
  }

  .fac2 {
    top: 39%;
  }

  .fac3 {
    top: 70%;
  }


  .facn1,
  .facn2,
  .facn3 {
    position: relative;
    right: 6vw;
    top: 2vh;
    font-size: 2vw;
  }

  .fline1 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 3vh;
  }

  .fline2 {
    position: relative;
    border: 0.1vw black solid;
    left: 3vw;
    width: 13vw;
    top: 6vh;
  }

  .faculty1 a,
  .faculty2 a,
  .faculty3 a {
    display: inline-block;
    position: relative;
    right: 5vw;
    top: 5vh;
    margin: 5px;
    font-size: 1.7vw;
    color: #000;
    text-decoration: none;

  }

  .faculty1 a:hover,
  .faculty2 a:hover,
  .faculty3 a:hover {
    color: #ff7f0a;
  }

  /*faculty cards end */


  /* student cards Start*/

  .sc {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    font-size: 2.5vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .boxes1,
  .boxes2 {
    font-family: "Jua";
    position: relative;
    top: 260vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .student-card,
  .student-card2 {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 90px;

  }

  .student1,
  .student2,
  .student3,
  .student4,
  .student5,
  .student6,
  .student7,
  .student8 {
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex-direction: row;
    border: 0.15vw solid #000;
    border-radius: 3vh;
    text-align: center;
    left: 15vw;
    height: 20vw;
    width: 15vw;
    box-shadow: 0.7vw 0.7vw 1vw #ff7f0a;
  }

  .simg1,
  .simg2,
  .simg3,
  .simg4,
  .simg5,
  .simg6,
  .simg7,
  .simg8 {
    background-color: #ffffff;
    border: 0.15vw solid #000;
    border-radius: 50%;
    position: absolute;
    display: flex;
    text-align: center;
    padding: 0px;
    height: 10vw;
    width: 10vw;
    top: 3vw;
  }

  .simg1,
  .simg5 {
    left: 8.8vw;
  }

  .simg2,
  .simg6 {
    left: 32.5vw;
  }

  .simg3,
  .simg7 {
    left: 56.1vw;
  }

  .simg4 {
    left: 79.7vw;
  }

  .stun1,
  .stun2,
  .stun3,
  .stun4,
  .stun5,
  .stun6,
  .stun7 {
    position: relative;
    top: 21vh;
    font-size: 1.6vw;
  }

  .stun8 {
    position: relative;
    top: 21vh;
    left: 60vw;
    font-size: 1.6vw;
  }

  .line1 {
    position: relative;
    border: 0.1vw black solid;
    top: 21vh;
  }

  .line2 {
    position: relative;
    border: 0.1vw black solid;
    top: 22vh;
  }


  .student-card .student1 a,
  .student-card .student2 a,
  .student-card .student3 a,
  .student-card .student4 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card .student1 a:hover,
  .student-card .student2 a:hover,
  .student-card .student3 a:hover,
  .student-card .student4 a:hover {
    color: #ff7f0a;
  }

  .student-card2 .student5 a,
  .student-card2 .student6 a,
  .student-card2 .student7 a,
  .student-card2 .student8 a {
    display: inline-block;
    position: relative;
    top: 22vh;
    margin: 5px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
  }

  .student-card2 .student5 a:hover,
  .student-card2 .student6 a:hover,
  .student-card2 .student7 a:hover,
  .student-card2 .student8 a:hover {
    color: #ff7f0a;
  }

  /* student cards End*/

  /* Social Handles Start */
  .sh {
    font-family: "Jua";
    position: relative;
    top: 250vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .sh-heading {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }

  .social a {
    display: inline-block;
    margin: 5px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .social a:hover {
    color: #ff7f0a;
  }

  /* Social Handles end */
}


.boxes1 span,
.boxes2 span {
  color: #ff7f0a;
}