body {

      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

      font-size: 1rem;

      background: #182430;

      }

      .font-weight-100 {

      font-weight: 100;

      }

      .letter-spacing-4px {

      letter-spacing: 4px;

      }

      .bg-dark-primary {

      background-color: #182430;

      }

      .bg-dark-secondary {

      background-color: #071116;

      }

      .background {

      background-repeat: no-repeat;

      background-size: cover;

      background-position: center;

      }

      #showcase-background-1 {

      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),

      url("https://sriaurobindouniversity.edu.in/assets/images/harmony-main-1-min.png");

      height: 800px;

      }

      #showcase-background-2 {

      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),

      url("https://raw.githubusercontent.com/Jesus-E-Rodriguez/Concert/master/images/audience.jpg");

      }



      #showcase-background-3 {

      background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),

      url("https://raw.githubusercontent.com/Jesus-E-Rodriguez/Concert/master/images/audience.jpg");

      color: #fff;

      }

      .btn-gradient {

      background: linear-gradient(217deg, #f8174b, #7f1fa3 70.71%);

      border: 1px solid rgba(72, 48, 48, 0.5);

      }

      .cover {

      width: 100%;

      height: 100%;

      object-fit: cover;

      }

      .grid {

      display: grid;

      }

      .grid-center {

      place-items: center;

      }

      .text-red {

      color: #f8174b;

      }

      a.text-red:hover {

      color: #f8174b;

      }

      .btn-outline-red {

      border: 1px solid #f8174b;

      background: transparent;

      }

      .form-outline-gray {

      display: block;

      width: 100%;

      font-size: 1rem;

      line-height: 1.5;

      background: transparent;

      padding: 0.375rem 0.75rem;

      outline: 0;

      border: none;

      border-radius: 0px;

      border-bottom: 1px solid rgba(255, 255, 255, 0.5);

      color: #f8174b;

      transition: border-color 0.15s ease-in-out;

      }

      .form-outline-gray:focus,

      .form-outline-gray:active {

      border-color: #f8174b;

      }

      .form-outline-gray:focus ~ .label-absolute,

      .form-outline-gray:valid ~ .label-absolute {

      color: #f8174b;

      top: -1.1rem;

      left: 0;

      -webkit-transform: scale(0.8);

      transform: scale(0.8);

      }

      .label-absolute {

      position: absolute;

      top: 0.5rem;

      left: 0.8rem;

      color: #f2f4f3;

      -webkit-transition: all 0.5s ease-in-out;

      transition: all 0.5s ease-in-out;

      color: rgba(255, 255, 255, 0.5);

      }

      .hr-red {

      display: inline-block;

      margin-top: 1rem;

      margin-bottom: 1rem;

      border: 0;

      border-top: 3px solid rgb(248, 23, 75);

      width: 15em;

      }

      .position-center {

      left: 50%;

      transform: translateX(-50%);

      }

      .position-bottom {

      bottom: 1rem;

      }

      .h-500px {

      height: 500px;

      }

















      /*Day Wise Event css*/







      h1 {

 font-size: 300%;

 font-weight: 300;

 line-height: 120%;

}



/*.all {

 position: absolute;

 height: 100%;

 width: 100%;

}*/

.overlay {

 position: absolute;

 background: white;

 opacity: 0;

 visibility: hidden;

 z-index: 1;

}

.overlay.current {

 opacity: 1;

 visibility: visible;

 z-index: 3;

}

.overlay .top {

 position:relative;

 height:300px;

 width:100%;

 background:crimson;

}

/*.overlay .content {

 min-height: 200vh;

}*/



.home {

 position:relative;

 opacity:0;

 z-index:2;

 transition:1s all;

}

.home.current {

 opacity:1;

}

.swiper-container.pagescroll {

 width: 100%;

 /*height: 100%;*/

}

.pagescroll .swiper-slide {

 height: auto;

}

.pagescroll .swiper-scrollbar {

 height: 100%;

 width: 24px;

 top: 0;

 right: 0;

 opacity: 1 !important;

 border-radius: 0;

 background: transparent;

}

.pagescroll .swiper-scrollbar:after {

 content: '';

 position: absolute;

 height: 100%;

 width: 8px;

 top: 0;

 right: 0;

 background: white;

 transition: 0.6s all;

 z-index: 1;

}

.pagescroll .swiper-scrollbar:hover:after {

 width: 18px;

 transition: 0.2s all;

}

.pagescroll .swiper-scrollbar-drag {

 position: absolute;

 width: 8px;

 left: auto;

 right: 0;

 margin: 0;

 border-radius: 0;

 background: crimson;

 transition: 0.6s all !important;

 z-index: 2;

}

.pagescroll .swiper-scrollbar:hover .swiper-scrollbar-drag {

 width: 18px;

 transition: 0.2s all !important;

}



.events {

 width: 80%;

 max-width: 900px;

 margin:auto;

 margin-top: 30px;

}

.events p {

 margin: 20px 0;

}

.list {

}

.list-item {

 position: relative;

 display: flex;

 align-items: center;

 justify-items: center;

 border-top: 1px solid #e8e8e8;

 transition:1s all;

 cursor: pointer;

}

.list-item:last-child {

 border-bottom: 1px solid #e8e8e8;

}

.overlay .list-item {

   position: absolute;

   bottom: 0;

   border: 0;

   transform: translateX(50%);

}

.list-item:after {

 content: '';

 position: absolute;

 height: 100%;

 width: 100%;

 top: 0;

 left: -20px;

 padding:0 20px;

 background: transparent;

 box-shadow: 0 0 2px rgba(0,0,0,0);

 transition: 0.3s all;

 transform: scaleY(0.1);

 z-index: 1;

}

.home .list-item:hover:after {

 transform: scaleY(1);

 background: crimson;

 box-shadow: 2px 2px 12px rgba(0,0,0,0.3);

}

.list-item > * {

 position: relative;

 z-index: 2;

}

.list-item .date {

 width: 20%;

 /*margin-left: -20%;*/

 /*padding-right: 10%;*/

 box-sizing: border-box;

 text-align:center;

}

.overlay .list-item .date {

 color:white;

}

.home .list-item:hover .date {

 color:#fff;

}

.list-item .date-day {

 font-size: 30px;

}

.list-item .info {

 padding:20px;

 margin-left:-20px;

}

.home .list-item:hover .info,

.overlay .list-item .info {

 color:white;

 transition: 0.3s all;

}

.list-item .info-time {

 font-size: 14px;

 margin-bottom: 6px;

}

.list-item .info-title {

 font-size: 24px;

 line-height: 140%;

}


