@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;600;700&family=Georama:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");

:root {
  --f1: "Comfortaa", cursive;
  --f2: "Poppins", sans-serif;
  --f3: "Quicksand", sans-serif;
  --col1: #f5d76e;
  --bg: #181818;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--f3);
  font-size: 16px;
  overflow-x: hidden;
}

.quicksand {
  font-family: var(--f3);
}

.col2 {
  color: #ecc438;
}

@media only screen {
  header {
    background: #f5d76e;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  nav {
    right: 2rem;
    top: 0;
  }

  .logo > a {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    display: block;
    z-index: 2;
  }

  .logo > a > img {
    width: 10rem;
  }

  .logo > span {
    position: absolute;
    top: 4rem;
    left: -3rem;
    width: 15rem;
    height: 3rem;
    background: var(--col1);
    transform: skew(-30deg);
    z-index: 1;
  }

  .sliderwrap,
  .prlx {
    margin-top: 4rem;
  }

  .sliderwrap .owlx,
  .sliderwrap .owlx div {
    width: 100vw;
    height: calc(100vh - 4rem);
  }

  .sliderwrap .owlx .owl-nav,
  .sliderwrap .owlx .owl-dots {
    display: none;
  }

  .sliderwrap .owlx div {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .owl-stage-outer {
    overflow: hidden;
  }

  .sliderintro {
    position: absolute;
    bottom: 0rem;
    width: 51rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--col1);
    padding: 1rem 2rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }

  .sliderintro::before {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    left: -3rem;
    box-shadow: 1rem 1rem 0rem 0px var(--col1);
  }

  .sliderintro::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    right: -3rem;
    box-shadow: -1rem 1rem 0rem 0px var(--col1);
  }

  .sliderintro > h3 {
    color: #000000c4;
  }

  .second {
    background: #ffffff;
  }

  .indrahead > h3 {
    padding-bottom: 0.5rem;
  }

  .indrahead > h3 > span.lcol1 {
    color: var(--col1);
  }

  .btmln {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10rem;
    height: 0.25rem;
    background: #ffffff;
  }

  .btmln11 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 14rem;
    height: 0.25rem;
    background: #273342;
  }

  .btmln > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background: var(--col1);
  }

  .btmln11 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    height: 100%;
    background: var(--col1);
  }

  .accom > .cben {
    width: 24rem;
    border: 0.225rem solid var(--col1);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
  }

  .accom-title {
    background: var(--col1);
  }

  .third,
  .fifth,
  .seven {
    background: var(--bg);
  }

  .indrahead2 > h3 {
    padding-bottom: 0.5rem;
  }

  .indrahead2 > h3 > span {
    color: var(--col1);
  }

  .btmln2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 0.25rem;
    background: #ffffff;
  }

  .btmln2 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background: var(--col1);
  }

  .btmln5 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10rem;
    height: 0.25rem;
    background: #ffffff;
  }

  .btmln5 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background: var(--col1);
  }

  .col1 {
    color: var(--col1);
  }

  .cbene {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    background: #181818;
    -webkit-box-shadow: 11px 11px 16px #0e0e0e, -11px -11px 16px #222222;
    box-shadow: 11px 11px 16px #0e0e0e, -11px -11px 16px #222222;
    /* border-radius: 34px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff; */
  }

  .cbene2 {
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  }

  .btmln4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20rem;
    height: 0.25rem;
    background: #273342;
  }

  .btmln4 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    background: var(--col1);
  }

  .btmln6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12rem;
    height: 0.25rem;
    background: #273342;
  }

  .btmln6 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 100%;
    background: var(--col1);
  }

  .btmln9 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12rem;
    height: 0.25rem;
    background: #273342;
  }

  .btmln9 > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 100%;
    background: var(--col1);
  }

  .wlplvid > iframe {
    width: 100%;
    height: 16vw;
    margin: auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }

  .perfvid
  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
    grid-template-rows: auto;
    gap: 1rem;
  }

  .perfvid a
  {
    aspect-ratio: 16 / 9;
  }

  .perfvid img
  {
    width: 100%;
  }

  .cvds > a {
    width: 20rem;
    height: 12rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .cvds > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .cvds > a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .yt-play {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: var(--col1);
  }

  .yt-play > i {
    font-size: 2.5rem;
  }

  .cpbene {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  }

  .sml {
    font-size: 1.5rem;
    vertical-align: middle;
    padding: 0 0 0 0.5rem;
    color: #000000 !important;
  }

  .clsnm {
    background: var(--col1);
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }

  .enw {
    background: var(--col1);
    color: #000000;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .enw:hover {
    background: #ecc438;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .conform > input {
    border-bottom: 0.125rem solid rgba(0, 0, 0, 0.68);
    width: 100%;
    text-indent: 0.5rem;
  }

  .conform > textarea {
    height: 5.4rem;
    border: 0.125rem solid rgba(0, 0, 0, 0.68);
    width: 100%;
    margin: 1rem 0 0 0;
    text-indent: 0.5rem;
  }

  .conform > input[type="submit"] {
    width: 6rem;
    text-align: center;
    margin: 1rem 0rem 0rem auto;
    cursor: pointer;
    text-indent: 0px;
    font-weight: 600;
    padding: 0.25rem 0;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: transparent;
    border: 0.125rem solid #000000;
    color: #000000;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .conform > input[type="submit"]:hover {
    border: 0.125rem solid transparent;
    background: var(--col1);
    color: #000000;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  /*  scroll css section here*/

  .scrolltop .icon {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }

  .scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--col1);
    display: none;
    z-index: 10;
    cursor: pointer;
  }

  /* Annual Concert Page */

  .prlx {
    height: 60vh;
    z-index: 1;
  }

  .acsp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6rem;
    background: var(--col1);
    border-bottom-right-radius: 1rem;
  }

  .acsp::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    right: -3rem;
    box-shadow: -1rem -1rem 0rem 0px var(--col1);
  }

  .pageheading {
    padding: 1.5rem 0;
    margin: auto;
  }

  .taj {
    text-align: justify;
  }

  .acitem {
    width: 18vw;
    height: 10vw;
    margin: 1rem;
    border-radius: 1rem;
    overflow: hidden;
  }

  .ofPositionCenter {
    object-position: center;
  }

  /* /Annual Concert Page */

  .igobj {
    object-fit: cover;
    object-position: 0% 40%;
  }

  .tesvidm {
    margin-top: 2rem;
    overflow: hidden;
    border: 0.225rem solid var(--col1);
  }
  
  .logo > a
  {
    border: 0.25rem solid var(--col1);
  }

  .galgrid
  {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 10rem), 1fr));
    grid-template-rows: auto;
    gap: 1rem;
  }

  .galgridpad
  {
    padding: 2rem 5vw;
  }

  .ph5vw
  {
    padding-inline: 5vw;
  }

  .bc1
  {
    background-color: var(--col1);
  }

  .galgrid div
  {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .galgrid img
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .galgrid figcaption
  {
    margin-top: 0.25rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: 500;
  }

  footer {
    background: var(--col1);
  }
}

