body {
  font-family: 'Nunito', sans-serif;
        font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #fbfbfd;
    
}
#video-container {
    flex: 1;
    height: 10vh; 
    overflow: hidden;
  }
  .mainvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin: 0;
    opacity: 0.7;
  }

  .swiper-containerss {
    width: 100%;
    height: 75%;
    overflow: hidden;
  }
  
  .swiper-wrapper {
    display: flex;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .awards {
    display: flex;
    justify-content: center;
  }
  .award1{
    margin-left: 95px;
    margin-right: 95px;
  }
  .awards img {
    width: 450px; /* Adjust as needed */
    height: auto;
  }
  .excon-banner {
  width: 100%;
  background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
  color: #fff;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  
  /* Fixed at the top */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight {
  color: #FCEA38; /* bright yellow */
  font-weight: 700;
}
  .mailcard{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width:100%;
  }
  .cocard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    width: 70%;
    height: 50%;
    margin: 10px;
  }
  .card-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 30px;
    background-color: none;
    padding: 30px;
  }
  .card-content1{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
  }
  
.joincard{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width:100%;
    height: 40%;
  }
  .join-mailcard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    width: 70%;
  }

  .mail-button{
    display: flex;
    background-color: #FBFBFD;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    border-radius: 12px;
    width: 500px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 15px;
  }
  .mail-button .fas.fa-arrow-right {
    display: flex;
    flex-direction: column;
    background-color: #510059;
    color: #fbfbfd;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .joincard i{
 color: #510059;
  }
  .apply {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    margin: 0 auto; 
    max-width: 750px;
  }
  

  .applybtn{
      height: 36px;
      width: 140px;
      color: #fbfbfd;
      font-size: 14px;
      background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
      border-radius: 6px;
      box-shadow: none;
      border: none;
      line-height: normal;
      cursor: pointer;
      overflow: visible;
      outline: none;
    }
    .applybtn2{
      height: 36px;
      width: 140px;
      color: #fbfbfd;
      font-size: 14px;
      background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
      border-radius: 6px;
      box-shadow: none;
      border: none;
      line-height: normal;
      cursor: pointer;
      overflow: visible;
      outline: none;
      margin-right: 30px;
    }
.gallery{
  background: linear-gradient(45deg, #ffffff, #e8e0ea); /* 45 degrees for a diagonal gradient */
}
  .life_image_container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .life_image_container_phone {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
  }

  .side-by-side {
    display: flex;
}

.box1:last-child {
  margin-left: 10px;
  margin-right: 10px;
}


.box1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the box without stretching */
}

.box2:first-child {
  margin-left: 10px;
  margin-right: 10px;
}

