
  html,
  body {
    position: relative;
    height: 100%;

  }


  body {
    background: #f7e092;
    background: rgb(247, 224, 146);
    background: radial-gradient(circle, rgba(247, 224, 146, 1) 35%, rgba(223, 185, 56, 1) 100%);
    
  }

  .heading {
    font-family: 'Ubuntu', sans-serif;
  }

  .clr1 {
    color: #924500;
  }

  .videossection {
    flex: 1 0 250px;
  }

  .videossection iframe {
    aspect-ratio: 16/9;
    border-radius: 10px;
  }

  .btn-bg {
    background-color: #924500;
    outline: none;
    border: none;
  }

  .btn-bg:hover {
    background-color: #612d00;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 100;
  }

  /* Styles for the popup container */
  .popup {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    animation: scaleUp 0.3s ease-in-out;
    z-index: 102;
  }

  /* Styles for the close button */
  .close-btn {
    cursor: pointer;
    color: #555;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .close-btn-below {

    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
  }

  /* Styles for the tick mark */
  .tick-mark {
    color: #4CAF50;
    font-size: 40px;
    margin-bottom: 10px;
  }

  /* Animation keyframes */
  @keyframes scaleUp {
    0% {
      transform: scale(0.7);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .logosp {
    position: relative;
  }

  .logosp {
    overflow: hidden;
  }

  .logos {
    display: flex;
    overflow: hidden;
  }

  .logos img {
    margin-right: 20px;
    max-height: 70px;
    border-radius: 5px;
  }

  .logosp::before {
    content: '';
    position: absolute;
    background-color: red;
    background: linear-gradient(to right, #f7e092, rgba(0, 0, 0, 0));
    height: 200px;
    width: 50px;
    left: 0;
    top: 0;
    z-index: 20;
  }

  .logosp::after {
    content: '';
    position: absolute;
    background-color: red;
    background: linear-gradient(to left, #f7e092, rgba(0, 0, 0, 0));
    height: 200px;
    width: 50px;
    right: 0;
    top: 0;
    z-index: 20;
  }

  .bg:hover {
    scale: 1.05;


  }


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    min-height: 160px;
    
  }

  .swiper-slide img {
    display: block;
    max-height: 150px;
    max-width: 250px;
    object-fit: cover;
  }



  /* CSS for the popup image */
  .backdrop{
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 251, 212, 0.322);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    display: none;
  }
.popup-image {
  display: none; /* Initially hide the popup */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 120; /* Ensure the popup appears above other elements */
  /* background-color: rgba(0, 0, 0, 0.8);  */
  /* padding: 20px; */
  
  border-radius: 10px;
  max-width: 99vw;
  max-height: 99vh;
  z-index: 121;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popup-image img {
  max-width: 98vw;
  max-height: 98vh;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
/* CSS for the close button */
.close-btn {
  position: absolute;
  top: 90px;
  right: 0px;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 40px;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;

}


.popdiv {
  background: rgba(255, 255, 255, 0.685);
}