* {
    margin: 0;
    padding: 0;
  }
  
  body {
    background-color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
  }

  .navbar {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 2;
  }
  
  .nav-link {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .nav-link:hover {
    text-decoration: none;
    color: #ffc65e;
  }
  
  .nav-item>a {
    text-decoration: none;
    color: white;
  }
  .nav-item>a:hover {
    text-decoration: none;
    color: #ffc65e;
  }
 
  .jobA{
    color: white;
    text-decoration: none;
  }
  .jobA:hover{
    color: white;
    text-decoration: none;
  }
 .firstSection {
     width: 100%;
     height: 100vh;
     background-image: url('https://www.measiim.edu.in/myweb/uploads/2022/05/placement.jpg');
     background-size: cover;
     background-position: center;
     backdrop-filter: blur(7px);
     -webkit-backdrop-filter: blur(7px);
     overflow: hidden;
     position: relative;
     z-index: 2;

 }

 .box-main {
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     max-width: 100%;
     margin-left: auto;
     margin-right: auto;
     height: 75%;
 }

 .firstHalf {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
 }

 .text-big {
     margin-top: 92px;
     margin-bottom: 1rem;
     color: #ffffff;
     font-size: 60px;
     font-family: "Anton", sans-serif;
  font-weight: 400;
     font-style: normal;
     background-color: rgba(255, 255, 255, 0.1);
     width: 100%;
     backdrop-filter: blur(30px);

     /* box-shadow: 3px 4px 4px 5px #f14d28; */
 }

 .text-small {
     font-size: 1rem;
 }

 .btn-grad {
     display: inline-block;
     padding: 24px 32px;
     border: 0;
     text-decoration: none;
     border-radius: 15px;
     background-color: rgba(255, 255, 255, 0.1);
     border: 1px solid rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(30px);
     color: rgba(255, 255, 255, 0.8);
     font-size: 14px;
     letter-spacing: 2px;
     cursor: pointer;
     text-transform: uppercase;
     display: block;
     cursor: pointer;
     width: 239px;
     align-self: center;
     outline-style: none;
     margin-top: 37px;
 }

 .btn-grad:hover {
     border: 1px solid #ffffff44;
     box-shadow: 0 7px 50px 10px #000000aa;
     transform: scale(1.015);
     filter: brightness(1.3);

     ::before {
         filter: brightness(.5);
         top: -100%;
         left: 200%;
     }
 }

 .companies-section {
     padding: 50px 0;
     text-align: center;
     background-color: white;
 }
.company_head{
    font-family: "Anton", sans-serif;
    font-weight: 400;
}
 .company-logo {
     width: 100px;
     height: auto;
     margin: 20px;
 }

 .companies-section>h2 {
     color: black;
     font-size: 40px;

 }

 .students-section {
     width: 100%;
     height: auto;
     background-color: rgb(0, 0, 0);
     display: flex;
     flex-direction: column;
     justify-content: center;
     text-align: center;
     justify-items: center;
     overflow: hidden;
 }
.student{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    color: white;
}
 .img-fluid {
     transition: transform 0.3s ease-out;
     height: 200px;
     z-index: 1;
     opacity: 1;

 }

 .img-fluid:hover {
     transform: scale(1.1);

 }

 .hoverimageP {
     font-size: 20px;
     position: relative;
     top: -45px;
     justify-content: center;
     text-align: center;
     justify-items: center;
     backdrop-filter: blur(7px);
     -webkit-backdrop-filter: blur(7px);
     z-index: 0;
     opacity: 0.4;
     color: white;
 }

 .hoverimageP:hover {
     z-index: 1;
     opacity: 1;
 }

 .view-more-btn {
     display: block;
     margin: 0 auto;
     padding: 10px 20px;
     background-color: orange;
     color: rgb(255, 255, 255);
     border: none;
     border-radius: 5px;
     cursor: pointer;
     position: relative;
     top: -51px;
 }

 .videoSection {
    text-align: center;
    padding: 50px 0;
}

.videoSection h2 {
    margin-bottom: 20px;
    font-size: 50px;
  font-family: "Anton", sans-serif;
  color: white;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video {
    margin: 10px;
    flex: 1 1 300px; /* Adjust as needed */
}

.video iframe {
    width: 100%;
    height: 416px;
}

@media screen and (max-width: 768px) {
    .video {
        flex: 1 1 100%; /* Full width on smaller screens */
    }
}
 
/* footer start */
footer {
  position: relative;    
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(3) scaleX(2.25);
  transform-origin: bottom;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
}
.footerSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding-bottom: 60px;
  padding-left: 60px;
  width: 100%;
  color: white;
}
.footerSection ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSection>.socials {
  gap: 20px;
}

.footerSection>.socials a {
  font-size: 24px;
  color: wheat;
  text-decoration: none;
}

.footerSection>.links {
  gap: 10px;
  flex-direction: column;
}

.legal {
  font-size: 12px;
  margin: 0;
}
.link{
  text-decoration: none;
  color: white;
}
.link:hover{
  text-decoration: none;
  color: rgb(106, 105, 105);
}
@media (width > 420px) {
  section {
    align-items: center;
    padding-left: 0;
    gap: 20px;
  }

  .footerSection>.links {
    gap: 20px;
    flex-direction: row;
  }
}
/* footer end */
.up-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: opacity 0.3s;
  color: orangered;
}

.up-arrow:hover {
  opacity: 0.7;
}
