/* ======= Responsive CSS   ====== */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 360px){
  .copy-right-text{
    font-size: 10px !important;
  }

  .footer-btn{
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 600px) {
  /* =======  Modify default CSS   ====== */
  .wm-footer-logo-img{
    max-width: 160px;
   
  }

  .copy-right-text{
    font-size: 12px;
  }

  .footer-btn{
    padding: 8px 16px !important;
    font-size: 14px;
  }

  .wm-pr-30{
    padding-right: 20px;
  }
  .wm-heading-2 {
    letter-spacing: -3px;
  }

  .wm-sec-py-120 {
    padding: 60px 0;
  }
  .wm-pt-120 {
    padding-top: 60px;
  }
  .wm-pb-120 {
    padding-bottom: 60px;
  }

  .hero-earth video {
    width: 350px;
    height: 350px;
  }

  .facultie-profile img {
    aspect-ratio: 1/1;
    width: 100%;
    
  }

  .faculty-logo {
    /* top: -120px;
    max-width: 150px;
    right: 10px; */

    position: relative;
    padding-bottom: 25px;
    inset: 0;
  }

  .accordion-question {
    gap: 15px;
  }

  .hero-text-letter-spacing-line-1 {
    word-spacing: normal;
  }
  .play-btn{
    width: 40px;
    height: 40px;
  }

  .social-icons {
    justify-content: center;
  }
}



/* Medium devices (landscape tablets, 768px and up)  */
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .hero-earth video{
    width: 450px;
    height: 450px;

  }

  .faculty-logo {
    right: 0;
  }
  .wm-heading-2 {
    letter-spacing: -2px;
  }
}

/* Large devices (laptops/desktops, 992px and up)  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wm-heading-2 {
    letter-spacing: -2px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up)  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    /* max-width: 1130px; */
  }
  .wm-heading-2 {
    letter-spacing: -2px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* 1200px and up default value   */
