/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: white;
  --secondary-color: #ffecd1;
  --secondary-color: #ffecd1;
  --section-bg-color: #f0f8ff;
  --custom-btn-bg-color: #ee5007;
  --custom-btn-bg-color: #3e000c;
  --custom-btn-bg-hover-color: #c01f27;
  --dark-color: #140004af;
  --p-color: #717275;
  --border-color: #7fffd4;
  --link-hover-color: #b22727;
  --main-clr: #140004;
  --main-clr: #3e000c;
  --body-font-family: "Outfit", sans-serif;
  --body-font-family: "Noto Sans", sans-serif;

  --h1-font-size: 74px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --btn-font-size: 14px;
  --copyright-font-size: 16px;

  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}

body {
  /* background-color: var(--white-color); */
  font-family: var(--body-font-family);
  /* opacity: 0.95; */
  /* background: url('../images/sideBorders.png'); */
  background-size: contain;
  background-attachment: fixed;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform 0.2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.2s 0.1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform 0.2s 0.1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s;
}

.link-fx-1 .icon line {
  transition: transform 0.4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}

.thanima_main_icon {
  margin-bottom: 80px;
  margin-top: -80px;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  background-color: var(--main-clr);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color);
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}

.vit_logo_box {
  display: flex;
}
.vit_logo_box img {
  height: 10vh;
  margin: 0 auto;
}
.footer_box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

/*---------------------------------------
  LOADER               
-----------------------------------------*/
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.z-50 {
  z-index: 50;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.m42 {
  margin-top: 42vh;
}

.thanima-loader {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanima-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  /* filter: brightness(1.2) contrast(1.1); */
  z-index: 1;
  position: relative;
  animation: logoPulse 2s ease-in-out infinite;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.8),
    transparent
  );
  animation: loadingSweep 2s ease-in-out infinite;
  z-index: 2;
  border-radius: 50%;
}

@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes loadingSweep {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .thanima-loader {
    width: 100px;
    height: 100px;
  }

  .thanima-logo {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .thanima-loader {
    width: 80px;
    height: 80px;
  }

  .thanima-logo {
    width: 60px;
    height: 60px;
  }
  .sideBars {
    background: url("../images/patternDark.png");
    width: 99vw;
    height: 100vh;
    background-size: cover;
    position: fixed;
    background-attachment: fixed;
    opacity: 0.5;
  }
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}
.infoBoxes {
  position: absolute;
  top: 70vh;
  left: 0;
}
/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}
.videoBox {
  width: 100%;
  background: var(--main-clr);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-video {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* object-fit: cover; */
  /* width: 100%; */
  /* height: 100%; */
  /* width: 100%; */
  height: 80vh;
  /* border: #FFECD1 5px solid; */
  padding: 4px;
  border-radius: 20px;
  z-index: 100;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 0px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
  /* border-radius: 500px; */
  /* margin: 10px; */
  /* margin-top: 5px; */
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  /* height: calc(100vh - 51px); */
  height: 100vh;
  background: url("../images/landingBg.png");
  /* opacity: 0.8; */
  background-size: cover;
  background-position: center;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  /* background-image: url("../images/pookalam2.jpg"); */
  background: var(--main-clr);
  z-index: -10;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}
.aboutText {
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 350;
}
.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  /* background-color: rgba(255, 255, 255, 0.75); */
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}

