@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Cinzel", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #191b21;
  color: #eeeeee;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Cinzel", sans-serif;
  text-align: center;
  position: relative;
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5% !important;
}
.container .col-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.container .col-2 {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-box {
  background-color: rgba(29, 35, 44, 0.8);
  margin: 2rem 10%;
  border-radius: 0.5rem;
  scroll-margin-top: 7rem;
}

.heading {
  z-index: 4;
  font-size: 3.6rem;
  font-family: "Cinzel Decorative";
  padding-top: 2rem;
  color: #fd7014;
  text-shadow: 0 2rem rgba(238, 238, 238, 0.05);
  position: relative;
}

.heading-design {
  width: 14rem;
  z-index: 4;
}

h2 {
  z-index: 4;
}

h3 {
  font-family: "Cormorant Infant", sans-serif;
  color: #1d9d70;
  font-size: 1.4rem;
}

.title {
  text-shadow: 0 2rem rgba(238, 238, 238, 0.05);
}

.sub-heading {
  font-size: 2rem;
  font-family: "Cinzel";
}

.para {
  color: #eeeeee;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
}

mark {
  color: #fd7014;
  background-color: transparent;
  font-weight: 600;
}

#home {
  position: relative;
  scroll-margin-top: 6rem;
  margin: 0 10%;
  margin-top: -6rem;
  display: none;
}
#home .container .col-1 {
  flex-basis: 45%;
}
#home .container .col-1 h1 {
  color: #eeeeee;
  font-size: 6rem;
  font-family: "Cinzel Decorative", sans-serif;
  font-weight: 800;
  text-shadow: 5rem 4rem rgba(29, 35, 44, 0.5);
}
#home .container .col-2 {
  flex-basis: 55%;
}
#home .container .col-2 img {
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#about .container .col-1 {
  flex-basis: 50%;
}
#about .container .col-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 50%;
}
#about .container .col-2 img {
  margin-top: -5rem;
  width: 100%;
}

#concerts .container {
  justify-content: center;
}
#concerts .container .col-1 {
  height: 100%;
  flex-basis: 55%;
}
#concerts .container .col-1 ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}
#concerts .container .col-1 ul li {
  padding-left: 4rem;
  text-align: justify;
  color: #eeeeee;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", sans-serif;
  position: relative;
}
#concerts .container .col-1 ul li::before {
  position: absolute;
  left: 0;
  right: 1rem;
  top: 0;
  content: "○";
}
#concerts .container .col-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 50%;
}
#concerts .container .col-2 img {
  width: 80%;
}

#achievements .container {
  justify-content: center;
}
#achievements .container .col-1 {
  height: 100%;
  flex-basis: 55%;
}
#achievements .container .col-1 ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}
#achievements .container .col-1 ul li {
  padding-left: 4rem;
  text-align: justify;
  color: #eeeeee;
  font-size: 1.4rem;
  font-family: "Cormorant Infant", sans-serif;
  position: relative;
}
#achievements .container .col-1 ul li::before {
  position: absolute;
  left: 0;
  right: 1rem;
  top: 0;
  content: "○";
}
#achievements .container .col-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 50%;
}
#achievements .container .col-2 img {
  width: 80%;
}

#music .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#music .container .video {
  flex-basis: 50%;
  padding: 1rem;
}
#music .container .video iframe {
  border-radius: 0.2rem;
}
#music .container .video iframe:hover {
  transform: scale(102%);
  transition: ease-out 0.3s;
  border: 1px solid #eeeeee;
}