.box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the box without stretching */
}

  .left_image_div {
    flex: 1;
  }

  .right_image_div {
    flex: 1;
  }

  .right_images{
    flex: 1;
  }

  .lifeheading{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

  .productsheading{
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_heading{
  display: flex;
  align-items: center;
  justify-content: center;  
}

  .productstext{
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .swiper-containerss {
    width: 100%;
    height: 65%;
    overflow: hidden;
  }
  .award1{
    margin-left: 80px;
    margin-right: 80px;
  }

  .awards img {
    width: 350px; /* Adjust as needed */
    height: 400px;
  }


}
@media screen and (max-width: 1440px) {
  .swiper-containerss {
    width: 100%;
    height: 52%;
    overflow: hidden;
  }
  .award1{
    margin-left: 115px;
    margin-right: 115px;
  }
  .awards img{
    width: 250px; /* Adjust as needed */
    height: 300px;
  }

  .applybtn{
    height: 35px;
    width: 120px;
    color: #fbfbfd;
    font-size: 14px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 8px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
  }
  .applybtn2{
    height: 35px;
    width: 120px;
    color: #fbfbfd;
    font-size: 14px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 8px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
    margin-right: 30px;
  }

}

@media screen and (max-width: 1200px) {
  .swiper-containerss {
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  .award1{
    margin-left: 60px;
    margin-right: 60px;
  }
  .awards img{
    width: 250px; /* Adjust as needed */
    height: 300px;
  }

  .applybtn{
    height: 30px;
    width: 100px;
    color: #fbfbfd;
    font-size: 12px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 6px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
  }

  .applybtn2{
    height: 30px;
    width: 100px;
    color: #fbfbfd;
    font-size: 12px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 6px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
    margin-right: 30px;
  }
  .productstext{
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}

}

@media screen and (max-width: 1024px) {
  .swiper-containerss {
    width: 100%;
    height: 42%;
    overflow: hidden;
  }
  .award1{
    margin-left: 60px;
    margin-right: 60px;
  }
  .awards img{
    width: 200px; /* Adjust as needed */
    height: 250px;
  }
  .applybtn{
    height: 30px;
    width: 100px;
    color: #fbfbfd;
    font-size: 12px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 6px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
  }
  .applybtn2{
    height: 30px;
    width: 100px;
    color: #fbfbfd;
    font-size: 12px;
    background: linear-gradient(to left, #57115E 1%, #A100B1 100%);
    border-radius: 6px;
    box-shadow: none;
    border: none;
    line-height: normal;
    cursor: pointer;
    overflow: visible;
    outline: none;
    margin-right: 30px;
  }
  .life_image_container {
    display: none;
    justify-content: space-between;
    margin-top: 10px;
  }

  .life_image_container_phone {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .box2:last-child {
    margin-right: 10px;
  }

  .box1:first-child {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lifeheading{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    margin-top: 50px;
    text-align: center;
}

  .productsheading{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 24px;
    margin-right: 24px;
}

.products_heading{
  display: flex;
  align-items: center;
  justify-content: center;
}

  .productstext{
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}

}
@media screen and (max-width: 834px) {
  
  .swiper-containerss {
    width: 100%;
    height: 35%;
    overflow: hidden;
  }
  .award1{
    margin-left: 60px;
    margin-right: 60px;
  }
  .awards img {
    width: 150px; /* Adjust as needed */
    height: 200px;
  }
  .productstext{
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}

}
@media screen and (max-width: 768px) {
      .excon-banner {
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    margin: 0;
    padding: 0;
  }
  .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 18px;
}
  .swiper-containerss {
    width: 100%;
    height: 35%;
    overflow: hidden;
  }
  .award1{
    margin-left: 45px;
    margin-right: 45px;
  }
  .awards img {
    width: 150px; /* Adjust as needed */
    height: 200px;
  }
  .cocard {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    width: 85%;
    height: 40%;
    margin: 10px;
  }
  .joincard{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width:100%;
    height: 30%;
  }
  .join-mailcard{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    width: 85%;
    height: 100%;
  }
  .mail-button{
    display: flex;
    background-color: #FBFBFD;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    border-radius: 12px;
    width: 300px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 5px;
  }
  .apply {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    margin: 10px; 
    max-width: 750px;
  }
  .productstext{
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}
}
@media screen and (max-width: 650px) {
  .swiper-containerss {
    width: 100%;
    height: 28%;
    overflow: hidden;
  }
  .award1{
    margin-left: 45px;
    margin-right: 45px;
  }
  .awards img {
    width: 100px; /* Adjust as needed */
    height: 150px;
  }
  .mail-button{
    display: flex;
    background-color: #FBFBFD;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    border-radius: 12px;
    width: 300px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 10px;
  }
  .card-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 10px;
    background-color: none;
    padding: 10px;
  }
  .apply {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    margin: 10px; 
    max-width: 750px;
  }
  .productstext{
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}
}
@media screen and (max-width: 480px) {
       .excon-text {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
  .apply {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    margin: 10px; 
    max-width: 750px;
  }
  .swiper-containerss {
    width: 100%;
    height: 25%;
    overflow: hidden;
  }
  .award1{
    margin-left: 10px;
    margin-right: 10px;
  }
  .awards img {
    width: 100px; /* Adjust as needed */
    height: 150px;
  }
  .cocard {
    display: flex;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    width: 85%;
    height: auto;
    margin: 10px;
  }
  .joincard{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width:100%;
    height: auto;
  }
  .mail-button{
    display: flex;
    background-color: #FBFBFD;
    box-shadow: 0px 5px 5px rgba(133, 131, 131, 0.2);
    border-radius: 12px;
    width: 250px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 10px;
  }
  .productstext{
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 3px; 
    text-transform: uppercase;
}
}