/*===============
IMPORT GLOBAL CSS
================*/
@import url(global.css);

/*===============
ABOUT SAE CSS
================*/
.about-ase-section {
  position: relative;
}
.left_dec {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.5;
  transform: rotate(180deg);
  animation: visibility 5s ease infinite;
}
@keyframes visibility {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------------
 ABOUT LEFT – IMAGE CLUSTER
---------------------------*/
/* Outer responsive container */
.img-cluster {
  width: 100%;
  height: 80vw;
  max-height: 800px;
  position: relative;
  z-index: 0;
}

.img-cluster .img-item {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Image inside circles */
.img-cluster .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
}

/* --------------------------
 MAIN IMAGE (Center)
---------------------------*/
.img-cluster .img-item:nth-child(1) {
  width: 40vw;
  height: 40vw;
  max-width: 400px;
  max-height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: relative;
  /* required for ::after shadow */
}

/* --------------------------
 SMALL IMAGES
---------------------------*/

.img-cluster .img-item:nth-child(2),
.img-cluster .img-item:nth-child(3),
.img-cluster .img-item:nth-child(4) {
  width: 20vw;
  height: 20vw;
  max-width: 200px;
  max-height: 200px;
}

/* ITEM 2 (bottom layer) */
.img-cluster .img-item:nth-child(2) {
  top: 15%;
  left: 20%;
  z-index: 20;
  padding: 5px;
}

/* ITEM 3 (top layer) */
.img-cluster .img-item:nth-child(3) {
  top: 25%;
  right: 5%;
  z-index: 20;
  padding: 5px;
}

/* ITEM 4 (top layer) */
.img-cluster .img-item:nth-child(4) {
  bottom: 25%;
  left: 5%;
  z-index: 20;
  padding: 5px;
}

.img-cluster .img-item:nth-child(2)::after,
.img-cluster .img-item:nth-child(3)::after,
.img-cluster .img-item:nth-child(4)::after {
  position: absolute;
  content: "";
  inset: -5px;
  z-index: -1;
  background: linear-gradient(0deg, rgb(34 29 36) 0%, rgb(89 83 207) 100%);
  animation: rotate 3s infinite linear alternate-reverse;
}

.img-cluster .img-item:nth-child(3)::after {
  background: linear-gradient(0deg, rgb(88 82 207) 0%, rgb(194 34 150) 100%);
}
.img-cluster .img-item:nth-child(4)::after {
  background: linear-gradient(0deg, rgb(87 103 191) 0%, rgb(119 200 191) 100%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --------------------------
 RESPONSIVE SETTINGS
---------------------------*/

/* Prevent too small images on tablets & mobiles */
@media (max-width: 990px) {
  .img-cluster {
    height: 120vw;
  }

  .img-cluster .img-item:nth-child(1) {
    width: 55vw;
    height: 55vw;
  }

  .img-cluster .img-item:nth-child(2),
  .img-cluster .img-item:nth-child(3),
  .img-cluster .img-item:nth-child(4) {
    width: 28vw;
    height: 28vw;
  }
}
.about-img-item{
    width:100%;
    /*height:100%;*/
    margin-top:40px;
    max-height:500px;
    max-width:500px;
}

.about-img-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Tablet fine-tuning (structure remains same) */
@media (min-width: 950px) and (max-width: 1200px) {
  .img-cluster .img-item:nth-child(3) {
    right: 15%;
  }

  .img-cluster .img-item:nth-child(4) {
    bottom: 20%;
    left: 15%;
  }
}

/* --------------------------
 ABOUT RIGHT
---------------------------*/

@media (min-width: 1200px) {
  .about-right p {
    text-align: justify;
  }
}

.about-right h5 {
  color: var(--custom-blue);
  /*text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);*/
}
.Exccommittee{
  background-image: url(../images/excbg.jpg);
  background-repeat: no-repeat;
   /*padding: 120px 10px; background-position: center top;*/
   background-position: center top;
   padding-bottom:40px;
}
.section-title{
    margin:0px;
}
.highlighttext1 {
  padding: 6px 12px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
  font-size: 13px;
  font-weight: 700;color: #ffffff;
  position: relative;
  border-radius: 50px;
}
.highlighttext2
{
  padding: 10px 12px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
  font-size: 16px;
  font-weight: 700;color: #ffffff;
  position: relative;
  border-radius: 50px;
}
.shapeleftBorder1:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  min-width: 1.25rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,186,45,1) 0%, rgba(0,49,147,1) 70%);;
}
.shaperightBorder1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.25rem;
  min-width: 1.25rem;
  height: 2px;
  background-image: linear-gradient(to right, #361238, #361238);
}
@media only screen and (max-width: 991px) {
  .Exccommittee{
   padding: 30px 10px;
  }
}
@media(min-width:990px){
    .text-lg-justify{
        text-align:justify;
    }
}
/*.section-title h2 {*/
/*    font-weight: 700;*/
/*    font-size: 38px;*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 15px;*/
/*    position: relative;*/
/*}*/
.section-title {
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0;
}

.section-title .small-title {
  font-size: 18px;
  font-weight: 600;
  color: #0033cc;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 5px 0 10px;
  font-size: 40px;
  font-weight: 800;
  color: #0033cc;
  text-transform: uppercase;
}

.section-title .title-line {
  width: 280px;
  height: 3px;
  background-color: #0033cc;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 26px;
  }

  .section-title .title-line {
    width: 180px;
  }
}