.pswp-gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  width: 100%;
  max-height: 70vh;
  overflow-y: scroll;
}
.pswp-gallery::-webkit-scrollbar {
  display: none;
}
.pswp-gallery:after {
  content: " ";
  position: sticky;
  left: 0;
  width: 100%;
  height: 4rem;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(29, 35, 44, 0.4), rgba(29, 35, 44, 0.8) 50%);
}
.pswp-gallery a {
  z-index: 4 !important;
  cursor: zoom-in;
  padding: 0.8rem;
  vertical-align: middle;
  flex-basis: 25%;
  position: relative;
}
.pswp-gallery a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-size: contain;
}
.pswp-gallery a:hover > img {
  transition: 0.3s;
  border: 1px solid #eeeeee;
}
.pswp-gallery a .content-details {
  height: 0;
  width: auto;
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border: 1px solid #eeeeee;
  border-radius: 0 0 0.2rem 0.2rem;
  border-top: none;
  background-color: rgba(25, 27, 33, 0.8);
  color: #fff;
  opacity: 0 !important;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pswp-gallery a .content-details p {
  font-family: "Cormorant Infant", sans-serif;
}
.pswp-gallery a:hover > .content-details {
  opacity: 1 !important;
  height: 40%;
}

#contact .container {
  padding-top: 2rem;
  align-items: flex-start;
}
#contact .container .col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  flex-basis: 50%;
  gap: 2rem;
}
#contact .container .col-1 h2 {
  margin-bottom: 2rem;
  height: 5vh;
}
#contact .container .col-1 .address,
#contact .container .col-1 .email,
#contact .container .col-1 .social {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#contact .container .col-1 .social div {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .container .col-1 .social div a {
  z-index: 4;
  background-color: rgba(238, 238, 238, 0.05);
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
}
#contact .container .col-1 .social div a img {
  width: 3rem;
}
#contact .container .col-1 .social div .facebook:hover {
  background-color: #3b5998;
  transition: 0.4s;
}
#contact .container .col-1 .social div .insta:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  transition: backzoom 0.4s;
}
#contact .container .col-1 .social div .youtube:hover {
  background-color: #ff0000;
  transition: 0.4s;
}
#contact .container .col-1 .social div .linkedin:hover {
  background-color: #007bb5;
  transition: 0.4s;
}
#contact .container .col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
}
#contact .container .col-2 h2 {
  margin-bottom: 1rem;
}
#contact .container .col-2 form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#contact .container .col-2 form div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0.5rem 0;
}
#contact .container .col-2 form .name,
#contact .container .col-2 form .mobile,
#contact .container .col-2 form .email,
#contact .container .col-2 form .message,
#contact .container .col-2 form .submit {
  display: flex;
  flex-direction: column;
}
#contact .container .col-2 form .name input,
#contact .container .col-2 form .mobile input,
#contact .container .col-2 form .email input,
#contact .container .col-2 form .message input,
#contact .container .col-2 form .submit input {
  padding: 1px;
  color: #eeeeee;
  outline: none;
  width: 100%;
  border: none;
  background-color: rgba(238, 238, 238, 0.05);
  padding: 0.8rem;
  font-size: 1.2rem;
  font-family: "Cormorant Infant", sans-serif;
  height: 100%;
  border-radius: 0.2rem;
}
#contact .container .col-2 form .name textarea:focus,
#contact .container .col-2 form .name input:focus,
#contact .container .col-2 form .mobile textarea:focus,
#contact .container .col-2 form .mobile input:focus,
#contact .container .col-2 form .email textarea:focus,
#contact .container .col-2 form .email input:focus,
#contact .container .col-2 form .message textarea:focus,
#contact .container .col-2 form .message input:focus,
#contact .container .col-2 form .submit textarea:focus,
#contact .container .col-2 form .submit input:focus {
  transition: all 0.5s;
  border: 1px solid #fd7014;
  background-color: rgba(238, 238, 238, 0.08);
}
#contact .container .col-2 form .name label,
#contact .container .col-2 form .mobile label,
#contact .container .col-2 form .email label,
#contact .container .col-2 form .message label,
#contact .container .col-2 form .submit label {
  font-family: "Cormorant Infant", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
