@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');

.bg-blue {
  background-color: rgb(95, 71, 231);
  border-color: rgb(95, 71, 231);
}

.color-blue,
.active {
  color: rgb(95, 71, 231) !important;
}

body {
  overflow-x: hidden;
  background-color: #efe6e6;
}

/* ~~~~~~~~~~~~ Font Import ~~~~~~~~~~~~~~~ */
.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Parisienne-Regular';
  src: url('text/Parisienne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TrajanPro';
  src: url('text/TrajanPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.trajan_pro {
  font-family: TrajanPro, sans-serif;
}

@keyframes blobMove {

  0%,
  100% {
    border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%;
    transform: translateY(0px);
  }

  33% {
    border-radius: 50% 50% 60% 40% / 60% 40% 50% 50%;
    transform: translateY(-15px);
  }

  66% {
    border-radius: 45% 55% 40% 60% / 50% 60% 40% 50%;
    transform: translateY(15px);
  }
}

@keyframes rotate360 {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(-360deg);
  }
}

.margin_top-reducer {
  margin-top: -2rem;
}

/* ~~~~~~~~~~~~ Section Heading Design ~~~~~~~~~~~~~~ */
.section_heading {
  position: relative;
  padding: 2vw 0;
  text-align: center;

}

.section_heading h1 {
  font-family: 'TrajanPro', sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  position: relative;
  z-index: 1;
  font-size: 6vw;
  font-weight: 400;
}

.section_heading span {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: gray;
}

.span1 {
  margin: 3rem 0px 5rem 0px;
}

.span2 {
  margin: 5rem 0px 0rem 0px;
}

.span2 h1,
.span5 h1,
.span6 h1 {
  font-size: 4rem
}

.span3 {
  margin: 5rem 0px 3rem 0px;
}

.span4 {
  margin: 5rem 0px 0rem 0px;
}

.span4 h1 {
  font-size: 5rem
}

.span5 {
  margin: 5rem 0px 3rem 0px;
}


.section_heading .decorator {
  display: flex;
  align-items: center;
  justify-content: center;
  /*  margin-bottom: 1rem;*/
}

.section_heading .decorator hr {
  flex: 1;
  /* grows/shrinks automatically */
  border: 0;
  border-top: 2px solid black;
  margin: 0 1rem;
  max-width: 50px;
  /* prevents absurdly long lines on big screens */
}

.tint {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 71, 231, 0.4);
  top: 0;
}

