@font-face {
    font-family: pirulen;
    src: url('../fonts/pirulen.otf');
}

@font-face {
    font-family: coffeetown;
    src: url('../fonts/Coffee Town.ttf');
    
}

html {
  overflow-x: hidden !important;

}

body{
    width: 100vw;
    overflow-x: hidden;
}

#header{
    z-index: 999;
}

.center-me{
    text-align: center;
}

.blue-text{
    color: #d7f2ff !important;;
}


.footer-vector-img{
    background-color: #eaebf0;
    text-align: center;
    
}

.footer-vector-img img{
    width: 80%;
}


.lower-footer{
    margin-top: 50px;
}

.upper-footer{
    background-color: #1e1f6c;
    color: #fff;
}

.upper-footer-content{
    padding: 20px;
}

.upper-footer p, .upper-footer a{
    font-size: 16px;
    display: unset;
    color: #fff;
}

.social-icons{
    padding: 8px 0px;

}

.social-icons a{
    padding:0px 5px;
    width: 30px;
    height: 30px;
}

.upper-footer a:hover{
opacity: 0.2 !important;
color: #fff  !important;
} 

.bits-footer-logo{
    width: 150px;
    margin: 0 auto;
}

.ranking-sec .justify-content-center{
    width: 100%;
}

.light-gray-bg{
    background-color: #f1f1f1;
}


.section-heading-xl{
    font-family: coffeetown !important;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 200 !important;
}

.reseach-sec{
    background-color:#c6c6c6 !important;
     background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)),  url(../images/common/reseach-bg.png);
    background-size: 15%;
  animation: animatedBackground 90s linear infinite alternate;

}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}


.reseach-sec p{
    text-shadow: 1px 1px 7px #0000004d;
}

/* -- border Animation - Nov24 -- */ 

*, *::before, *::after {
    box-sizing: border-box;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    /*width: 400px;
    height: 300px;*/
    border-radius: 5px;
    overflow: hidden;
    padding: 8px;
    display: flex;
    /*justify-content: center;
    align-items: center;
    font-family: sans-serif;
    font-weight: bold;*/
    
    &::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #78C1EA;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#78C1EA, #78C1EA), linear-gradient(#FFAF18, #FFAF18), linear-gradient(#F21A28, #F21A28), linear-gradient(#F21A28, #F21A28);
        animation: rotate 4s linear infinite;
    }
    
    &::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 2px;
        top: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        background: #eaebf0;
        border-radius: 2px;
    }
}

/* ---- END --- */

/* --- March --*/
.spotlight .owl-nav button.owl-next, .spotlight .owl-carousel .owl-nav button.owl-prev{
    background-color: #fff;
    padding: 5px !important;
    border-radius: 4px;
}


.womensday-sec{
    background-image:url(../images/events/womenday-bg.jpg);
}

/* --  womensday card design -- */ 
.womensday-sec {
    padding-top: 4rem;
  }

  .womensday-sec a {
    display: inline-block;
    text-decoration: none;
  }

  .womensday-sec .container {
/*    margin-top: 5em;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
  }

  .womensday-sec .card{
    background-color: #00000000 !important;
  }

  .womensday-sec .card:nth-child(1) .box .icon .iconBox {
    background: #ffae16;
  }

  .womensday-sec .card:nth-child(2) .box .icon .iconBox {
    background: #75C2E5;
  }

  .womensday-sec .card:nth-child(3) .box .icon .iconBox {
    background: #211D70;
  }

  .womensday-sec .content {
    padding: 0.938rem 0.625rem;
  }

  .womensday-sec .content h3 {
        font-size: 16px;
   /* text-transform: capitalize;
    font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);*/
  }

  .womensday-sec .card-inner {
    position: relative;
    width: inherit;
    height: 18.75rem;
    background: var(--clr);
    border-radius: 1.25rem;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }

  .womensday-sec .box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
  }

  .womensday-sec .imgBox {
    position: absolute;
    inset: 0;
  }

  .womensday-sec .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .womensday-sec .icon {
    position: absolute;
    bottom: -0.375rem;
    right: -0.375rem;
    width: 6rem;
    height: 6rem;
    background: #fbf5f7;
    border-top-left-radius: 50%;
  }

  .womensday-sec .icon:hover .iconBox {
    transform: scale(1.1);
  }

  .womensday-sec .icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fbf5f7;
  }

  .womensday-sec .icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem #fbf5f7;
  }

  .womensday-sec .iconBox {
    position: absolute;
    inset: 0.625rem;
    background: #282828;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-size: 16px !important;
  }