#contact .container .col-2 form .name textarea,
#contact .container .col-2 form .mobile textarea,
#contact .container .col-2 form .email textarea,
#contact .container .col-2 form .message textarea,
#contact .container .col-2 form .submit textarea {
  color: #eeeeee;
  outline: none;
  min-width: 100%;
  min-height: 10rem;
  border: none;
  background-color: rgba(238, 238, 238, 0.05);
  padding: 0.8rem;
  font-size: 1.2rem;
  font-family: "Cormorant Infant", sans-serif;
  border-radius: 4px;
}
#contact .container .col-2 form .name button,
#contact .container .col-2 form .mobile button,
#contact .container .col-2 form .email button,
#contact .container .col-2 form .message button,
#contact .container .col-2 form .submit button {
  font-family: "Cormorant Infant", sans-serif;
  margin-top: 0.5rem;
  width: 100%;
  padding: 0.8rem;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #fd7014;
  color: #eeeeee;
  outline: none;
  border: none;
  font-weight: 700;
  transition: all 0.2s;
  border-radius: 0.2rem;
}
#contact .container .col-2 form .name button:hover,
#contact .container .col-2 form .mobile button:hover,
#contact .container .col-2 form .email button:hover,
#contact .container .col-2 form .message button:hover,
#contact .container .col-2 form .submit button:hover {
  transition: all 0.2s;
  transform: translateY(-0.2rem);
}
#contact .container .col-2 form .name button:active,
#contact .container .col-2 form .mobile button:active,
#contact .container .col-2 form .email button:active,
#contact .container .col-2 form .message button:active,
#contact .container .col-2 form .submit button:active {
  transform: translateY(0.1rem);
}
#contact .container .col-2 form .name {
  width: 100%;
  flex-basis: 100%;
}
#contact .container .col-2 form .email {
  width: 48%;
  flex-basis: 48%;
}
#contact .container .col-2 form .mobile {
  width: 48%;
  flex-basis: 48%;
}
#contact .container .col-2 form .message {
  width: 100%;
  flex-basis: 100%;
}
#contact .container .col-2 form .submit {
  width: 100%;
  flex-basis: 100%;
}

footer {
  height: 4rem;
  position: relative;
}

footer p {
  font-size: 1rem;
  margin: 2rem 0;
}
footer p span {
  color: #ff3131;
}
footer p a {
  text-decoration: none;
  color: #eeeeee;
}

.scroll-to-top {
  position: absolute;
  height: 4rem;
  width: 4rem;
  bottom: 25%;
  right: 1rem;
  background-color: #1d232c;
  color: #eeeeee;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.scroll-to-top:hover {
  transition: 0.4s;
  background-color: #fd7014;
}

