.header-mobile__logo-img,
.header-logo__img {
  width: 79%;
  /* height: 11rem; */
  left: -4rem;
  top: 6px;
}

.slider-wrapper {

  overflow: hidden;
  height: 80vh;
  /* Adjust height as needed */
}

.custom-slider {
  position: absolute;
  overflow: hidden;
  background-size: cover;
  background-position: center;

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.custom-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0;

}

.custom-slider__item.active {
  opacity: 1;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.zoom-in {
  animation: zoomIn 20s infinite;
}

.zoom-out {
  animation: zoomOut 20s infinite;
}

.banner-heading {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  text-align: center;
  padding: 20px;

  border-radius: 8px;
}

.banner-heading a {
  color: white;
}

.page-heading__title {
  font-size: 3rem;
  margin: 0;
  color: white;

}

.banner-logo img {
  width: 15%;
  position: absolute;
  left: 4%;
  top: 22%;
}

.header-mobile_logo-img,
.header-logo_img {
  width: 100%;
  height: 80px;
}

.rightpattern {
  right: -6%;
  width: 26%;
  position: absolute;
  /* bottom: 74%; */
  top: 34%;
}

.leftpattern {
  top: -1%;
  left: -10%;
  position: absolute;
  width: 19%;
  transform: rotate(184deg);
}

.posts-slider--center .posts__inner {
  top: 66%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  right: auto;
  background: none;
  text-align: center;
  width: 80%;
  padding: 0;
  z-index: 2;
}

.footer-logo__img {
  width: 100px;
  height: 85px;
}

.foot-logo img {
  width: 11%;
  background: white;
  padding: 5px;
  height: 50%;
  border-radius: 0px 0px 20px 20px;
}

.medalimg {
  width: 50%;
}

.maschot__map svg {
  width: 100%;
  height: 100%;
}

.bg-100 {
  --phoenix-bg-opacity: 1;
  background-color: linear-gradient(27deg, #82016d, #660066);
}

.btn-outline-light {
  border-radius: 5px;
}

.site-content {
  height: 85vh;
}

.map {
  background-size: cover;
  height: 38rem;
  background-repeat: no-repeat;
}

.text-700 {
  --phoenix-text-opacity: 1;
  margin: 20px 10px;
  color: rgba(var(--phoenix-700-rgb), var(--phoenix-text-opacity)) !important;
}

.text-700 span {
  margin-right: 2px;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.container-small .col-3 img {
  width: 100%;
  height: 80%;
}

.container-small .col-12 h5 {
  margin-bottom: 0px;
}

.footer-widgets__inner {
  padding: 5px 0 10px 0;
}

.footer__logo {
  width: 105px;
  height: 90px;
}

.grid-container {
  display: grid;
  grid-template-columns: 50px 50px 50px;
  grid-template-rows: 50px 50px;
  gap: 10px;
}

.grid-container div {
  position: relative;
}

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.img1 {
  grid-column: 1;
  grid-row: 1;
}

.img2 {
  grid-column: 2;
  grid-row: 1;
}


.img3 {
  grid-column: 1;
  grid-row: 2;
}

.img4 {
  grid-column: 2;
  grid-row: 2;
}


.img5 {
  grid-column: 3;
  grid-row: 1 / span 2;
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }

  .img5 {
    grid-row: 5;
    grid-column: 1;
  }
}

.about-part h1 {
  color: black;
  font-weight: 700;
  /* font-family: emoji; */
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.about-part p {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-right: 26px;
}

.aboutpattern2 img {
  position: absolute;
  top: -15%;
  left: 0%;
  filter: none;
  z-index: -99;
}

.about-patterns img {
  filter: contrast(0.5);
  top: 8%;
  position: absolute;
  left: 75%;
}

.row-columns .col {
  width: 12.5% !;
}

.card {
  margin-bottom: 0px;
}

.sportsimg {
  border: 1px solid #ddcaca;
  ;
}

.secondbackground .card-body {
  margin: 3px;
  color: #000;
  text-align: center;
  padding: 20px 0px;
  border-radius: 0px 0px 10px 10px;
}

.secondbackground .card-img-top {
  height: 160px;
  width: auto;

  filter: hue-rotate(45deg);
  padding: 25px;
  object-fit: contain;
}

.secondbackground {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  position: relative;
  background-color: #edeff4;
}

.right-back {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -99999;
  position: absolute;
}

.bg-bottom {
  position: absolute;
  width: 100%;
  z-index: -11;
  bottom: 0;
  height: 40%;
  color: #000;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.card {
  box-shadow: none;
}

@media (max-width: 992px) {
  .row-columns .col {
    width: 25% !important;
  }
}

.card-title {
  font-weight: 300 !important;
  font-size: 19px;
}

.patternside img {
  filter: none;
  right: -8%;
  position: absolute;
  top: -11%;
}

.flowerpatttern img {
  position: absolute;
  top: 34%;
  width: 22%;
  left: -13%;
}

/* Tabs */
.accordion-container {
  display: flex;
  width: 100%;

  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -4px 8px 20px 0px;
}

.left-tabs {
  width: 40%;
  background-color: #fff;
}

.tabs {
  list-style-type: none;
}

.tab {
  margin: 0px 1px 1px 19px;
  /* padding: 11px; */
  padding: 12px;
  color: #0c0c0c;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid #000000;
  transition: background 0.3s ease;
}

/* Basic styles for the slider container */
.cy_banner_wrapper {
  position: relative;
}

/* Style for the menu */
.cy_menu_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 100;
  backface-visibility: hidden;
}

/* Style for logo box */
.cy_logo_box {
  position: absolute;
  width: 385px;
  background-color: #f27131;
  padding: 19px 43px 18px 70px;
  text-align: right;
  top: -70px;
  z-index: 1;
}

/* Logo box pseudo-element */
.cy_logo_box:after {
  position: absolute;
  width: 131px;
  height: 100%;
  background-color: #f27131;
  content: "";
  right: -75px;
  top: 0;
  transform: skew(35deg);
  z-index: -1;
}

/* Logo box image styling */
.cy_logo_box img {
  display: inline-block;
  max-width: 100%;
  /* Ensure images fit within the box */
  height: auto;
  /* Maintain aspect ratio */
}

/* Adjustments for IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cy_logo_box {
    padding: 46px 85px;
  }
}

/* Menu button styling */
button.cy_menu_btn {
  display: none;
}

/* Menu styling */
.cy_menu {
  width: calc(100% - 50px);
  float: left;
}

.cy_menu ul {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}

.cy_menu ul>li {
  float: left;
  list-style: none;
  margin-right: 30px;
  position: relative;
}

.cy_menu ul>li>a {
  padding: 30px 0 15px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #2f3942;
  font-weight: 500;
  position: relative;
  transition: all 0.5s;
}

.cy_menu ul>li>a.active {
  color: #ff712a;
}

.cy_menu ul>li>a.active:after {
  width: 100%;
}

.cy_menu ul>li:hover>a {
  color: #ff712a;
}

.cy_menu ul>li:last-child {
  margin-right: 0;
}

.cy_menu ul>li>a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ff712a;
  height: 3px;
  transition: all 0.5s;
}

.cy_menu ul>li:hover>a:after {
  width: 100%;
}

.cy_menu ul>li:last-child>a {
  padding-right: 0;
}

/* Search styling */
.cy_search {
  float: right;
  padding: 30px 0;
}

.cy_search a i {
  color: #222222;
}

/* Search form styling */
.cy_search_form {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 400;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.6s;
}

.cy_search_form.search_opened {
  transform: scaleY(1);
}

.cy_search_input {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.cy_search_input input {
  width: 100%;
  border: none;
  height: 55px;
  padding: 0 65px 0 20px;
  font-size: 22px;
}

.cy_search_input i {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #ff712a;
  text-align: center;
  background: #ff712a;
  color: #fff;
}

.cy_search_input i:hover {
  cursor: pointer;
}

.tab:hover {

  color: #0a0a0a;
}

.right-content {
  width: 60%;
  padding: 20px;
  position: relative;
}

.content {
  display: none;
}

.content img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.details-link {
  display: inline-block;
  margin-top: 10px;
  color: black;
  float: right;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid #7c016b;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.details-link:hover {
  color: #ede536;
  border-color: #ede536;
}

.right-content img {
  width: 100%;
  height: 285px;
}

.tab.active {
  background-color: #7c016b;
  color: #fff;
}

.tabs {
  padding: 1.2rem 0 0 0;
}

.scheduletable {
  box-shadow: -4px 8px 20px 0px;
  background: white;
  /* margin: 0px 10px 10px 10px; */
  padding: 0px 20px 20px 20px;
}

.patternvenue img {
  width: 37%;
  position: absolute;
  top: 173rem;
  left: 71%;
  z-index: -99;
  transform: rotate(269deg);
}

.patternscedule img {
  z-index: -99;
  left: -5%;
  width: 18%;
  position: absolute;
  top: 215rem;
  transform: rotate(78deg);
}

/* medal tally */
.select-role {
  background: url(../img/main-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.select-role {
  position: relative;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  background: #F5F6FA;
  /* height: calc(100vh - 120px); */
}

@media (min-width: 1200px) {
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

table {
  margin: 1em 0;
  border-collapse: collapse;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

tr:nth-child(odd) {
  border-bottom: 0.01em solid #ccc;
}

tr {
  background-color: #e3e6ed;
}

th,
td {
  padding: 0.75em 0.5em 0.75em 1em;
  vertical-align: text-top;
  text-align: center;
  border: 2px solid white;
  color: #000;
}

tr:first-child th {
  color: #fff;
}

.text-color td {
  color: #fff;
}

td[colspan] {
  padding-left: 0.5em;
}

table table th,
table table td {
  border: 0.01em solid #ccc;
}

.mywidth {
  width: 10%;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--phoenix-card-spacer-y) var(--phoenix-card-spacer-x);
  color: var(--phoenix-card-color);
}

.gap-2 {
  gap: .5rem !important;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.col-xxl-12 {
  width: 100%;
  margin-block: 10px;
  padding-inline: 10px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button i {
  transition: transform 0.3s ease;
}

button i.fa-caret-up {
  animation: rotate 0.5s ease-in;
}

tbody div {
  filter: hue-rotate(45deg);
}