@media only screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .hamburger {
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    color: #000000;
    z-index: 5;
    cursor: pointer;
  }

  nav {
    width: 11rem;
    position: absolute;
    top: 6rem;
    right: 0;
    background: var(--col1);
    padding: 1rem 0;
    -webkit-border-radius: 0 0 0 1rem;
    -moz-border-radius: 0 0 0 1rem;
    -ms-border-radius: 0 0 0 1rem;
    -o-border-radius: 0 0 0 1rem;
    border-radius: 0 0 0 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .show {
    visibility: visible;
    opacity: 1;
    top: 4rem;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .logo > span {
    width: 12rem;
    display: none;
  }

  .logo {
    position: absolute;
    top: 5px;
    left: 0rem;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .logo > a {
    /* top: 1.765rem; */
    /* left: 1rem; */
    top: 0;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
  }

  .logo > a > img {
    width: 7rem;
  }

  .sliderwrap .owlx,
  .sliderwrap .owlx div {
    height: 30vh;
  }

  .sliderintro {
    position: relative;
    width: auto;
    margin: 2rem 1rem 0;
    padding: 1rem 1rem 1rem 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sliderintro::before,
  .sliderintro::after {
    display: none;
  }

  .accom > .cben {
    width: auto;
  }

  .m_pt0 {
    padding-top: 0;
  }

  .m_pb0 {
    padding-bottom: 0;
  }

  .wlplvid {
    display: block !important;
  }

  .wlplvid > iframe {
    margin: 0 0;
    height: 50vw;
    width: 100%;
  }

  .btmln5 {
    left: 0;
    margin: 0 0 0 0;
  }

  .m_pl0 {
    padding-left: 0;
  }

  .m_pr0 {
    padding-right: 0;
  }

  /* Annual Concert Page */

  .prlx {
    height: 30vh;
  }

  .acsp {
    height: 4rem;
    width: 260px;
  }

  .m_wid260px {
    width: 260px;
  }

  .acitem {
    width: calc(100% / 2 - 2rem);
    height: 22vw;
    border-radius: 0.5rem;
  }

  .pageheading {
    margin: auto auto;
    padding: 1rem 0;
  }
}
