html{
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{

    overflow-x: hidden;
}

.custom-radio {
    transform: scale(1.5);
    /* Increase the size of the radio button */
}



.custom-radio:checked {
    background-color: yellow;
    /* Set the background color of the checked radio button to yellow */
}
@media (max-width: 576px) {
    .form-check-inline {
      display: flex;
      align-items: center;
      margin-right: 2rem; /* Increased margin value for more space */
    }

    .form-check-inline:not(:last-child) {
      margin-bottom: 0.5rem;
      margin-top:0.5rem;
    }

    .form-check-input {
      margin-right: 0.25rem;
    }
  }

main{
    min-height: 90vh;
}

.republic-union-myanmar{
    line-height: 21px;
}


@media (max-width: 576px) {
    #courtNameTitle {
      font-size: 10px;
    }
  }

  @media (min-width: 577px) {
    #courtNameTitle {
      font-size: 15px;
    }
  }

  @media (min-width: 800px) {
    #courtNameTitle {
      font-size: 15px;
    }
  }

.supreme-court{
    font-family: 'Times New Roman';
    letter-spacing: 0.015em;
    text-transform: uppercase;

}

.the-union{
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.cover-title{
    bottom: 50%;
    left:62%;
    position: absolute;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    line-height: 4rem;
}

h4 span{
    font-family: 'Metal Mania';
    font-style: oblique;
    font-weight: 400;
    font-size: 40px;
    text-transform: lowercase;
}
.court_info_card{
    margin-top: -100px;
}

.court-info-card{
    width: 100%;
    border-radius: 2rem !important;
    aspect-ratio: 1/1;
    margin: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.custom-card{
    width: 100px;
    height: 100px;
    border-radius: 1rem !important;
    /*aspect-ratio: 1/1;*/
    margin: 5px;
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FBCC06;
    text-align: center;
    padding: 20px;
    color:black;
    margin: 0;
    min-height: 10vh;

  }
.zoom-card{
    background: #FCFCFC;
}

/* courts */

.tab .nav-link{
    border: none;
}

.nav-tabs {
    border-bottom: var(--bs-nav-tabs-border-width) solid #FBCC06;
}

.nav-link{
    color:black;
    border: none;
}

.court-nav-tabs .nav-link:hover{
    border: none;
    border-radius: 0;
}

.court-nav-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border: none;
    border-bottom: solid 5px #FBCC06;
}

.court-nav-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active h5{
    font-weight: bolder;
}

/* modals */

.modal-nav-tab .nav-link:hover{
    border: none;
    border-radius: 0;
}

.modal-nav-tab
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border:none;
    background-color: #FBCC06;
    border-radius: 0;
}

/* .modal-xl{
    min-width: 1500px !important;
} */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 80vh;
    overflow-y: auto;
}

 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .court-logo{
        text-align: start !important;
    }
    .collapse-button{
        translate: 0 -200px;
    }
    ul .navbar-nav{
        padding-left: 20px;
    }

 }

 @media (max-width: 576px) {
    .court-logo{
        text-align: start !important;
    }
    .collapse-button{
        translate: 0 -200px;
    }
    .court_info_card{
        margin-top: 20px;
    }

 }


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .court-logo{
        text-align: end !important;
    }
    .collapse-button{
        translate: 0 -100px;
    }
    .nav-list{
        padding-left: 80px !important;
    }
 }

 .custom-border {
  border: 4px solid #ff9800; /* Warning color */
  width: 100px;
  height: 2px;
  border-radius:25px;
}

 .home-secondbar {
    margin-bottom: 2px;

     /* Adjust the value as needed */
     margin-left: 20px;

  }
    .home-secondbar img{
    /* width:80%; */
    border: 1px solid rgb(230, 216, 26);
    border-radius: 5px;

    }
 .secondbar-content{
    color:#213534;
    /* width:80%; */
    height:50px;
    background-color:#FDF6EC;
    margin-top:5px;
    padding:3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

.courtbtn{
    border-radius: 4px;
      background-color:  hsl(51, 90%, 67%);
      border: none;
      color: #0a0505;
      text-align: center;
      font-size: 13px;
      padding: 10px;
      width: 250px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 2px;
      z-index: 2;

}
    .courtbtn span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

    .courtbtn span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }

    .courtbtn:hover span {
      padding-right: 25px;
    }

    .courtbtn:hover span:after {
      opacity: 1;
      right: 0;
    }

    .courtbtn:hover span {
      padding-right: 25px;
    }

    .courtbtn:hover span:after {
      opacity: 1;
      right: 0;
    }


    /* .faq-btn{
      border: 1px;
      border-top: 0;
      background: whitesmoke;
      padding: 10px;
      padding-left: 30px;
      line-height: 1.6;
      margin-bottom: 10px;

        } */

      .faq-btn:hover {
        background: #000 !important;
        color:white;
      }

      .line-spacing a {
        text-decoration: none;
        color: blue;
      }
      p a {
        text-decoration: none;
        color: black;
      }
      /* .faq-question{
        background-color:whitesmoke ;
      } */
    .btn-mybtn{
        background-color: hsl(51, 90%, 67%);
        color:hsl(0, 8%, 3%);
        }
    .hometext{
        color:#020201;;
        font-weight: bold;
        font-size: 16px;
        /* padding-top:50px; */
        }
@media (max-width: 375px) {
  .responsive-heading {
    text-align: center;
    font-size: 12px;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.animated-text {
  animation-name: fadeIn;
  animation-duration: 2s;
}

.comingText{
  text-align: center;
}
@media (max-width: 767px) {
  .comingText {
      margin-bottom: 0; /* Adjust this value to reduce the space */
  }
}

@media (max-width: 375px) {
  .comingText {
    text-align: center;
    font-size: 100%;
    margin-bottom: 0;
  }
}

.outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}
.secondbar-content1{
  color:#ffff;
    /* width:80%; */
    height:50px;
    background-color:black;
    margin-top:5px;
    padding:3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
.text-white{
  --bs-text-opacity: 1;
  color: rgb(245 247 249 / 93%) !important;
}