/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url("../images/nicholas-green-unsplash-blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-section {
  /* background: url('../images/artist.jpg'); */
  background: var(--main-clr);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.artistBg {
  background: url("../images/artist.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  /* background-image: url("../images/pre_thanima_bg.png"); */
  background: var(--main-clr);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
  filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .rock-background-image {
  background-image: url("../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg");
}

.schedule-table .country-background-image {
  background-image: url("../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg");
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}

/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--main-clr);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  background-image: url("../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg");
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color);
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  /* color: var(--white-color); */
  color: var(--custom-btn-bg-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link span {
  display: block;
}

/*---------------------------------------
  SPONSOR SECTION               
-----------------------------------------*/
@media screen and (min-width: 991px) {
  .sponsorBox div {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
  }
  .sponsor {
    height: 13vh;
    padding: 0 80px;
  }
  .bigSponsor {
    height: 30vh;
  }
}
@media screen and (max-width: 990px) {
  .sponsorBox div {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
  }
  .sponsor {
    width: 40vw;
  }
  .bigSponsor {
    width: 95vw;
    padding: 40px;
  }
}

/*---------------------------------------
  PRE-THANIMA SECTION               
-----------------------------------------*/
/* Pre Thanima Cards Grid - Desktop */
.pre-thanima-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

/* Show desktop grid on desktop, hide on mobile */
.pre-thanima-grid {
  display: grid;
}

/* Hide mobile slider on desktop, show on mobile */
.pre-thanima-slider {
  display: none;
}

/* Mobile view - show animated slider, hide fixed grid */
@media screen and (max-width: 767px) {
  .pre-thanima-grid {
    display: none;
  }

  .pre-thanima-slider {
    display: flex;
  }
}

/* Desktop view - show fixed grid, hide animated slider */
@media screen and (min-width: 768px) {
  .pre-thanima-grid {
    display: grid;
  }

  .pre-thanima-slider {
    display: none;
  }
}

/* Pre Thanima Card Slider - Mobile */
.pre-thanima-slider {
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: visible;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

.item {
  position: absolute;
  width: 220px;
  height: 409px;
  background: linear-gradient(
    145deg,
    rgba(255, 236, 209, 0.08),
    rgba(0, 0, 0, 0.9)
  );
  border: 2px solid rgba(255, 236, 209, 0.2);
  border-radius: 20px;
  padding: 18px;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  backdrop-filter: blur(15px);
  color: #ffecd1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow: hidden;
}

.grid-card {
  width: 100%;
  height: 494px;
  background: linear-gradient(
    145deg,
    rgba(255, 236, 209, 0.08),
    rgba(0, 0, 0, 0.9)
  );
  border: 2px solid rgba(255, 236, 209, 0.2);
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(15px);
  color: #ffecd1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Mobile Slider Cards */
.item {
  position: absolute;
  width: 220px;
  height: 409px;
  background: linear-gradient(
    145deg,
    rgba(255, 236, 209, 0.08),
    rgba(0, 0, 0, 0.9)
  );
  border: 2px solid rgba(255, 236, 209, 0.2);
  border-radius: 20px;
  padding: 18px;
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  backdrop-filter: blur(15px);
  color: #ffecd1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  overflow: hidden;
}

.item p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  color: #cccccc;
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* No hover effects for any cards */

.item h1 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #ffecd1;
}

.item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: var(--custom-btn-bg-hover-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grid-card h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #ffecd1;
  text-align: center;
}

.grid-card p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  color: #cccccc;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.event-section {
  margin-bottom: 12px;
  padding: 15px;
  background: rgba(255, 236, 209, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 236, 209, 0.1);
  width: 100%;
}

.event-section:last-child {
  margin-bottom: 0;
}

.event-section h4 {
  color: #ffecd1;
  font-size: 0.9rem;
  margin: 0 0 8px 0;
  text-align: center;
  font-weight: 600;
}

.event-section p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  color: #cccccc;
  text-align: center;
  -webkit-line-clamp: 10;
}

.event-section p strong:first-child {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin-bottom: 4px;
  color: #ffecd1;
  font-weight: 700;
}



/* Mobile view - reduce font sizes */
@media screen and (max-width: 767px) {
  .event-section p {
    font-size: 0.75rem;
    line-height: 1.3;
    -webkit-line-clamp: 12;
  }

  .event-section p strong:first-child {
    font-size: 0.9rem;
    margin-bottom: 3px;
  }

  .pre-thanima-slider .item p,
  .pre-thanima-slider .event-section p {
    text-align: center;
  }
}

/* Container for stacked event sections */
.event-sections-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 25px 0;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-number {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffecd1;
  background: rgba(255, 236, 209, 0.1);
  padding: 0.4rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 236, 209, 0.3);
}

.card-icon {
  font-size: 1.4rem;
  opacity: 0.8;
}

.card-footer {
  margin-top: 10px;
}

.event-type {
  background: rgba(255, 236, 209, 0.2);
  color: #ffecd1;
  padding: 0.4rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 236, 209, 0.3);
}

#next,
#prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffecd1;
  background: rgba(255, 236, 209, 0.1);
  border: 2px solid rgba(255, 236, 209, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

#next:hover,
#prev:hover {
  background: rgba(255, 236, 209, 0.2);
  border-color: rgba(255, 236, 209, 0.6);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 25px rgba(255, 236, 209, 0.3);
}

#prev {
  left: 2rem;
}

#next {
  right: 2rem;
}

/* Section title responsiveness */
.pre-thanima-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffecd1;
}