.navbar {
  position: relative;
  transition: 0.3s;
  background: transparent;
  height: 6rem;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

nav {
  position: fixed;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: space-between;
}

nav:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-span {
  transition: background 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hamburger {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 12%;
  top: 50%;
  transform: translate(-5%, -50%);
  z-index: 4;
  transition: all 0.7s ease;
}

.bars {
  margin-right: -1.5rem;
}

.nav-links {
  display: flex;
  list-style: none;
  position: static;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 12%;
  padding-left: 5%;
}

.nav-links li {
  position: relative;
}

.nav-links li a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.nav-links li a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
  color: #eeeeee;
  font-size: 1rem;
  text-decoration: none;
}

.nav-links li a:hover {
  color: #eeeeee;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #eeeeee;
  position: absolute;
  transition: all ease-in-out 250ms;
  margin: 0 0 0 10%;
  bottom: -0.5rem;
}

.nav-links li a:hover::before {
  width: 80%;
}

/*Styling logo*/
.logo {
  padding: 15px;
  padding-left: 12%;
  text-align: center;
}

.logo a {
  position: relative;
  width: 120px;
}

.logo a .logo-image {
  height: 4rem;
}

.logo a .logo-icon {
  height: 2rem;
  top: -54px;
  left: 27px;
  position: absolute;
  animation: 4s infinite dwell linear;
}

@keyframes dwell {
  0% {
    transform: translateX(16px) rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: translateX(16px) rotate(30deg);
  }
}
/*Styling Hamburger Icon*/
.hamburger div {
  padding-right: 12%;
  width: 30px;
  height: 3px;
  background: #eeeeee;
  transition: all 0.3s ease;
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.bars {
  width: 80px;
  cursor: pointer;
}

.bars .line {
  fill: none;
  stroke: #eeeeee;
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

.bars .line.top {
  stroke-dasharray: 40 172;
}

.bars .line.middle {
  stroke-dasharray: 40 110;
}

.bars .line.bottom {
  stroke-dasharray: 40 172;
}

.bars.active .top {
  stroke-dashoffset: -132px;
}

.bars.active .middle {
  stroke-dashoffset: -71px;
}

.bars.active .bottom {
  stroke-dashoffset: -132px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  background-color: #1d232c;
}

html::-webkit-scrollbar-thumb {
  background: #fd7014;
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background-color: #1d232c;
}

textarea::-webkit-scrollbar-thumb {
  background: #fd7014;
}

.particles {
  z-index: 1;
  opacity: 0;
}

.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader-container h2 {
  margin-top: 1rem;
  color: #eeeeee;
}

.loader-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d232c;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  animation: bounce 2s infinite;
  text-align: center;
}
.loader-circle h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #eeeeee;
  font-size: 5rem;
}
.loader-circle h2::after {
  content: "सा";
  animation: changeText 4s 0s infinite;
}

.modal-container {
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.modal-container .msg-modal {
  height: 12rem;
  width: 20rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: space-evenly;
  background-color: #191b21;
  border-radius: 0.5rem;
}
.modal-container .msg-modal p {
  font-size: 18px;
  font-family: "Cormorant Infant", sans-serif;
}
.modal-container .msg-modal button {
  padding: 0.6rem 1.6rem;
  background-color: #fd7014;
  color: #fff;
  border-radius: 0.2rem;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.modal-container .msg-modal button:hover {
  transition: 0.4s;
  background-color: #eeeeee;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes changeText {
  from {
    content: "सा";
  }
  14% {
    content: "रे";
  }
  28% {
    content: "ग";
  }
  42% {
    content: "म";
  }
  56% {
    content: "प";
  }
  70% {
    content: "ध";
  }
  84% {
    content: "नी";
  }
  to {
    content: "सा";
  }
}
@media only screen and (max-width: 1023px) {
  #home .container .col-1 h1 {
    margin-top: 6rem;
  }
  .hamburger {
    display: block;
  }
  .nav-links {
    display: flex;
    list-style: none;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-direction: column;
    position: fixed;
    background-color: #fd7014;
    height: 100%;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 0.5s ease-out;
    pointer-events: none;
  }
  .nav-links li a {
    font-size: 1.5rem;
  }
  .nav-links li {
    position: relative;
    opacity: 0;
  }
  .nav-links li a::before {
    height: 4px;
    bottom: 0;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #home .container .col-1 h1 {
    margin-top: 6rem;
  }
  .navbar,
  .nav,
  .nav-span {
    height: 5rem;
  }
  .scroll {
    display: none;
  }
  .logo {
    margin-top: -10px;
    padding-left: 5%;
  }
  .hamburger {
    right: 5%;
  }
  .bars {
    width: 60px;
  }
  .footer-text {
    font-size: 0.8rem !important;
  }
  .container {
    flex-direction: column;
    padding: 5% !important;
  }
  .section-box {
    background-color: rgba(29, 35, 44, 0.8);
    margin: 1rem 5%;
    border-radius: 0.4rem;
    scroll-margin-top: 5.5rem;
  }
  .heading-design {
    width: 8rem;
    margin-bottom: 1rem;
  }
  .title {
    font-size: 2.5rem !important;
  }
  .heading {
    font-size: 2rem;
    padding-top: 1rem;
  }
  .sub-heading {
    font-size: 1.4rem;
  }
  .para {
    font-size: 1rem !important;
  }
  #about .container .col-2 img {
    margin-top: 0rem;
  }
  #achievements .container .col-1 ul,
  #concerts .container .col-1 ul {
    gap: 1.2rem;
  }
  #achievements .container .col-1 ul li,
  #concerts .container .col-1 ul li {
    padding-left: 2rem;
  }
  #achievements .container .col-1 ul li::before,
  #concerts .container .col-1 ul li::before {
    position: absolute;
    font-size: 0.6rem;
    content: "○";
  }
  #music .container .video {
    flex-basis: 100%;
    width: 100%;
  }
  .pswp-gallery a {
    padding: 0.4rem;
    flex-basis: 100% !important;
  }
  .pswp-gallery a .content-details {
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
  }
  #contact .container .col-1 {
    min-height: 50vh;
  }
  #contact .container .col-1 h2 {
    margin-bottom: 1rem !important;
  }
  #contact .container .col-1 .social div {
    width: 100% !important;
    gap: 1rem;
  }
  #contact .container .col-1 .social div a {
    height: 4rem !important;
    width: 4rem !important;
  }
  #contact .container .col-1 .social div a img {
    width: 2rem !important;
  }
  #contact .container .col-2 {
    margin-top: 4rem;
  }
  #contact .container .col-2 form .name button,
  #contact .container .col-2 form .name input,
  #contact .container .col-2 form .name label,
  #contact .container .col-2 form .mobile button,
  #contact .container .col-2 form .mobile input,
  #contact .container .col-2 form .mobile label,
  #contact .container .col-2 form .email button,
  #contact .container .col-2 form .email input,
  #contact .container .col-2 form .email label,
  #contact .container .col-2 form .message button,
  #contact .container .col-2 form .message input,
  #contact .container .col-2 form .message label,
  #contact .container .col-2 form .submit button,
  #contact .container .col-2 form .submit input,
  #contact .container .col-2 form .submit label {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 1599px) {
  .container {
    padding: 5% !important;
  }
  .section-box {
    margin: 1rem 5%;
    border-radius: 0.5rem;
    scroll-margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 1365px) {
  .container {
    padding: 5% !important;
  }
  .section-box {
    margin: 1rem 5%;
    border-radius: 0.5rem;
    scroll-margin-top: 5.5rem;
  }
  .heading-design {
    width: 8rem;
    margin-bottom: 1rem;
  }
  .title {
    font-size: 3rem !important;
    text-shadow: 2rem 1rem rgba(238, 238, 238, 0.05) !important;
  }
  .heading {
    font-size: 2rem;
    padding-top: 2rem;
    text-shadow: 0 1rem rgba(238, 238, 238, 0.05) !important;
  }
  .sub-heading {
    font-size: 1.4rem;
  }
  .para {
    font-size: 1rem !important;
  }
  #achievements .container .col-1 ul,
  #concerts .container .col-1 ul {
    gap: 1.2rem;
  }
  #achievements .container .col-1 ul li,
  #concerts .container .col-1 ul li {
    padding-left: 2rem;
  }
  #achievements .container .col-1 ul li::before,
  #concerts .container .col-1 ul li::before {
    position: absolute;
    font-size: 0.6rem;
    content: "○";
  }
  .pswp-gallery a {
    padding: 0.4rem;
    flex-basis: 50%;
  }
  .pswp-gallery a .content-details {
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0.4rem;
  }
  #contact .container .col-1 {
    min-height: 50vh;
  }
  #contact .container .col-1 h2 {
    margin-bottom: 1rem !important;
  }
  #contact .container .col-1 .social div {
    gap: 0.5rem;
  }
  #contact .container .col-1 .social div a {
    height: 4rem !important;
    width: 4rem !important;
  }
  #contact .container .col-1 .social div a img {
    width: 2rem !important;
  }
  #contact .container .col-2 form .name input,
  #contact .container .col-2 form .name label,
  #contact .container .col-2 form .mobile input,
  #contact .container .col-2 form .mobile label,
  #contact .container .col-2 form .email input,
  #contact .container .col-2 form .email label,
  #contact .container .col-2 form .message input,
  #contact .container .col-2 form .message label,
  #contact .container .col-2 form .submit input,
  #contact .container .col-2 form .submit label {
    font-size: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */