.grd-bg{    background-image: linear-gradient(#3300bf, #0c142b);
    position: relative;}
    .h90{height: 100vh;overflow: hidden;}

.box {
  position: relative;
  border: 4px solid transparent;
  border-radius: 10px;
  background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(270deg, #3300bf, #ff8177, #07aef7, #3300bf) border-box;
  background-size: 100% 100%, 300% 300%;
  animation: gradientMove 4s linear infinite;
  padding: 40px 20px 20px;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%, 0% 50%;
  }
  100% {
    background-position: 0% 50%, 100% 50%;
  }
}

.box h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white; /* same as container bg */
  padding: 0 12px;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
      color: #230983;
}
.box p{font-size: 18px; line-height: 32px;}

.box2 p{font-size: 18px; line-height: 32px;}

.custom-box {
 /* border: 3px dashed #9eeaff; */
  border-radius: 10px;
  padding: 25px 15px;
  background: #3300bf;
  transition: all 0.3s ease;
  color: #fff;
}
.custom-box h5{  line-height: 28px; font-size: 18px;}

.custom-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.bg-blue{background: #35d3ff7a;}  
.title-st{margin: 10px 0; font-weight: bold; font-size: 28px; color: #230983;}

.title-stw{margin: 10px 0; font-weight: bold; font-size: 28px; color: #fff;}
.datecolor {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.datecolor span {
    padding: 10px;
    border: 1px solid #35d3ff;
    /* background: #0c142b; */
} 


.agenda-row {
      display: flex;
    align-items: stretch;
border: 4px solid transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(270deg, #3300bf, #ff8177, #07aef7, #ff8177) border-box;
    background-size: 100% 100%, 300% 300%;
    animation: gradientMove 4s linear infinite;
    overflow: hidden;
}

.agenda-left {
    width: 20%;
    background: #22c1ed;
    padding: 15px;
    border-right: 2px solid #35d3ff;
    color: #fff;
    font-size: 18px;
}

.agenda-left .time {
  font-weight: 600;
  font-size: 18px;
}

.agenda-right {
    flex: 1;
    padding: 15px;
    background: #ffffff;
}

.agenda-right h6 {
  margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}

.agenda-right p {
  margin: 0;
  font-size: 16px;
  color: #555;
      font-weight: 600;
}

.connector {
  height: 80px;
  position: relative;
}

.connector i{    margin-top: 30px;
    display: inline-block;
    position: relative; color: #35d3ff;}

.connector::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #35d3ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bg-gray{background: #26078d;}

.bg-newcol {
    background: #150f4d;
    padding: 20px;
}
.bg-newcol h2 {
    color: #fff;
}
.bg-newcol .info-item {
    color: #fff;
}
.bg-newcol .info-item a {
    color: #05aedc;
}

#footer {
    font-size: 14px;
    background-color: #000a18;
    color: #fcfcfc;
    border-top: 1px solid #4a3fb0;
}

.banner-section {
    position: absolute;
    top: -70px;
    left: 0%;
    min-width: 100%;
    height: 100vh !important;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    z-index: 1;
    opacity: .2; 
}
.banner-section video {
    width: 100%;
        object-fit: cover;
    height: 100%;
}
.z-1{z-index: 2;}
.blu2{background: #0091ba;}
.orn{background: #ff625f;}
.blu{background: #2928cc;}
.pnk{background: #ac48b0;}


@media screen and (max-width: 767px) {
.box h1 {
    position: absolute;
    top: -14px;
    left: 32%;
    transform: translate(-25%, -25%);
    background: white;
    padding: 0 12px;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    color: #230983;
}
.agenda-left {
    width: 100%;
    background: #22c1ed;
    padding: 15px;
    border-right: 2px solid #35d3ff;
    color: #fff;
    font-size: 18px;
}
.agenda-row{flex-direction: column; text-align: center;}
.h90 {
    height: 60vh;
    overflow: hidden;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.agenda-left {
    width: 27%;
}
}

@media screen and (max-width: 420px) {
.datecolor span {
    padding: 8px !important;
    border: 1px solid #35d3ff;
    /* background: #0c142b; */
}

}