/* Responsive Design for Card Slider */
@media screen and (max-width: 991px) {
  .pre-thanima-slider {
    min-height: 620px;
    padding: 0 0.5rem;
  }

  .pre-thanima-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .slider {
    height: 560px;
    max-width: 1000px;
  }

  .item {
    width: 250px;
    height: 409px;
    padding: 20px;
  }

  .item h1 {
    font-size: 1.6rem;
  }

  .item h3 {
    font-size: 1.1rem;
  }

  .item p {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 991px) {
  .pre-thanima-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 0.5rem;
  }

  .pre-thanima-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

  .item {
    width: 220px;
    height: 409px;
    padding: 18px;
  }

.item h1 {
  font-size: 1rem;
}

.item h3 {
  font-size: 1rem;
}

.item p {
  font-size: 0.8rem;
}

#next,
#prev {
  width: 45px;
  height: 45px;
  font-size: 1.3rem;
}

#prev {
  left: 0.5rem;
}

#next {
  right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .pre-thanima-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 0.3rem;
  }

  .pre-thanima-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .grid-card {
    height: 380px;
    padding: 15px;
  }

  .grid-card h1 {
    font-size: 1.6rem;
  }

  .grid-card p {
    font-size: 0.9rem;
    -webkit-line-clamp: 6;
  }
}

.grid-card {
  height: 494px;
  padding: 20px;
}

.grid-card h1 {
  font-size: 2.2rem;
}

.grid-card p {
  font-size: 0.77rem;
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 575px) {
  .pre-thanima-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 0.3rem;
  }
  
  .pre-thanima-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .grid-card {
    height: 350px;
    padding: 12px;
  }

  .grid-card h1 {
    font-size: 1.4rem;
  }

  .grid-card p {
    font-size: 0.7rem;
    -webkit-line-clamp: 4;
  }

  .event-section p {
    font-size: 0.7rem;
    line-height: 1.2;
    -webkit-line-clamp: 10;
  }

  .event-section p strong:first-child {
    font-size: 0.8rem;
    margin-bottom: 2px;
  }

  .card-number {
    font-size: 0.9rem;
    padding: 0.2rem 0.6rem;
  }

  .card-icon {
    font-size: 1.2rem;
  }

  .event-type {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }
}

@media screen and (max-width: 360px) {
  .pre-thanima-grid {
    gap: 0.5rem;
    padding: 0;
  }

  .pre-thanima-section h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .grid-card {
    height: 300px;
    padding: 12px;
  }

  .grid-card h1 {
    font-size: 1rem;
  }

  .grid-card p {
    font-size: 0.65rem;
    -webkit-line-clamp: 3;
  }

  .card-number {
    font-size: 0.8rem;
    padding: 0.15rem 0.5rem;
  }

  .card-icon {
    font-size: 1rem;
  }

  .event-type {
    font-size: 0.65rem;
    padding: 0.15rem 0.5rem;
  }
}

.galleryImageBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  margin-top: 3vh;
}
.galleryImageBox img {
  margin: 3px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .galleryImageBox {
    display: none;
  }
  .galleryImageBox img {
    width: 40vw;
  }
}
@media screen and (min-width: 991px) {
  .gallery_slide {
    display: none;
  }
  .galleryImageBox img {
    height: 33vh;
  }
}

/*---------------------------------------
  INFINITE SCROLL
-----------------------------------------*/
@keyframes slide {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}

.infinite_slide {
  overflow: hidden;
  background: black;
  padding-top: 6px;
  white-space: nowrap;
  position: relative;
  border-bottom: 2px white solid;
  border-top: 2px white solid;
}

.infinite_slide:before,
.infinite_slide:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.infinite_slide:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
}

.infinite_slide:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
}

.infi-slide {
  display: inline-block;
  display: flex;
  justify-content: center;
  animation: 18s linear slide infinite alternate;
  padding-bottom: 12px;
}
.infi-slide p {
  color: white;
  font-weight: 500;
}
.infi-slide img {
  height: 30px;
  margin: 0 30px;
}

.gallery_slide {
  overflow: hidden;
  padding-top: 10px;
  white-space: nowrap;
  position: relative;
  border-bottom: 2px white solid;
  border-top: 2px white solid;
}

.gallery_slide:before,
.gallery_slide:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.gallery_slide:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); */
}

.gallery_slide:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); */
}

/* .gallery-slide {
  display: inline-block;
  display: flex;
  justify-content: center;
  animation: 18s linear slide infinite alternate;
}
@media screen and (max-width: 991px) {
  .gallery-slide {
  display: inline-block;
  display: flex;
  justify-content: center;
  animation: 5s linear slide infinite;
}
}
.gallery-slide p{
  color: white;
  font-weight: 500;
}
.gallery-slide img {
  height: 30vh;
  border-radius: 10px;
  margin: 0 10px;
} */

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr,
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

