.seccircle{
  margin-top: 5%;
  margin-bottom: 5%;
}

.circle {
    margin-left: 0%;
    margin-bottom: 10%;
    width: 50%;
    transition: transform 0.9s ease;
    position: relative;
  }

  .rotimg {
    /* transition:opacity 2s ease-in; */
    width: 180px;
    height: 180px;
    /* margin-top: 30%;
    margin-bottom: -60%;*/
    margin-left: 0%; 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10%;
    border-radius: 140px;
  }


  .hidden {
    display: none;
  }

  .hall{
    font-size: 40px;
  }


  .card1 {
    background:linear-gradient(to right,rgba(14,33,86,0.4),rgba(255,165,0,0.4));
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    /* height:17rem; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; if you want to align the items vertically */
  }
  
  .card1:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
  }

  .head{
    font-weight: bold;
  }
  .intxt{
    font-size: 20px;
  }
  
    
  .line-before-after {
    position: relative;
  }
  
  .line-before-after span {
    display: inline-block;
    position: relative;
  }
  
  .line-before-after span::before,
  .line-before-after span::after {
    content: '';
    position: absolute;
    width: 100px; /* Adjust the width of the lines as needed */
    height: 2px; /* Adjust the height of the lines as needed */
    background-color: black; /* Adjust the color of the lines as needed */
    top: 50%;
  }
  
  .line-before-after span::before {
    left: -110px; /* Adjust the distance of the line before the text */
  }
  
  .line-before-after span::after {
    right: -110px; /* Adjust the distance of the line after the text */
  }
  /* h2 {
    font-size: 34px;
  }

  p {
    font-size: 25px;
  } */
  

  @media (min-width:250px) and (max-width:300px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 89px !important;
      height: 89px !important;
    }
    .hall{
      font-size: 25px !important;
    }
    .line-before-after span::before,
  .line-before-after span::after {
    width: 50px !important;
  }

  .line-before-after span::before {
    left: -50px; /* Adjust the distance of the line before the text */
  }
  
  .line-before-after span::after {
    right: -50px; /* Adjust the distance of the line after the text */
  }

  .card1 {
    margin: 0px 10px 0px 10px !important;
    width: fit-content;
    display: block;
    text-align: center;
  }
  }


  @media (min-width:301px) and (max-width:400px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 105px !important;
      /* min-width:  !important; */
      max-width: 100%;
      height: 105px !important;
      /* min-height: 1% !important; */
      max-height: 100%;
      margin-left: 0%;
    }
    .hall{
      font-size: 25px !important;
    }
    .line-before-after span::before,
  .line-before-after span::after {
    width: 50px !important;
  }

  .line-before-after span::before {
    left: -50px; /* Adjust the distance of the line before the text */
  }
  
  .line-before-after span::after {
    right: -50px; /* Adjust the distance of the line after the text */
  }

  .card1 {
    margin: 0px 10px 0px 10px !important;
    width: fit-content;
    display: block;
    text-align: center;
  }
  }

  @media (min-width:401px) and (max-width:600px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 150px !important;
      max-width: 100%;
      height: 150px !important;
      max-height: 100%;
      margin-bottom: 10.5% !important;
    }
    .hall{
      font-size: 25px !important;
    }
    .line-before-after span::before,
  .line-before-after span::after {
    width: 50px !important;
  }

  .line-before-after span::before {
    left: -50px; /* Adjust the distance of the line before the text */
  }
  
  .line-before-after span::after {
    right: -50px; /* Adjust the distance of the line after the text */
  }

  .card1 {
    margin: 0px 10px 0px 10px !important;
    width: fit-content;
    /* height: 15rem; */
    display: block;
    text-align: center;
  }
  }

  @media (min-width:601px) and (max-width:700px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 180px !important;
      max-width: 100%;
      height: 180px !important;
      max-height: 100%;
      margin-bottom: 10.5% !important;
    }
    .hall{
      font-size: 25px !important;
    }
   
  .card1 {
    width: fit-content;
    display: block;
    text-align: center;
  }
  }

  @media (min-width:701px) and (max-width:768px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 190px !important;
      max-width: 100%;
      height: 190px !important;
      max-height: 100%;
      margin-bottom: 10.5% !important;
    }
    .hall{
      font-size: 25px !important;
    }
   
  .card1 {
    width: fit-content;
    display: block;
    text-align: center;
  }
  }
  @media (min-width:769px) and (max-width:990px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 270px !important;
      max-width: 100%;
      height: 270px !important;
      max-height: 100%;
      margin-bottom: 10.5% !important;
    }
    .hall{
      font-size: 25px !important;
    }
   
  .card1 {
    width: fit-content;
    display: block;
    text-align: center;
    margin: auto;
  }
  }

  @media (min-width:991px) and (max-width:1024px) {
    .rotimg {
      width: 140px !important;
      max-width: 100%;
      height: 140px !important;
      max-height: 100%;
      margin-bottom: 10% !important;
    }
  }

  @media (min-width:1025px) and (max-width:1200px) {
    .rotimg {
      width: 130px !important;
      max-width: 100%;
      height: 130px !important;
      max-height: 100%;
      margin-bottom: 10% !important;
    }
  }


  @media (min-width:1800px) and (max-width:2000px) {
    .circle {
      width: 60%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 230px !important;
      max-width: 100%;
      height: 230px !important;
      max-height: 100%;
      margin-bottom: 10% !important;
    }
    .card1 {
      display: block;
      text-align: center;
      max-height: 100%;

    }
  }
  @media (min-width:2001px) and (max-width:2500px) {
    .circle {
      width: 80%;
      transition: transform 0.9s ease;
      position: relative;
    }
    .rotimg {
      width: 300px !important;
      max-width: 100%;
      height: 300px !important;
      max-height: 100%;
      margin-bottom: 10% !important;
    }
    .card1 {
      display: block;
      text-align: center;
      height:100px;
    }
  }