.bubble {
  width: 90%;
  padding-top: 90%;
  margin-top: 10%;
  /*      height: 300px;*/
  background: url('https://www.kathadance.org/wp-content/uploads/IMG_4500-2-scaled-2048x0-c-center.jpg') no-repeat center/cover;
  border-radius: 40% 60% 55% 45% / 55% 45% 55% 45%;
  /* blobby shape */
  animation: blobMove 6s infinite ease-in-out;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.banner-content small b {
  gap: 10px
}

.glass-box {
  background: rgba(255, 255, 255, 0.15);
  /* semi-transparent */
  backdrop-filter: blur(10px);
  /* the actual glass effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari being special, as usual */
  border-radius: 10px;
  z-index: +99;
}

.bor2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.size6 {
  width: 75px;
  height: 75px;
}

.flex-col-c-m {
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.l2-txt1 {
  font-family: Lato-Bold;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.p-b-9 {
  padding-bottom: 9px;
}

.s2-txt4 {
  font-size: 12px
}

.goog-te-gadget-icon {
  display: none;
}


.goog-te-gadget-simple {
  background-color: #ecebf0 !important;
  border: 0 !important;
  font-size: 10pt;
  font-weight: 800;
  display: inline-block;
  padding: 5px 10px !important;
  cursor: pointer;
  zoom: 1;
  border-radius: 50px;
  font-size: 12px;
  margin-top: 7px;
}


.goog-te-gadget-simple span {
  color: #3e3065 !important;
  font-size: 11px;
  /*         display: none;*/
}

.blob {
  width: 200px;
  height: 200px;
  border: 10px solid #151515;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  /* irregular blob */
  background: url('https://www.kathadance.org/wp-content/uploads/IMG_4500-2-scaled-2048x0-c-center.jpg') center/cover no-repeat;
  /*  animation: blobMorph 6s infinite ease-in-out;*/
}


.circle {
  width: 175px;
  height: 175px;
  border: 10px solid #dbdbdb;
  border-radius: 50%;
  transform: translate(-10px, -10px) scale(1.5);
  position: absolute;
}

/* ============== Button ==================*/
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
  height: auto;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: white;
  border-radius: 50px;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.425rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #282936;
  border-right: 0.125rem solid #282936;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.35rem 0;
  /*  margin: 0 0 0 1.85rem;*/

  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: #282936;
  transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
  color: #282936;
}

@supports (display: grid) {
  #container {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}

/* ============== End Of Button Design ==================*/
.slick-list {
  overflow: visible;
  /*  overflow-x: clip;*/
}

.swiper-slide {
  width: 650px;
  margin: 0px 20px;
}

.swiper-slide .card {
  max-width: 95%;
}

@media (max-width: 768px) {
  .swiper-slide .card {
    max-width: 100%;
  }

  article p {
    color: #5b5b5b;
  }
}

@media (max-width:567px) {
  .about_blob {
    width: 100% !important;
    height: 400px !important;
  }
}

/* ============== About us Blob Element ==================*/
.about_blob {
  width: 500px;
  height: 500px;
  border-radius: 45% 55% 70% 30% / 30% 60% 40% 70%;
  /*border-radius: 20px;*/
  /* magic blob */
  box-shadow: -20px -16px 10px rgb(0 0 0 / 32%);
}

.about_blob2 {
  width: 400px;
  height: 400px;
  background: url('https://images.unsplash.com/photo-1492562080023-ab3db95bfbce?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
  border-radius: 45% 55% 70% 30% / 30% 60% 40% 70%;
  /* magic blob */
  box-shadow: 20px 20px 8px rgb(0 0 0 / 18%);
}

.imageee {
  position: absolute;
  margin-top: 10rem;
  margin-left: 10rem;
}

.about_blob3 {
  width: 475px;
  height: 475px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Kathakali_-Play_with_Kaurava.jpg/1200px-Kathakali_-Play_with_Kaurava.jpg') center/cover no-repeat;
  border-radius: 45% 55% 70% 30% / 30% 60% 40% 70%;
  /* magic blob */
  box-shadow: 20px 20px 8px rgb(0 0 0 / 18%);

}

/* ============== End Of About us Blob Element ==================*/

/* ============== Contact Us ==================*/

.contact-card {
  text-align: center;
  padding: 20px 20px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  /*  transform: translateY(-100px);*/
  box-shadow: 0px 0px 10px -4px gray;
}

.icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8fa;
  border-radius: 8px;
}

.icon svg {
  width: 40px;
  height: 40px;
  fill: #516f90;
}

.contact-card h3 {
  font-size: 16px;
  color: gray;
  margin-bottom: 15px;
  font-weight: 500;
}

.phone-number,
.email,
.address {
  color: #2d3e50;
  margin-bottom: 10px;
}

.phone-number {
  font-size: 20px
}

.email {
  font-size: 20px word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}


/* ============== End Of Contact Us ==================*/


/* ============== Our Teams ==================*/
/*.team_container{margin-top:23rem}*/
.crew-carousel {
  width: 100%;
  /*  max-width: 1200px;*/
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin-top: 60px;
}

.crew-track {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.crew-card {
  position: absolute;
  width: 280px;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease;
  cursor: pointer;
}

.crew-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crew-card.center {
  z-index: 10;
  transform: scale(1.1);
}

.crew-card.left-1 {
  transform: translateX(-200px) scale(0.9);
  opacity: 0.8;
  filter: grayscale(80%);
}

.crew-card.left-2 {
  transform: translateX(-400px) scale(0.8);
  opacity: 0.6;
  filter: grayscale(100%);
}

.crew-card.right-1 {
  transform: translateX(200px) scale(0.9);
  opacity: 0.8;
  filter: grayscale(80%);
}

.crew-card.right-2 {
  transform: translateX(400px) scale(0.8);
  opacity: 0.6;
  filter: grayscale(100%);
}

.crew-card.hidden {
  opacity: 0;
  pointer-events: none;
}

.crew-info {
  text-align: center;
  margin-top: 40px;
}

.crew-name {
  font-size: 2.5rem;
  color: rgba(95, 71, 231, 0.7);
  /* deep orange */
}

.crew-role {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #8d83ed;
  letter-spacing: 0.1em;
}

.crew-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.crew-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8d83ed;
  /* orange tint */
  cursor: pointer;
}

.crew-dot.active {
  background: rgb(95, 71, 231);
}

.crew-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(95, 71, 231, 0.7);
  /* orange base */

  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: +11;
}

.crew-arrow:hover {
  background: rgba(170, 68, 0, 0.9);
  /* deeper orange hover */
}

.crew-left {
  left: 20px;
}

.crew-right {
  right: 20px;
}

/* ============== End Of Our Teams ==================*/


/* ============== Testimonial ==================*/

/*a:link,a:active,a:visited,a:hover{
  color:#3f51b5;
}*/

.outerdiv {
  width: 100%;
  /*    min-height: 100vh;*/
  /*    background: #EDF2F8;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerdiv {
  transform: scale(0.9);
  margin: 1rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-rows: repeat(2, 22rem);
  grid-template-columns: repeat(4, 17rem);
}

.eachdiv {
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  box-shadow: 5px 5px 20px #6d6b6b6b;

}

.div1 {
  background: #733FC8;
  grid-column: 1/3;
  grid-row: 1/2;
  background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
  background-repeat: no-repeat;
  background-position-x: 25rem;
}

.div2 {
  background: #49556B;
  grid-column: 3/4;
  grid-row: 1/2;
}

.div3 {
  background: white;
  grid-column: 4/5;
  grid-row: 1/3;
  color: black;
}

.div4 {
  background: white;
  grid-column: 1/2;
  grid-row: 2/3;
  color: black;
}

.div5 {
  background: #18202D;
  grid-column: 2/4;
  grid-row: 2/3;
}

.userdetails {
  display: flex;
}

.imgbox {
  margin-right: 1rem;
}

.imgbox img {
  border-radius: 50%;
  width: 2rem;
  border: 2px solid #cec5c5;
}

.detbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detbox p {
  margin: 0;
}

.detbox .name {
  color: hsl(0, 0%, 81%);
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
}

.detbox .name.dark {
  color: #49505A;
}

.detbox .designation {
  color: hsl(0, 0%, 81%);
  opacity: 50%;
  font-size: 0.8rem;
}

.detbox .designation.dark {
  color: #49505A;
}

.review h4 {
  font-size: 1.4rem;
  color: #F3DEFF;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.review.dark h4 {
  color: #4B5258;
}

.review p {
  font-size: 0.95rem;
  color: #F3DEFF;
  font-weight: 500;
  opacity: 50%;
  line-height: 1.5;
}

.review.dark p {
  color: #0e0e0e;
}

.attribution {
  font-size: 1rem;
  line-height: 1.5;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
}

.attribution a {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .innerdiv {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 800px) {
  .innerdiv {
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 600px) {
  .div1 {
    background-position-x: 10rem;
  }

  .innerdiv {
    display: flex;
    flex-direction: column;
    transform: scale(1);
    margin: 2rem;
    margin-bottom: 5rem;
  }

  .attribution {
    position: relative;
  }
}

/* ============== End Of Testimonial ==================*/


/* ============== Sponsership ==================*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-170px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-170px * 7));
  }
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /*  width: 960px;*/
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(170px * 14);
}

.slider .slide {
  height: 100px;
  width: 170px;
}

/* ============== End Of Sponsership ==================*/

.footer_menu ul li a {
  padding: 2px;
}







/* ============== Media Query ==================*/

@media only screen and (max-width: 1025px) {

  /*  Banner*/
  .banner-content {
    /*        padding: 3rem 0rem 3rem 3rem!important;*/
    width: 75%;
  }

  .about_bg {
    background-position: left !important
  }

  .img-box {
    width: 21% !important
  }

  /*  Event Detail*/
  .circle {
    width: 150px;
    height: 150px;
    transform: translate(-20px, -10px) scale(1.5);
  }

  .event-card-body {
    max-height: 170px;
  }

  .event-card-text {
    flex-direction: column;
  }

  /* .event-card-body p:nth-of-type(2) {
    display: none
  } */

  .event-card-body p:nth-of-type(1) {
    margin-bottom: 0px
  }

  .event-card-body .col-7 {
    padding-left: 25px
  }

  .event-card-body .col-7 h5 {
    font-size: 1rem
  }

  /*  Testimonial*/
  .innerdiv {
    transform: scale(0.8);
  }
}

@media (max-width:992px) {
  .crew-card {
    width: 235px;
    height: 340px;
  }
}

@media (max-width:834px) {
  footer ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 769px) {
  small {
    flex-wrap: wrap;
  }

  small b:last-child {
    flex: 0 0 100%;
    margin-top: .5rem;
  }

  .crew-carousel {
    margin-top: 0px;
  }

  .banner {
    height: 45vh !important;
  }
}

@media only screen and (max-width: 576px) {

  /*Navbar*/
  .navbar {
    top: 2% !important;
    left: 2% !important;
    border-radius: 10px !important;
    width: 96% !important;
  }

  .collapse {
    display: grid;
    justify-content: center !important;
    align-content: center;
    align-items: center;
    justify-items: center;
    padding: initial;
  }

  .mobile_logo img {
    width: 110px
  }

  /*  .glass-box{padding:0px 5px!important}*/
  /*  #socialmedia_bar{display:none}*/
  /*  .mobile_logo{display:block}*/
  /*  .desktop_logo{display:none}*/

  /*Banner*/
  .banner-content {
    width: 90% !important;
  }

  .banner-content h1 {
    font-size: 1.5rem !important;
  }

  .custom-shape-divider-bottom-1757525753 {
    overflow: hidden;
    padding-left: 0px
  }

  .buttons {
    width: 100% !important;
    justify-content: center !important;
  }

  .section_heading h1 {
    font-size: 8vw !important;
  }

  .swiper-slide {
    /* width: 350px !important; */
    margin: 0px 30px
  }

  .swiper {
    padding: 0px;
    padding-right: 0px !important
  }

  .circle {
    width: 100px;
    height: 100px
  }

  .event-card-body {
    max-height: 117px
  }

  .event-card-body .col-7 h5 {
    font-size: 0.8rem
  }

  .event-card-body p:nth-of-type(1) i {
    font-size: 12px
  }
  .event-card-body p:nth-of-type(3){
    font-size: 0.7rem;
  }

  .event_read_more {
    display: none !important
  }


  .about_para p {
    padding: 0px 10px !important;
  }

  .span2 {
    font-size: clamp(4.5rem, 10vw, 12rem) !important;
  }

  .span3 {
    font-size: clamp(3.5rem, 10vw, 12rem) !important;
  }

  /*  .gallery_container{display:none}*/

  .crew-carousel {
    margin-top: 0px;
    overflow-x: hidden;
    height: 330px
  }

  .crew-card {
    width: 180px;
    height: 280px;
  }

  .crew-card.right-1 {
    transform: translateX(100px) scale(0.9);
  }

  .crew-card.right-2 {
    transform: translateX(200px) scale(0.8);
    z-index: -1;
  }

  .crew-card.left-1 {
    transform: translateX(-100px) scale(0.9);
  }

  .crew-card.left-2 {
    transform: translateX(-200px) scale(0.8);
    z-index: -1;
  }

  .theater-gallery img{height:300px!important}

  .gallery-image {
    padding: 0px !important
  }

  .img-box {
    margin: 5px !important;
    height: 150px !important;
    width: 30% !important
  }

  .innerdiv {
    transform: scale(1);
    margin: 1rem
  }

  .eachdiv {
    padding: 1rem
  }

  .detbox .name {
    font-size: 1rem
  }

  .review h4 {
    font-size: 1.1rem
  }

  .review p {
    font-size: 0.8rem
  }

  .sponsership_container {
    padding: 0px
  }

  .bubble {
    margin: 0px auto;
  }

  .parallax {
    display: none;
    min-height: 45vh;
    background-size: 150% !important;
    background-attachment: local;
    background-repeat: no-repeat;
    margin-top: 30px;
  }

  .bg_circle {
    left: -50% !important;
    top: -2% !important;
    width: 450px !important;
    height: 450px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px
  }

  .contact-us {
    padding: 0 10%;
  }

  /*  .contact-us div div{flex-direction: row!important;}*/
  .contact_sec {
    flex-direction: row !important;
    gap: 15px;
    justify-content: start;
    margin-bottom: 10px
  }

  .contact_sec img {
    width: 30px
  }

  .contact_sec b {
    text-align: left;
    margin-top: 0px
  }

  .contact-form .mb-3 {
    margin-bottom: 0px !important
  }

  .crew-info {
    margin-top: 20px
  }

  .crew-name {
    font-size: 2rem
  }

  .crew-role {
    font-size: 1rem;
  }

  .slider::before,
  .slider::after {
    background: initial;
  }

  /*  .team_container{margin-top:0rem}*/
  .footer-social-icon li {
    transform: translateX(0px) !important;
  }

  .footer_bed {
    padding: 1% 5% !important;
    flex-direction: column !important;
    text-align: center !important;
    font-size: 0.8rem;
  }

  footer ul {
    gap: 0px;
  }
}

@media (max-width:425px) {
  .parallax {
    display: none;
  }


}


footer ul {
  list-style-type: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer ul li a {
  text-wrap: nowrap;
}

footer ul li {
  display: inline;
  margin-right: 40px;
  padding: 5px;
}

footer ul li a {
  text-decoration: none;
  color: gray;
}

@media (max-width:768px) {
  footer ul li {
    margin-right: 25px;
  }
}

@media (max-width:576px) {
  footer ul li {
    margin-right: 40px;
    line-height: 44px;
  }
}

@media (max-width:426px) {
  footer ul li {
    line-height: 25px;
  }
}

@media (max-width:321px) {
  small {
    font-size: 0.68rem;
  }
}