@media only screen and (max-width: 1000px) {

  .navbar-social-media{
    background: red;
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  html {
    scroll-padding-top: 70px;
  }
 /* prize */
 #prize_img {
  display: none !important;
}
  /* Navbar */
  .navbar-brand {
    width: 60px;
    height: auto;
    margin: 0px 13px;
  }
  .navbar-toggler {
    width: 40px;
    height: 30px;
    position: relative;
  }
  .navbar-toggler-icon {
    position: absolute;
    bottom: 0px;
    right: 4px;
  }
  .nav-item {
    letter-spacing: 1.5px;
    padding: 5px;
  }

  /* Home section */
  .home-page-logo {
    position: absolute;
    top: 96px;
  }
  .main-page {
    display: flex;
    flex-direction: column;
  }
  .heading-main {
    margin-top: 140px;
    padding: 0px 20px !important;
    text-align: center;
    align-items: center;
  }
  .heading-main > p {
    text-align: center;
  }
  .apply-button {
    margin: 30px auto;
    width: 280px;
  }

  .h1-title {
    font-size: 2.5rem;
  }

  /* About Hackverse */
  .about-hackverse-container {
    display: flex;
    flex-direction: column;
    margin: 5px !important;
    position: relative;
    padding: 20px 0px;
  }

  .about h2 {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
  }

  .title-about-hackverse {
    font-size: 30px;
    text-align: center;
  }

  .text-hackverse {
    text-align: justify;
    margin-bottom: 48px;
  }

  .revisit {
    width: 100%;
    height: 10%;
    margin: 20px 0px;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .img-logo {
    top: 144px;
    justify-content: center;
    position: absolute;
    padding: 10px 5px;
    left: 60px;
  }

  /* Hackverse stats  */
  .text-center {
    font-size: 30px;
    padding: 40px 20px;
  }
  .stats-items {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
  }
  .institute_icon > img {
    width: 100px;
    margin-bottom: 12px;
  }
  .institute_icon {
    margin-bottom: 32px;
  }

  /* Events Section */
  .carousel button span {
    display: none;
  }

  .carousel .card-body {
    font-size: 16px;
  }

  .carousel .btn {
    width: 100%;
  }

  .carousel p {
    text-align: left;
  }

  /* Sponsor section */

  .sponsor-ads > a > button {
    font-size: 18px;
    padding: 10px 50px;
  }
  .sponsor-ads > h1 {
    font-size: 25px !important;
    text-align: center;
    padding: 2%;
  }
  .sponsor-container > a > img {
    width: 135px !important;
    padding: 3% !important;
  }
  .sponsor-container > a:last-child > img {
    width: 215px !important;
  }

  /* Faq section  */
  .faq-container {
    padding: 0px 20px;
    padding-bottom: 60px;
  }
  .faq-container > h1 {
    font-size: 30px;
    text-align: center;
  }

  /* Footer section */
  .font-size {
    font-size: 30px;
    text-align: center;
  }
  .footer-container {
    padding-top: 30px;
  }
  .lead {
    text-align: center;
  }
  .text-align {
    text-align: center;
  }
  .community-name > p {
    padding: 7px !important;
  }
  .social-media-icon {
    padding-top: 20px;
  }
  .copy-right-tags {
    display: flex;
    flex-direction: column;
  }
  .copy-right-tags > p {
    text-align: center !important;
  }

  /* Campus Photos */

  .heading-campus {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 20px;
    text-align: center;
  }
  .campus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .campus > img {
    width: 130px;
  }

  .section-heading-2 h1{
    font-size: 1rem;
  }

  #prizes .column {
    margin-bottom: 32px;
  }

  #prizes .row :nth-child(1) {
    order: 2;
  }

  #prizes .row :nth-child(2) {
    order: 1;
    position: static;
  }

  #prizes .row :nth-child(3) {
    order: 3;
  }

  #prizes .column {
    width: 100%;
  }

  #track .card {
    height: auto;
  }
  .dropdown-menu {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .dropdown {
    letter-spacing: 1.5px;
    padding: 5px;
  }

  /* Preloader */
  .water{
    width:200px;
    height: 200px;
  }
  
  .water:before, .water:after{
    width:200px;
    height: 200px;
    top:-100px;
  }


}