#section_6 {
  background: var(--main-clr);
}

/* Modern Team Section Styles */
.team-card {
  background: linear-gradient(145deg, var(--main-clr), #000);
  border-radius: 12px;
  padding: 0.75rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffecd1, #ffecd1, #ffecd1);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(255, 236, 209, 0.3);
  border-color: #ffecd1;
}

.team-card:hover::before {
  transform: scaleX(1);
}

.team-card-image {
  position: relative;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.team-card:hover .team-card-image img {
  transform: scale(1.05);
}

.team-card-content {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .team-card-content {
    flex-grow: 1;
    text-align: left;
  }
}

.team-member-name {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  transition: color 0.3s ease;
}

.team-card:hover .team-member-name {
  color: var(--secondary-color);
}

.team-member-role {
  color: var(--custom-btn-bg-hover-color);
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.team-member-details {
  color: #cccccc;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 0;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.team-card:hover .team-member-details {
  opacity: 1;
}

/* Bootstrap Responsive Breakpoints */
@media screen and (max-width: 991px) {
  .team-card {
    padding: 0.625rem;
  }

  .team-member-name {
    font-size: 0.9rem;
  }

  .team-member-role {
    font-size: 0.75rem;
  }

  .team-member-details {
    font-size: 0.65rem;
  }
}

/* Team Card Mobile Grid Fix */
@media screen and (max-width: 767px) {
  .team-card {
    padding: 1rem;
    height: auto;
    min-height: 140px;
    max-width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .team-card-image {
    margin-bottom: 0;
    aspect-ratio: 1;
    height: 120px;
    width: 120px;
    flex-shrink: 0;
    margin: 0;
  }

  .team-member-name {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    text-align: left;
  }

  .team-member-role {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    text-align: left;
  }

  .team-member-details {
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: left;
  }

  /* Force Bootstrap grid to work - One card per row on mobile */
  .col-sm-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 0.5rem !important;
    margin-bottom: 0.5rem !important;
    box-sizing: border-box;
  }

  .row::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 575px) {
  .team-card {
    padding: 0.8rem;
    height: auto;
    min-height: 120px;
    max-width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }

  .team-card-image {
    margin-bottom: 0;
    aspect-ratio: 1;
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    margin: 0;
  }

  .team-member-name {
    font-size: 0.8rem;
    margin-bottom: 0.15rem;
    text-align: left;
  }

  .team-member-role {
    font-size: 0.7rem;
    margin-bottom: 0.15rem;
    text-align: left;
  }

  .team-member-details {
    font-size: 0.6rem;
    line-height: 1.1;
    text-align: left;
  }

  /* Force Bootstrap grid to work - One card per row on mobile */
  .col-sm-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 0.4rem !important;
    margin-bottom: 0.4rem !important;
    box-sizing: border-box;
  }
}

.copyright {
  color: rgb(217, 217, 217);
  padding-top: 30px;
  /* border-top: 2px solid #fff; */
  font-size: 1.2rem;
}

.studentCo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.studentCo h2 {
  color: #ffecd1;
}

.studentList {
  padding-top: 4vh;
  /* width: 90%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.studentList div {
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  background: rgba(81, 26, 26, 0.278);
  padding: 20px;
  border-radius: 8px;
  width: 22%;
  transition: transform 0.2s ease, margin 0.2s ease;
  z-index: 20;
}
.studentList div:hover {
  transform: scale(1.05);
  margin: 11px;
}

.studentList div h5 {
  text-align: center;
  /* color: #151515; */
  color: var(--secondary-color);
  margin-bottom: 10px;
}
.studentList div ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.studentList div ul li {
  color: rgb(212, 212, 212);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .studentList div {
    width: 100%;
    margin: 5px 10px;
  }
}

.gallery-slide {
  width: 100vw;
  height: 200px;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.gallery-slide {
  position: relative;
  height: 80vw;
}

.gallery-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: display 10s infinite;
  margin: 0 auto;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 1.5);
}

img:nth-child(2) {
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}
img:nth-child(6) {
  animation-delay: 10s;
}
img:nth-child(7) {
  animation-delay: 12s;
}
img:nth-child(8) {
  animation-delay: 14s;
}
img:nth-child(9) {
  animation-delay: 16s;
}
img:nth-child(10) {
  animation-delay: 18s;
}
img:nth-child(11) {
  animation-delay: 20s;
}
img:nth-child(12) {
  animation-delay: 22s;
}
img:nth-child(13) {
  animation-delay: 24s;
}
img:nth-child(14) {
  animation-delay: 26s;
}
img:nth-child(15) {
  animation-delay: 28s;
}
.navLogo {
  height: 8vh;
  padding: 2px 4vw;
  position: absolute;
  top: 10px;
  left: 0;
  transition: opacity 1s ease;
}
.navThanimaImg {
  opacity: 0;
}
.navVitImg {
  opacity: 1;
}
.scroll .navVitImg {
  opacity: 0;
}
.scroll .navThanimaImg {
  opacity: 1;
}
.developerSection {
  background: rgb(186, 186, 186);
  padding: 1vh 0;
}
.developerSection a {
  color: var(--main-clr);
  font-size: 1.1rem;
  font-weight: 700;
  background: -webkit-linear-gradient(right, black, rgba(70, 0, 11, 0.956));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.preTText {
  color: #fffffff4;
  font-size: 1.3rem;
  padding: 5vh 80px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .about-section {
    padding: 20px 12px;
    text-align: center;
  }
  .about-section h2 {
    text-align: center;
  }
}
.guestInfo {
  display: flex;
}
.sachinImg {
  width: 50vw;
}
.guessText {
  font-size: 10rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
}
/* Responsive Design for Artists Section */
@media screen and (max-width: 1200px) {
  .guessText {
    font-size: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .artists-section {
    padding: 15vh 0;
    min-height: 50vh;
  }

  .guessText {
    font-size: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .artists-section {
    padding: 10vh 0;
    min-height: 40vh;
  }

  .guessText {
    font-size: 4rem;
  }
}

@media screen and (max-width: 576px) {
  .infoBoxes {
    position: absolute;
    top: 48vh;
  }
  .artists-section {
    padding: 8vh 0;
    min-height: 35vh;
  }
  .navbar {
    height: 8vh;
  }
  .navLogo {
    left: 60vw;
    height: 5vh;
  }
  .guessText {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .artists-section {
    padding: 6vh 0;
    min-height: 30vh;
  }

  .guessText {
    font-size: 8.5rem;
  }
}

/*---------------------------------------
  MODERN GALLERY STYLES
-----------------------------------------*/

/* Gallery Section Background */
.photo-collage-gallery {
  background: var(--main-clr); /* Black background for the gallery section */
  padding: 4rem 0;
  overflow: hidden;
}

/* Gallery Title */
.photo-collage-gallery h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

/* Gallery Rows */
.gallery-row {
  margin: 8px 0;
  overflow: hidden;
  position: relative;
}

/* Gallery Track (container for images) */
.gallery-track {
  display: flex;
  gap: 8px; /* Small gap between images */
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

/* Row 1: Mix of wide panoramic and square images (400px, 300px, 250px wide, 200px height) */
.row-1 .gallery-track {
  animation-duration: 30s;
}

.row-1 .gallery-item {
  height: 200px;
  flex-shrink: 0;
}

.row-1 .gallery-item:nth-child(1) {
  width: 400px;
}
.row-1 .gallery-item:nth-child(2) {
  width: 300px;
}
.row-1 .gallery-item:nth-child(3) {
  width: 250px;
}
.row-1 .gallery-item:nth-child(4) {
  width: 400px;
}
.row-1 .gallery-item:nth-child(5) {
  width: 300px;
}
.row-1 .gallery-item:nth-child(6) {
  width: 250px;
}
.row-1 .gallery-item:nth-child(7) {
  width: 400px;
}
.row-1 .gallery-item:nth-child(8) {
  width: 300px;
}
.row-1 .gallery-item:nth-child(9) {
  width: 250px;
}
.row-1 .gallery-item:nth-child(10) {
  width: 400px;
}
.row-1 .gallery-item:nth-child(11) {
  width: 300px;
}
.row-1 .gallery-item:nth-child(12) {
  width: 250px;
}
.row-1 .gallery-item:nth-child(13) {
  width: 400px;
}
.row-1 .gallery-item:nth-child(14) {
  width: 300px;
}
.row-1 .gallery-item:nth-child(15) {
  width: 250px;
}

/* Row 2: Combination of portrait and landscape orientations (200px, 350px, 280px, 320px wide, 220px height) */
.row-2 .gallery-track {
  animation: scroll-right 35s linear infinite;
}

.row-2 .gallery-item {
  height: 220px;
  flex-shrink: 0;
}

.row-2 .gallery-item:nth-child(1) {
  width: 200px;
}
.row-2 .gallery-item:nth-child(2) {
  width: 350px;
}
.row-2 .gallery-item:nth-child(3) {
  width: 280px;
}
.row-2 .gallery-item:nth-child(4) {
  width: 320px;
}
.row-2 .gallery-item:nth-child(5) {
  width: 200px;
}
.row-2 .gallery-item:nth-child(6) {
  width: 350px;
}
.row-2 .gallery-item:nth-child(7) {
  width: 280px;
}
.row-2 .gallery-item:nth-child(8) {
  width: 320px;
}
.row-2 .gallery-item:nth-child(9) {
  width: 200px;
}
.row-2 .gallery-item:nth-child(10) {
  width: 350px;
}
.row-2 .gallery-item:nth-child(11) {
  width: 280px;
}
.row-2 .gallery-item:nth-child(12) {
  width: 320px;
}

/* Row 3: Mixed rectangular and square images (300px, 250px, 380px, 270px wide, 200px height) */
.row-3 .gallery-track {
  animation-duration: 40s;
}

.row-3 .gallery-item {
  height: 200px;
  flex-shrink: 0;
}

.row-3 .gallery-item:nth-child(1) {
  width: 300px;
}
.row-3 .gallery-item:nth-child(2) {
  width: 250px;
}
.row-3 .gallery-item:nth-child(3) {
  width: 380px;
}
.row-3 .gallery-item:nth-child(4) {
  width: 270px;
}
.row-3 .gallery-item:nth-child(5) {
  width: 300px;
}
.row-3 .gallery-item:nth-child(6) {
  width: 250px;
}
.row-3 .gallery-item:nth-child(7) {
  width: 380px;
}
.row-3 .gallery-item:nth-child(8) {
  width: 270px;
}
.row-3 .gallery-item:nth-child(9) {
  width: 300px;
}
.row-3 .gallery-item:nth-child(10) {
  width: 250px;
}
.row-3 .gallery-item:nth-child(11) {
  width: 380px;
}
.row-3 .gallery-item:nth-child(12) {
  width: 270px;
}

/* Gallery Item Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Pause Animation on Hover */
.gallery-row:hover .gallery-track {
  animation-play-state: paused;
}

/* Scroll Animations */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .photo-collage-gallery h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .gallery-row {
    margin: 6px 0;
  }

  /* Adjust image sizes for mobile */
  .row-1 .gallery-item {
    height: 150px;
  }

  .row-2 .gallery-item {
    height: 170px;
  }

  .row-3 .gallery-item {
    height: 150px;
  }

  .gallery-overlay h3 {
    font-size: 1rem;
  }

  .gallery-overlay p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .photo-collage-gallery {
    padding: 2rem 0;
  }

  .photo-collage-gallery h2 {
    font-size: 1.5rem;
  }

  .row-1 .gallery-item {
    height: 120px;
  }

  .row-2 .gallery-item {
    height: 140px;
  }

  .row-3 .gallery-item {
    height: 120px;
  }

  .gallery-overlay h3 {
    font-size: 0.9rem;
  }

  .gallery-overlay p {
    font-size: 0.7rem;
  }
}

/* Modern Home Page Animations */
.animated-navbar {
  opacity: 0;
  transform: translateY(-50px);
  animation: none;
}

.animated-logo {
  opacity: 0;
  transform: scale(0.8);
  animation: none;
}

.animated-nav-item {
  opacity: 0;
  transform: translateY(-20px);
  animation: none;
}

.animated-main-logo {
  opacity: 0;
  transform: scale(0.5) translateY(50px);
  animation: none;
}

.animated-info {
  opacity: 0;
  transform: translateY(30px);
  animation: none;
}

/* Animation Keyframes */
@keyframes slideDownNav {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideUpNav {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mainLogoEntrance {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(50px);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1) translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes slideUpInfo {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Enhanced Video Background */
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Enhanced Main Logo */
.main-logo {
  max-height: 70%;
  padding-top: 15vh;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}

.main-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
}

/* Enhanced Location Info */
.location-wrap {
  background: transparent;
  border-radius: 25px;
  border: none;
  transition: all 0.3s ease;
}

.location-wrap:hover {
  background: transparent;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.location-wrap h5 {
  margin: 0;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background: #00000040;
  padding: 20px 40px;
  border-radius: 50px;
}

/* Enhanced Navbar */
.animated-navbar {
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.animated-navbar.scrolled {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: none;
  border-bottom: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.animated-navbar:hover {
  background: rgba(0, 0, 0, 0.1);
}

.animated-navbar.scrolled:hover {
  background: rgba(0, 0, 0, 0.98);
}

.nav-logo-link {
  transition: all 0.3s ease;
}

.nav-logo-link:hover {
  transform: scale(1.05);
}

/* Responsive Animations */
@media (max-width: 768px) {
  .animated-main-logo {
    /* max-width: 90%; */
    max-height: 40vh;
  }

  .location-wrap {
    margin: 0.5rem auto;
  }

  .animated-nav-item {
    animation-delay: 1.2s !important;
  }
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  .hero-section {
    min-height: 80vh;
  }

  .main-logo {
    max-width: 85%;
  }

  .location-wrap {
    padding: 1rem 1.5rem;
  }

  .location-wrap h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .hero-section {
    min-height: 70vh;
  }

  .main-logo {
    max-width: 80%;
  }

  .location-wrap {
    padding: 0.8rem 1.2rem;
    margin: 0.3rem auto;
  }

  .location-wrap h5 {
    font-size: 1rem;
  }

  .animated-navbar {
    padding: 0.5rem 1rem;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 60vh;
  }

  .main-logo {
    max-width: 75%;
  }

  .location-wrap {
    padding: 0.6rem 1rem;
    margin: 0.2rem auto;
  }

  .location-wrap h5 {
    font-size: 0.9rem;
  }

  .animated-navbar {
    padding: 0.4rem 0.8rem;
  }

  .navbar-brand img {
    max-height: 35px;
  }

  .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
  }

  /* Gallery Responsive */
  .photo-collage-gallery {
    padding: 2rem 1rem;
  }

  .photo-collage-gallery h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  /* Team Section Mobile */
  .team-card {
    margin-bottom: 1rem;
  }

  /* Artists Section */
  .artists-section {
    min-height: 50vh;
    background-size: cover;
  }

  .guessText {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 50vh;
  }

  .main-logo {
    max-width: 70%;
  }

  .location-wrap {
    padding: 0.5rem 0.8rem;
    margin: 0.15rem auto;
  }

  .location-wrap h5 {
    font-size: 0.8rem;
  }

  .animated-navbar {
    padding: 0.3rem 0.6rem;
  }

  .navbar-brand img {
    max-height: 30px;
  }

  .navbar-nav .nav-link {
    font-size: 0.75rem;
    padding: 0.3rem 0.5rem;
  }

  /* Gallery Responsive */
  .photo-collage-gallery {
    padding: 1.5rem 0.5rem;
  }

  .photo-collage-gallery h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  /* Artists Section */
  .artists-section {
    min-height: 40vh;
  }

  .guessText {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .facSec {
    flex-direction: column;
  }

  .hero-section {
    min-height: 45vh;
  }

  .main-logo {
    /* max-width: 65%; */
    max-width: 80%;
    /* height: 100%; */
  }

  .location-wrap {
    padding: 0.4rem 0.6rem;
    margin: 0.1rem auto;
  }

  .location-wrap h5 {
    font-size: 1.2rem;
  }

  .animated-navbar {
    padding: 0.25rem 0.5rem;
  }

  .navbar-brand img {
    max-height: 25px;
  }
  .navbar-toggler{
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    z-index: 10000;
  }
  .navbar-nav{
    background: linear-gradient(#000000da 45%, transparent);
    /* background: #000; */
    position: absolute;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    top: 0;
    left: 0;
    padding-top: 80px;
  }
  .navbar-nav .nav-link {
    font-size: 1.4rem;
    padding: 0.25rem 0.4rem;
  }

  /* Gallery Responsive */
  .photo-collage-gallery {
    padding: 1rem 0.25rem;
  }

  .photo-collage-gallery h2 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  /* Artists Section */
  .artists-section {
    min-height: 35vh;
  }

  .guessText {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}

/* Landscape Orientation */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
    min-height: 100vh;
  }

  .main-logo {
    max-width: 60%;
  }

  .location-wrap {
    padding: 0.3rem 0.8rem;
    margin: 0.1rem auto;
  }

  .location-wrap h5 {
    font-size: 0.8rem;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-logo {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }

  .gallery-item img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .gallery-track {
    animation: none;
  }

  .animated-main-logo,
  .animated-nav-item,
  .animated-info {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .team-card:hover {
    transform: none;
  }

  .main-logo:hover {
    transform: none;
  }

  .location-wrap:hover {
    transform: none;
  }
}

.sideBars {
  background: url("../images/patternDark.png");
  width: 99vw;
  height: 100vh;
  background-size: contain;
  position: fixed;
  background-attachment: fixed;
  opacity: 0.5;
}
/* .newLogo{
  max-height: 60vh;
  padding-top: 20vh;
} */

.services-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.services-info h2 {
  text-align: center;
  font-size: 2rem;
}

.element {
  position: relative; /* Essential for positioning pseudo-elements */
  /* width: 200px; */
  /* height: 100px; */
  background-color: #f0f0f0;
  overflow: hidden; /* Hides parts of the pseudo-elements outside the element */
}

.element::before,
.element::after {
  content: "";
  position: absolute;
  /* background-color: white;  */
  transition: all 0.5s ease-in-out; /* Smooth transition for animation */
}

.element::before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px; /* Thickness of the top border */
}

.element::after {
  bottom: 0;
  right: 0;
  width: 2px; /* Thickness of the right border */
  height: 0;
}

/* Add more pseudo-elements for other sides (e.g., ::before:hover ~ .element::after for bottom/left) */
.element {
  /* ... (previous CSS) ... */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Static shadow */
}

@keyframes orbit-shadow {
  0% {
    box-shadow: 1px 1px 1px #ffecd1;
  }
  25% {
    box-shadow: -1px 1px 1px #ffecd1;
  }
  50% {
    box-shadow: -1px -1px 1px #ffecd1;
  }
  75% {
    box-shadow: 1px -1px 1px #ffecd1;
  }
  100% {
    box-shadow: 1px 1px 1px #ffecd1;
  }
}

.element {
  /* ... (previous CSS) ... */
  animation: orbit-shadow 3s linear infinite; /* Apply the animation */
}

.table {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.modern-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 80%;
  max-width: 600px;
  background: linear-gradient(
    135deg,
    rgba(255, 236, 209, 0.95),
    rgba(255, 236, 209, 0.85)
  );
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.modern-table::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ffecd1, #3e000c, #ffecd1);
  border-radius: 22px;
  z-index: -1;
  opacity: 0.3;
  animation: borderGlow 3s ease-in-out infinite alternate;
}

@keyframes borderGlow {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.6;
  }
}

.modern-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 24px rgba(0, 0, 0, 0.12);
}

.modern-table th {
  background: linear-gradient(135deg, #3e000c, #5a1a1a);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
}

.modern-table th i {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 8px;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.modern-table th:hover i {
  color: #ffecd1;
  transform: scale(1.2);
}

.modern-table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.modern-table th:hover::before {
  left: 100%;
}

.modern-table th,
.modern-table td {
  text-align: center;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  position: relative;
}

.modern-table td {
  color: #2c1810;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.modern-table tr:last-child td {
  border-bottom: none;
}

.modern-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.9);
}

.table-row {
  transition: all 0.3s ease;
  cursor: pointer;
}

.table-row:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table-row:hover td {
  background: rgba(255, 236, 209, 0.95) !important;
}

.table-row:hover td i {
  transform: scale(1.2);
  color: #3e000c;
}

.modern-table td i {
  color: #3e000c;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  margin-right: 8px;
  opacity: 0.8;
}

.table-row:hover td i {
  opacity: 1;
}

.score-cell {
  font-weight: 800;
  color: #3e000c;
  font-size: 1.2rem;
  position: relative;
  animation: scorePulse 2s ease-in-out infinite;
}

@keyframes scorePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.score-unit {
  font-size: 0.7rem;
  font-weight: 400;
  color: #666;
  margin-left: 4px;
}

/* Responsive design */
@media (max-width: 768px) {
  .modern-table {
    width: 95%;
    border-radius: 15px;
  }

  .modern-table th,
  .modern-table td {
    padding: 12px 8px;
    font-size: 0.85rem;
  }

  .modern-table th {
    font-size: 0.8rem;
    padding: 15px 8px;
  }

  .score-cell {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .modern-table {
    width: 100%;
    border-radius: 12px;
  }

  .modern-table th,
  .modern-table td {
    padding: 10px 6px;
    font-size: 0.8rem;
  }

  .modern-table th {
    font-size: 0.75rem;
    padding: 12px 6px;
  }

  .score-cell {
    font-size: 1rem;
  }

  .modern-table td i {
    font-size: 0.8rem;
  }
}

.facSec {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0;
}
.facSec div {
  margin: 0 55px;
}
.facSec div h5 {
  color: #fff;
  font-weight: 400;
}
.facSec div h6 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
}
.PreGames {
  width: 100%;
  display: flex;
}
.PreGames div {
  padding: 15px;
  width: 25%;
}
.PreGames div img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 575px){
  .PreGames {
    display: flex;
    flex-direction: column;
  }
  .PreGames div{
    width: 100%;

  }
  .preTText{
    padding: 0;
  }
}