/*===============
IMPORT GLOBAL CSS
================*/
@import url(global.css);

/*===============
ABOUT HOST CSS
================*/
/* ------ Invitation Style Satrt ------ */

.aboust-host .heading {
  background-color: var(--custom-blue);
  border-radius: 76px 20px;
  text-align: center;
  padding: 10px;
}
.aboust-host .heading h5,
.aboust-host .heading p {
  color: #fff;
}
.first-img-wrapper,
.second-img-wrapper {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}

.invitation-content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.invitation-content-wrapper ul li {
  font-weight: bold;
}

.second-img-wrapper {
  margin-bottom: 1.5rem;
  justify-content: start;
}

.first-img-wrapper .invitation-img {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 76px 20px;
}

.first-img-wrapper .invitation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 550px;
}

.second-img-wrapper .invitation-img {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 325px;
  height: 325px;
  border-radius: 20px 76px;
}

.second-img-wrapper .invitation-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 400px;
}

.invitation-content-wrapper h2 {
  background: linear-gradient(
    90deg,
    rgba(9, 15, 91, 0.8),
    rgba(0, 212, 255, 0.8)
  );
  color: transparent;
  -webkit-background-clip: text;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.invitation-content-wrapper p {
  text-align: justify;
}

.invitation-content-wrapper {
  padding-left: 150px;
  padding-right: 65px;
}

.invitation-shape-wrapper {
  margin-bottom: 2.5rem;
}

.invitation-outer-shape-wrapper {
  position: absolute;
  bottom: 0;
  left: 83%;
  z-index: 1;
}

.invitation-outer-shape-wrapper div img {
  animation: rotate 20s infinite linear;
}

.invitation-shape-wrapper img {
  animation: toRight 5s ease-in-out infinite alternate;
}

@keyframes toRight {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .px-70 {
    padding: 0px 70px;
  }
}
@media (max-width: 1200px) {
  .px-70 {
    padding: 40px 0px;
  }
}

@media (max-width: 1200px) {
  .invitation-content-wrapper {
    padding-left: 1.5rem;
  }

  .second-img-wrapper .invitation-img {
    width: 100%;
  }
  .first-img-wrapper,
  .second-img-wrapper:nth-child(1) {
    margin-top: 2rem;
  }
}

@media (max-width: 550px) {
  .first-img-wrapper,
  .second-img-wrapper {
    justify-content: center;
  }

  .invitation-content-wrapper p {
    text-align: left;
  }

  .second-img-outer-wrapper,
  .invitation-outer-shape-wrapper,
  .invitation-shape-wrapper {
    display: none;
  }
}

.section-title-home {
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px 0;
}

.section-title-home .small-title {
  font-size: 18px;
  font-weight: 600;
  color: #0033cc;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title-home h2 {
  margin: 5px 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #0033cc;
  text-transform: uppercase;
}

.section-title-home .title-line {
  width: 280px;
  height: 3px;
  background-color: #0033cc;
}
@media (max-width: 768px) {
  .section-title-home h2 {
    font-size: 26px;
  }

  .section-title .title-line {
    width: 180px;
  }
}
.Exccommittee{
  background-image: url(../images/excbg.jpg);
  background-repeat: no-repeat;
   /*padding: 20px 10px; */
   padding-bottom: 40px; 
   background-position: center top;
}
.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{
    color: #0033cc;
}