/*  end of womens day card design  --- */


/* ---  October --- */

.award-sec{
    background-color: #75c2ea;
    background-image:linear-gradient(rgb(0 0 0 / 41%), rgb(0 0 0 / 57%)), url(../images/events/award-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

.award-sec .section-heading-xl{
    text-shadow: 1px 1px 9px #000000a3;
}

.awards-box-1{
    padding: 20px;
    border-bottom:5px solid #ffae16;
    background-color: #77777770;
    height: 96%;
    text-align: center;
    border-radius: 20px;

}
.awards-box-2{
    padding: 20px;
    border-bottom:5px solid #ee1b24;
    background-color: #ffffff70;
    height: 96%;
    text-align: center;
    border-radius: 20px;

}

.awards-box-1 p, .awards-box-2 p{
/*    font-size: 17px;*/
    color: #fff;
}

.awards-box-2 img{
box-shadow: 0px 1px 4px 0px #000000c7;
 border-radius: 20px 20px 0 0;
    margin: 0 auto;
}

.awards-box-1 .award-img{
  border-radius: 20px 20px 0 0;
/*  box-shadow: 0px 1px 4px 0px #000000c7;*/
}

.award-sec h3{
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

.award-sec p{
    font-size: 16px;
    text-shadow: 2px 2px 4px #0000008f;
}

.text-box-space{
    padding-bottom:10px ;
}

.mental-health-img{
    padding: 40px 10px;
   
}

.mental-health-img img{
     border-radius: 50px;
     width: 80%;
}


.vertical-align-text{
    margin: auto;
}

/* ---- video overlay --- */
.bits-rmit-video-banner{
    position: relative;
    width: 100%;
    height: auto;
}


.bits-rmit-video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;*/
}

.bits-rmit-video-banner .overlay {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.bits-rmit-video-banner .title {
  position: absolute;
  width: 100px;
  left: 0;
  top: 120px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.bits-rmit-video-banner .title {
  top: 90px;
}

.bits-rmit-video-banner .button {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.bits-rmit-video-banner .button a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.bits-rmit-video-banner .button {
  opacity: 1;
}

.video-icon{
    width: 50px;
    padding-right: 10px;
}
.video-text{
    vertical-align: middle;
}


.reseach-sec .bits-rmit-video-banner .button {
  opacity: 1;
}

.reseach-sec  .bits-rmit-video-banner .overlay {
  display: block;
  background: rgba(0, 0, 0, .5);
}
 
/* ---  video overlay code end --- */


/* ---  BITSET ---*/
.bitset-sec{
    padding: 2% 0;
    background-image:url(../images/events/bitsat-bg.png);
   background-size: 18%; 
    background-repeat:repeat;
}

.bitset-sec h2{
    font-size: 3rem;
}


.bitset-sec .dates{
    font-size: 1.5rem;
    color: #d5001c;
}

.bitset-sec .social-icons a {
    width: 45px !important;
    height: 45px !important;
    margin-right: 15px !important;
}

.bitset-btn{
 padding: 10px 0 30px;
}

.bitset-btn a{
    background-color: #1e1f6c;
    padding: 12px;
    border-radius: 9px;
    color: #fff !important;
    font-weight: 600;
}

.bitset-btn a:hover{
    opacity: 0.8;
}

/* ----------------------- */



.white-bg {
    background-color: #fff;
    padding: 50px 0;
}

.bits-exclusive {
    background-color: #75c2ea !important;
}


.take-your-shot{
    background-color: #1e1f6c !important;
}

ul.research-list{
    padding-left: 20px;
}

ul.research-list li{
        list-style: disc;
}

.faculty ul{
    padding-left: 20px;
}

.faculty ul li{
        list-style: disc;
}

.faculty-spotlight, .student-spotlight, .alumni-spotlight{
    z-index: 99;
}


.credit-text{
    padding: 15px 0 5px;
    font-size: 14px;
}

.innovation-bg{
 /*  background-image: url(../images/events/tower-5.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 24%;*/
}


.img-border-left {
/*  background: #94c120;
  width: 200px;
  height: 50px;
  margin: 50px;*/
  position: relative;
  text-align: right;
  margin-top: 15px;
}

.img-border-left:before {
  content: "";
  position: absolute;
/*  top: -15px;*/
  left: 0px;
  width: 92%;
  height: 100%;
/*  border: 1px solid #000;*/
  background-color: #EC1F28;
  box-sizing: border-box;
  z-index: -1;
  animation: MoveUpDown 8s linear infinite;
}

@keyframes MoveUpDown{
   0%, 100% {
    bottom: 0px;
  }
  50% {
    bottom: 30px;
  }
}

.img-border-left img{
    width: 94%;
    padding-top: 15px;
}




/* ---- industry day section   --- */


.industry-day-sec {
    background-color: #1e1f6c;
     color: #fff;
     text-align: center;
}
.industry-day-sec .section-heading-xl{color: #fff; line-height: 1;}
.industry-day-sec .section-title{position: relative;}
.industry-day-sec .section-title .typo-img-right{ position: absolute; right:5%; bottom:-30px; z-index:0;}
.industry-day-sec .section-title .typo-img-right img{ height: 50px;}
.industry-day-sec .section-heading{position: relative; background-color: #fff; color: #1e1f6c; font-weight: 600; border-radius: 8px; display: inline-block; padding: 15px 20px;}

.industry-day-sec p{
    font-size: 16px;
}

.industry-day-sec .section-title h2{
    font-weight: 600 !important;
}
/* ---- end---*/ 


/* ---- brut video  ---*/
.txt-wraper{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:80%;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.txt-wraper p{
  text-align:center;
}
.highlight{
  font-size:20px;
  font-weight: 700;
  text-align:center;
/*  font-family: 'Lobster', sans-serif;*/
}
.highlight span {
    color: #ffae16;
    text-shadow: 0 0 0 rgb(0, 0, 0);
    animation: highlight 3s ease-in-out infinite alternate;
    background-color: #211D70;
}

@keyframes highlight {
  to {
    text-shadow: 20px 0 50px #fff;
    color: #75c2ea;
  }
} 


/* -- ifream --*/
.brut-video iframe{
    width:750px;
    height: 400px;
}



/* ---  spotlight design section --- */

.spotlight{
    background-color: #000;
}

.spotlight .section-heading {
    color: #eae1e1;
}

.spotlight p{
    color: #c4c4c4;
}

.spotme {
  /*position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem;
  color: #fff1c9;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-align: center;*/
  text-shadow: 0 0 4px #ffcc33, 0 0 8px #ffcc33, 0 0 12px #ffcc33, 0 0 30px #ffcc33;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(circle, #000 45%, transparent 55%), radial-gradient(circle, #000 45%, transparent 55%), radial-gradient(circle, #000 45%, transparent 55%), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
          mask-image: radial-gradient(circle, #000 45%, transparent 55%), radial-gradient(circle, #000 45%, transparent 55%), radial-gradient(circle, #000 45%, transparent 55%), linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -webkit-mask-size: 17.5rem 17.5rem, 18rem 18rem, 17rem 17rem, 100% 100%;
          mask-size: 17.5rem 17.5rem, 18rem 18rem, 17rem 17rem, 100% 100%;
  -webkit-animation: spot-moving 30s linear both infinite alternate;
          animation: spot-moving 30s linear both infinite alternate;
}

@-webkit-keyframes spot-moving {
  0% {
    -webkit-mask-position: 39% 52%, 63% -15%, 41% 81%;
            mask-position: 39% 52%, 63% -15%, 41% 81%;
  }
  4% {
    -webkit-mask-position: 122% 89%, 75% 6%, 31% 38%;
            mask-position: 122% 89%, 75% 6%, 31% 38%;
  }
  8% {
    -webkit-mask-position: 9% -24%, 8% 12%, 61% 50%;
            mask-position: 9% -24%, 8% 12%, 61% 50%;
  }
  12% {
    -webkit-mask-position: 60% 40%, 32% 2%, 45% 48%;
            mask-position: 60% 40%, 32% 2%, 45% 48%;
  }
  16% {
    -webkit-mask-position: 102% 38%, 83% 30%, 125% -10%;
            mask-position: 102% 38%, 83% 30%, 125% -10%;
  }
  20% {
    -webkit-mask-position: 58% 43%, 66% 91%, 116% -19%;
            mask-position: 58% 43%, 66% 91%, 116% -19%;
  }
  24% {
    -webkit-mask-position: 75% 10%, 76% 38%, 17% -25%;
            mask-position: 75% 10%, 76% 38%, 17% -25%;
  }
  28% {
    -webkit-mask-position: 64% 33%, 52% 49%, 117% 61%;
            mask-position: 64% 33%, 52% 49%, 117% 61%;
  }
  32% {
    -webkit-mask-position: 98% 67%, 16% -19%, 88% 81%;
            mask-position: 98% 67%, 16% -19%, 88% 81%;
  }
  36% {
    -webkit-mask-position: 17% 39%, 123% 14%, 50% 43%;
            mask-position: 17% 39%, 123% 14%, 50% 43%;
  }
  40% {
    -webkit-mask-position: 42% 81%, -19% 21%, 100% -11%;
            mask-position: 42% 81%, -19% 21%, 100% -11%;
  }
  44% {
    -webkit-mask-position: 87% 70%, 65% -6%, -10% 28%;
            mask-position: 87% 70%, 65% -6%, -10% 28%;
  }
  48% {
    -webkit-mask-position: 49% 34%, 92% 100%, 115% 32%;
            mask-position: 49% 34%, 92% 100%, 115% 32%;
  }
  52% {
    -webkit-mask-position: 43% 91%, 113% 50%, 70% 32%;
            mask-position: 43% 91%, 113% 50%, 70% 32%;
  }
  56% {
    -webkit-mask-position: 4% 29%, 9% 53%, 95% 55%;
            mask-position: 4% 29%, 9% 53%, 95% 55%;
  }
  60% {
    -webkit-mask-position: 88% 95%, -8% 61%, 75% -9%;
            mask-position: 88% 95%, -8% 61%, 75% -9%;
  }
  64% {
    -webkit-mask-position: -15% 57%, -1% -5%, 119% -1%;
            mask-position: -15% 57%, -1% -5%, 119% -1%;
  }
  68% {
    -webkit-mask-position: 88% 22%, 53% 33%, 24% -17%;
            mask-position: 88% 22%, 53% 33%, 24% -17%;
  }
  72% {
    -webkit-mask-position: 59% 46%, 121% 76%, 5% 47%;
            mask-position: 59% 46%, 121% 76%, 5% 47%;
  }
  76% {
    -webkit-mask-position: 7% 47%, 108% 75%, 27% 90%;
            mask-position: 7% 47%, 108% 75%, 27% 90%;
  }
  80% {
    -webkit-mask-position: 49% 69%, 91% 1%, 128% 44%;
            mask-position: 49% 69%, 91% 1%, 128% 44%;
  }
  84% {
    -webkit-mask-position: 103% -25%, 117% -28%, 27% 70%;
            mask-position: 103% -25%, 117% -28%, 27% 70%;
  }
  88% {
    -webkit-mask-position: 4% 79%, -19% 81%, 92% 96%;
            mask-position: 4% 79%, -19% 81%, 92% 96%;
  }
  92% {
    -webkit-mask-position: -16% 67%, 124% 42%, 108% 62%;
            mask-position: -16% 67%, 124% 42%, 108% 62%;
  }
  96% {
    -webkit-mask-position: 53% -12%, 38% 60%, 111% -17%;
            mask-position: 53% -12%, 38% 60%, 111% -17%;
  }
  100% {
    -webkit-mask-position: 84% -12%, 128% 65%, 3% -27%;
            mask-position: 84% -12%, 128% 65%, 3% -27%;
  }
}

@keyframes spot-moving {
  0% {
    -webkit-mask-position: 39% 52%, 63% -15%, 41% 81%;
            mask-position: 39% 52%, 63% -15%, 41% 81%;
  }
  4% {
    -webkit-mask-position: 122% 89%, 75% 6%, 31% 38%;
            mask-position: 122% 89%, 75% 6%, 31% 38%;
  }
  8% {
    -webkit-mask-position: 9% -24%, 8% 12%, 61% 50%;
            mask-position: 9% -24%, 8% 12%, 61% 50%;
  }
  12% {
    -webkit-mask-position: 60% 40%, 32% 2%, 45% 48%;
            mask-position: 60% 40%, 32% 2%, 45% 48%;
  }
  16% {
    -webkit-mask-position: 102% 38%, 83% 30%, 125% -10%;
            mask-position: 102% 38%, 83% 30%, 125% -10%;
  }
  20% {
    -webkit-mask-position: 58% 43%, 66% 91%, 116% -19%;
            mask-position: 58% 43%, 66% 91%, 116% -19%;
  }
  24% {
    -webkit-mask-position: 75% 10%, 76% 38%, 17% -25%;
            mask-position: 75% 10%, 76% 38%, 17% -25%;
  }
  28% {
    -webkit-mask-position: 64% 33%, 52% 49%, 117% 61%;
            mask-position: 64% 33%, 52% 49%, 117% 61%;
  }
  32% {
    -webkit-mask-position: 98% 67%, 16% -19%, 88% 81%;
            mask-position: 98% 67%, 16% -19%, 88% 81%;
  }
  36% {
    -webkit-mask-position: 17% 39%, 123% 14%, 50% 43%;
            mask-position: 17% 39%, 123% 14%, 50% 43%;
  }
  40% {
    -webkit-mask-position: 42% 81%, -19% 21%, 100% -11%;
            mask-position: 42% 81%, -19% 21%, 100% -11%;
  }
  44% {
    -webkit-mask-position: 87% 70%, 65% -6%, -10% 28%;
            mask-position: 87% 70%, 65% -6%, -10% 28%;
  }
  48% {
    -webkit-mask-position: 49% 34%, 92% 100%, 115% 32%;
            mask-position: 49% 34%, 92% 100%, 115% 32%;
  }
  52% {
    -webkit-mask-position: 43% 91%, 113% 50%, 70% 32%;
            mask-position: 43% 91%, 113% 50%, 70% 32%;
  }
  56% {
    -webkit-mask-position: 4% 29%, 9% 53%, 95% 55%;
            mask-position: 4% 29%, 9% 53%, 95% 55%;
  }
  60% {
    -webkit-mask-position: 88% 95%, -8% 61%, 75% -9%;
            mask-position: 88% 95%, -8% 61%, 75% -9%;
  }
  64% {
    -webkit-mask-position: -15% 57%, -1% -5%, 119% -1%;
            mask-position: -15% 57%, -1% -5%, 119% -1%;
  }
  68% {
    -webkit-mask-position: 88% 22%, 53% 33%, 24% -17%;
            mask-position: 88% 22%, 53% 33%, 24% -17%;
  }
  72% {
    -webkit-mask-position: 59% 46%, 121% 76%, 5% 47%;
            mask-position: 59% 46%, 121% 76%, 5% 47%;
  }
  76% {
    -webkit-mask-position: 7% 47%, 108% 75%, 27% 90%;
            mask-position: 7% 47%, 108% 75%, 27% 90%;
  }
  80% {
    -webkit-mask-position: 49% 69%, 91% 1%, 128% 44%;
            mask-position: 49% 69%, 91% 1%, 128% 44%;
  }
  84% {
    -webkit-mask-position: 103% -25%, 117% -28%, 27% 70%;
            mask-position: 103% -25%, 117% -28%, 27% 70%;
  }
  88% {
    -webkit-mask-position: 4% 79%, -19% 81%, 92% 96%;
            mask-position: 4% 79%, -19% 81%, 92% 96%;
  }
  92% {
    -webkit-mask-position: -16% 67%, 124% 42%, 108% 62%;
            mask-position: -16% 67%, 124% 42%, 108% 62%;
  }
  96% {
    -webkit-mask-position: 53% -12%, 38% 60%, 111% -17%;
            mask-position: 53% -12%, 38% 60%, 111% -17%;
  }
  100% {
    -webkit-mask-position: 84% -12%, 128% 65%, 3% -27%;
            mask-position: 84% -12%, 128% 65%, 3% -27%;
  }
}

/* -----  End of Light in Spotlight ----*/


/* ---- logo cart rotation --- */
#planet { 
    width: 35%;
/*    background: transparent url(../images/common/wheels.svg) no-repeat center center;*/
    position: absolute;
    left: -15%;
    top: 6%;
}

#planet {
  -webkit-animation-name: rotate;
  -webkit-animation-duration:20s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:20s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}

#planet2 { 
    width: 25%;
    position: absolute;
    right: -18%;
    top: 5%;
}

#planet2 .cls-1 {
    fill: #75c2ea !important;
}

#planet2 {
  -webkit-animation-name: rotate;
  -webkit-animation-duration:20s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-name: rotate;
  -moz-animation-duration:20s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
}

@-webkit-keyframes rotate {
  from {-webkit-transform:rotate(0deg);}
  to {  -webkit-transform:rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform:rotate(0deg);}
  to {  -moz-transform:rotate(360deg);}
}


/* ---- Media Query ------ */


@media screen and (max-width: 1300px){
    #open-day-video{
    width: 500px;
    }
}

@media screen and (max-width: 767px){
    .faculty-box{
        min-height: auto !important;
    }
    .mob-reverse{
        flex-direction: column-reverse;
    }
    .industry-day-sec p{
        font-size: 14px !important;
    }
    .upper-footer{
        text-align: center;
    }
    .upper-footer .bits-footer-logo img{
        padding: 20px;
    }

    .upper-footer .social-icons{
        padding: 0;
    }

    .upper-footer .footer-data-col{
        padding: 8px 0;
    }

    .lower-footer{
        margin-top: 0;
    }
    .pilani-padding{
    padding-top:2px;
    }
    .upcoming-event .section-heading-xl {
    font-size: 4rem !important;
    }
    .upper-footer p, .upper-footer a{
        font-size: 12px !important;
    }

    .enggday-font{
        font-size: 2rem;
    }
    .mental-health-img img{
        width: 100%;
    }

    .mental-health-img {
    padding: 15px 5px;
    }
    .spotlight .section-heading{
        font-size: 18px !important;
        padding-top: 18px;
    }
    .brut-video iframe{
    width:520px;
    height: 280px;
}

#open-day-video{
    width: 450px;
}



}

@media screen and (max-width: 426px){
    .awards-box-2{
        margin-top: 10px;
    }
    .upper-footer p, .upper-footer a{
        font-size: 14px !important;
    }
     .brut-video iframe{
    width:320px;
    height: 180px;
}

#open-day-video{
    width: 320px;
}


.bitset-sec h2 {
    font-size: 2rem !important;
}

.bitset-sec .dates {
    font-size: 18px !important;
}

    
}

