@font-face {
  font-family: "teaminnovationbd";
  src: url("fonts/Matroska.ttf") format("truetype");
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "teaminnovationsemibd";
  src: url("fonts/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "teaminnnovationp";
  src: url("fonts/HelveticaNowDisplay-Thin.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "teaminnnovationpan";
  src: url("fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Safari-specific Support */
@supports (-webkit-touch-callout: none) {
  .mob_nav,
  .header_links,
  .navlogo,
  .ftr_links,
  .s_links,
  .contactformcontainer,
  .iconset,
  .fieldcontainer,
  .single_specs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .sidemenu,
  .moblinks,
  .single_cta,
  .contactformcontainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .fixed-element {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  .p_g1,
  .aboutusheader,
  .play,
  .pasteventweb {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  width: 100vw;
  overflow-x: hidden;
  background: #0b0b0b;
  scroll-behavior: smooth;
  color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

h1 {
  font-size: 10rem;
  font-family: "teaminnovationbd" , Arial, sans-serif;
}
h2 {
  font-size: 8rem;
  font-family: "teaminnovationbd" , Arial, sans-serif;
}
h3 {
  font-size: 8rem;
  font-family: "teaminnovationsemibd " , Arial, sans-serif;
  letter-spacing: -2.5px;

}
h4 {
  font-size: 6rem;
  font-family: "teaminnovationsemibd" , Arial, sans-serif;
}
h5 {
  font-size: 3rem;
  font-family: "teaminnovationsemibd" , Arial, sans-serif;
}
h6 {
  font-size: 2.5rem;
  font-family: "teaminnnovationp" , Arial, sans-serif;
  letter-spacing: 2px;
}
p {
  font-size: 1.6rem;
  font-family: "teaminnnovationpan" , Arial, sans-serif;
  color: #c8c8c8;
  letter-spacing: 1.2px;
}
a {
  font-size: 1.6rem;
  font-family: "teaminnnovationp" , Arial, sans-serif;
  text-decoration: none;
  color: white;
}

/* Image Optimizations for Safari */
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.imgabts img,
.imgupcmg img,
.artist_img img,
.single_flyer img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}






ul li::marker{
  vertical-align: middle;
}
main{
  position: relative;
  overflow-x: hidden;
}
.mob_nav {
  position: fixed;
  width: 95vw;
  padding: 0.5rem 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  z-index: 10;
  background: rgba(134, 134, 134, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(84, 84, 84, 0.3);
  color: #fff;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 2rem;
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

.moblogo{
  width: 16rem;
}
.moblogo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hamburger {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  cursor: pointer;
  position: relative;
  z-index: 11;
}


.hamburger span {
  width: 4rem;
  height: 0.2rem;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}


.sidemenu {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  z-index: 9;
  width: 98vw;
  height: 95vh;
  background: rgba(54, 53, 53, 0.34);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(84, 84, 84, 0.3);
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 50%;
  top: -100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  will-change: transform;
}


.moblinks {
  width: 100%;
  padding: 4rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidemenu .moblinks ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sidemenu .moblinks ul li {
  list-style:none;
  overflow: hidden;
}
.sidemenu .moblinks ul li a {
  font-size: 3.8rem;
  padding: 0.5rem;
  position: relative;
  transition: ease-in-out 0.8s;
}






.p_g1 {
  position: relative;
  width: 100vw;
  min-height: 100vh;
}
nav {
  position: fixed;
  width: 90vw;
  padding: 0.5rem 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  align-items: center;
  z-index: 10;
  background: rgba(134, 134, 134, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(84, 84, 84, 0.3);
  color: #fff;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 2rem;
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

nav .header_links a {
  font-family: "teaminnovationbd";
  font-size: 1.3rem;
}
nav div {
  width: 100%;
}
.header_links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.navlogo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.navlogo div {
  width: 12rem;
}

.navlogo img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  object-fit: contain;
}
header {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0rem;
  z-index: 1;
}
.videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.videocontainer video {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


header h1 {
  position: absolute;
  bottom: 6rem;
  text-align: center;
  width: 100vw;
  z-index: 2;
  /* mix-blend-mode: difference; */
  line-height: 1;
}
.p_g2 {
  width: 100vw;
  min-height: 100vh;
  z-index: 2;
  position: relative;
  /* padding: 8rem 10rem; */
}
.bgev {
  font-size: 10rem;
  color: #5f5f5f30;
  position: absolute;
  top: 0rem;
  font-family: "teaminnovationbd";
  z-index: -1;
  display: block;
    text-align: center;
    width: 100%;
}
.uptitle {
  text-align: center;
  padding: 6rem 8rem 5rem 8rem;
  font-size: 5rem;
}



.swpr {
  position: relative;
  display: flex;
  overflow: hidden;
}

/* Initially hide the button */
.hover-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 2.5rem;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hover-btn a h6{
  color: black;
}
.crsl{
  position: relative;
}

.loop .item {
  position: relative;
}


.loop .item:hover img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

.item:hover .hover-btn {
  display: block;
  opacity: 1;

}
.hover-btn:hover {
  background-color: rgba(255, 255, 255, 1); /* Slight color change on hover */
  transform: translate(-50%, -50%) scale(1.1); /* Add a slight scale effect */
}


.loop .item{
  width: 65vw;
  height: 75vh;
}
.loop .item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upcomingtitleimagecontainer {
  display: flex;
  gap: 8rem;
  min-width: 100vw;
  min-height: 100vh;
  align-items: center;
  background: #121212;
  transition: transform 0.5s ease;
  justify-content: center;
}
.upcomingtitleimagecontainer img{
  width: 80%;
}
.leftupcoming {
  width: 100%;
  height: 100%;
}
.leftupcoming img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rightupcoming {
  width: 120%;
  padding-right: 8rem;
}
.dateupcoming {
  padding: 1rem;
  border: 0.1rem solid white;
  display: inline-block;
}
.dateupcoming h5{
  font-size: 2rem;
}
.dateupcoming sup {
  font-size: 1.4rem;
}
.flexbuttons {
  padding: 5rem 0rem;
  display: flex;
  align-items: center;
}

.grabbtn {
  padding: 1rem;
  border: 0.1rem solid white;
  position: absolute;
  bottom: 0rem;
}
.arrslider {
  position: absolute;
  display: flex;
  gap: 5rem;
  bottom: 4rem;
  right: 5%;
}
.circular-text {
  display: inline-block;
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
}

@-webkit-keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateText {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.arrslider h1 {
  font-size: 4rem;
  color: #e1e1e1;
}
.pre,
.next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pre span,
.next span {
  font-size: 8rem;
  line-height: 0.5;
}
.next h1 {
  color: #262626;
}

.p_g3 {
  padding: 6rem 0rem 0rem 10rem;
}
.hm_abtscontainer {
  display: flex;
  min-height: 100vh;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
}
.abtsleft {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abtsleft > div h3{
  line-height: 1;

}
.abtsleft > div h6{
  margin-top: 2rem;
}
.abts_video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0rem;
  left: -10rem;
  z-index: -1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.abts_video video {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.abtsimgcontainer {
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}
.abtsimgcontainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.row {
  width: 50%;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}
.vertcon {
  width: 100%;
  /* background: #f20a72; */
  background: #f20a72ce;
  padding: 2rem 0rem 4rem 0rem;
  overflow: hidden;
  padding: 3rem;
}
.vertflex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}
/* 
.vertflex h3{
  font-size: 30rem;
  position: relative;
  left: -6rem;
} */
.vertflex h3 {
  font-size: 8rem;
  position: relative;
  transform: rotate(-90deg);
  /* left: -6rem; */
}
.vertflex h6 {
  text-align: center;
  font-size: 2.2rem;
}

.gallbutton {
  position: absolute;
  bottom: 30%;
  right: -12rem;
  z-index: 1;
}
.ar {
  width: 25rem;
  height: 25rem;
  background: rgba(255, 255, 255, 0.2); /* Semi-transparent white background */
  border-radius: 50rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Light border */
}
.ar span {
  position: absolute;
  font-size: 10rem;
}

.create,
.celebrate {
  background: #1b1b1b;


  background: rgba(6, 6, 6, 0.2); /* Semi-transparent white background */
  /* border-radius: 50rem; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
  /* border: 1px solid rgba(255, 255, 255, 0.3);  */
}

.pastevents {
  display: flex;
  padding: 12rem 10rem 12rem 10rem;
  gap: 8rem;
  align-items: center;
  width: 100vw;
  height: auto;
}

.pevel {
  padding: 4rem;
  border-radius: 50%;
  border: 0.1rem solid white;
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  width: 20rem;
  height: 20rem;
}
.pevel a {
  text-align: center;
}
.pever p{
  text-align: justify;
}
.pever {
  text-align: center;
}
.pever h2{
  font-size: 5rem;
} 
.pever h6{
  letter-spacing: 2rem;
}
.pever p{
  text-align: center;
}
.nonloop {
  position: relative;
}

.item {
  width: 50vw;
  height: 60vh;
  position: relative;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_g5{
  padding: 10rem 10rem 0rem 10rem;
  margin: auto;
  position: relative;
  /* margin-top: 8rem; */
}
.artlist{
  width: 50vw;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.artline{
  width: 100%;
}
.artline img{
  width: 100%;
  height: 100%

}
.framecontainer{
  width: 100%;
  height: 100vh;
  padding: 8rem 30rem;
}
.move {
  transition: transform 0.1s ease; /* Smooth the movement */
}
.divine{
  position: absolute;
  width: 25vh;
  height: 25vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 50%;
}

.adnan{
  position: absolute;
  width: 25vh;
  height: 25vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 10%;
  right:10%;
  filter: blur(0px);
}
.nora{
  position: absolute;
  width: 20vh;
  height: 33vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 34%;
  right: 2%;
  filter: blur(0px);
}
.sunidhi{
  position: absolute;
  width: 25vh;
  height: 25vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 20%;
  left: 10%;
}
.farhan{
  position: absolute;
  width: 10vh;
  height: 10vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 5%;
  filter: blur(2px);
}
.krsna{
  position: absolute;
  width: 15vh;
  height: 15vh;
  border-radius: 0.1rem;
  overflow: hidden;
  top: 55%;
  right: 10%;
  filter: blur(2px);
}
.divine img, .adnan img , .nora img, .sunidhi img, .farhan img, .krsna img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crsl .owl-prev,
.crsl .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0a69ed;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  position: absolute;
}
.crsl .owl-prev {
  left: 50rem;
  bottom: -10px;
  font-size: 4rem !important;
}
.crsl .owl-next {
  right: 50rem;
  bottom: -10px;
  font-size: 4rem !important;
}


/* Styles for the dots container */
.owl-carousel .owl-dots {
  text-align: center; /* Center the dots */
  /* margin-top: 30px;  */
  z-index: 1000;
  padding: 2rem;
}

/* Styles for each dot */
.owl-carousel .owl-dot {
  display: inline-block; 
  width: 0.3rem; 
  height: 0.3rem; 
  margin: 5px; 
  background: #4c4c4c !important; 
  cursor: pointer; 
  transition: 0.2s ease;
  border-radius: 2rem;
}

/* Styles for the active dot */
.owl-carousel .owl-dot.active {
  background-color: #ffffff !important; 
  width: 1.5rem;
  border-radius: 2rem;
  transition: 0.2s ease;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */
.prev-slide, .next-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  /* background: rgba(0, 0, 0, 0.5); */
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 100;
}

.prev-slide {
  left: 0;
}
.next-slide {
  right: 0;
}

.crsl:hover .prev-slide, .crsl:hover .next-slide {
  opacity: 1;
}

.hov_slider{
  padding: 4rem;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.1); /* Light translucent background */
  backdrop-filter: blur(12px); /* Increase the blur for better effect */
  -webkit-backdrop-filter: blur(12px); /* Safari support for blur effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle white border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */


  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}
.hov_slider h6{
  font-size: 1.8rem;
}
/* ================================================================================================================================ */

.pages-p_g2 {
  position: relative;
}
.pages-p_g2 h3{
  padding: 4rem 10rem;
  padding-bottom: 0rem;
}
.pages-p_g2 p{
  padding: 0rem 10rem 8rem 10rem ;
  text-align: center;
}
.pages-p_g2 .row {
  display: flex;
  width: 100vw;
  gap: 1rem;
}
.column{
  width: 100%;
  
}




.footer {
  background-color: #141414;
  padding: 8rem ;
}
.ftr_links{
  display: flex;
  justify-content: space-between;
  padding: 3rem 0rem;
}
.nav_ftr_links ul{
  display :flex;
  gap: 4.5rem;
}

/* .nav_ftr_links ul li{
  display: flex;
  align-items: center;
}
.nav_ftr_links ul li::marker {
  vertical-align: middle;
  line-height: 1;
} */

.nav_ftr_links ul li a h6{
  font-size: 2rem;
  display: inline-block;
}
.tag h4{
  font-size: 2.4rem;
  padding: 1rem 2rem 2rem 0rem;
}
.tag h3{
position: relative;
z-index: 2;
}
.tag h1{
position: relative;
z-index: 2;
font-size: 5rem;
line-height: 1.2;

}
.tag .ftr_logo{
  /* background: #eb0a70; */
  position: relative;
  display: inline-block;
}
.tag .ftr_logo .bg_state{
  background-color: #eb0a70;
  position: absolute;
  width: 125%;
  left: -20%;
  height: 100%;
  top: 0rem;

}
.s_links{
  display: flex;
  gap: 1.5rem;
}
.s_links a div{
 width: 4rem ;
 height: 4rem;
 border: 2px solid white;
 border-radius: 20rem;
 display: flex;
 justify-content: center;
 align-items: center;
}

.s_links a div img{
  filter: invert(100%) brightness(200%);
  width:2rem ;
}
.ftr_copy{
  border-top: 1px solid rgb(69, 69, 69);
  padding: 2rem 0rem 0rem 0rem;
}





.aboutusheader{
  position: relative;
  height: 100vh;
  width: 100vw;
}
.imgabts {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: auto;
}
.imgabts img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links{
  margin: auto;
  text-align: center;
  height: 10vh;
  width: 100%;
  position: absolute;
  bottom: 2rem;
}
.links ul {
  display: flex;
  height: 10vh;
  gap: 4rem;
  justify-content: center;
  align-items: center;
}
.links ul li{
  list-style: none;
}
.abtscon{
  position: absolute;
  bottom: 20vh;
  margin: auto;
  text-align: center;
}
.abtscon h2{
  font-size: 5rem;
}
.abtscon h6 {
  left: 0rem;
}


.abts_pg2{
  width: 100vw;
  padding: 8rem ;
  position: relative;
}
.abtsmain{
  display: flex;
  width: 100%;
  gap: 8rem;
}
.abtsl{
  width: 100%;
}
.abtsr{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: space-between;
}
.imgconabtsl{
  width: 100%;
  height: 100%;
  position: relative;
}
.imgconabtsl img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abtsr h6{
  font-size: 1.8rem;
  text-align: justify;
  padding-top: 4rem;
}
.tialign {
  position: absolute;
  top: 5%;
  left: -4rem;
}
.tialign h2{
  line-height: 1.2;
  font-size: 6.5rem;
}
.imgconabtsr{
  height: 75%;
}
.imgconabtsr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fndr{
  position: absolute;
  top: 33vh;
  /* background: black; */
  border: 0.2rem solid white;
  right: 31vw;
}

.abts_pg3{
  width: 100vw;
  height: 100vh;
  position: relative;
}
.quotee{
  width: 100vw;
  height: 100vh;
  position: relative;
}
.quotee img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abts_pg3 h2 {
  font-size: 5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Blur effect */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Optional border for definition */
  padding: 1rem; /* Padding for spacing */
  border-left: none;
  width: 100%;




  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.play{
  display: flex;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.thumbnail{
  width: 33.33vw;
  height: 100vh;
  position: relative;
}
.thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.thumbnail a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12rem;
  border-radius: 50rem;
  text-align: center;
  transition: 0.2s ease-in;
}
.thumbnail:hover a{
  border: 0.2rem solid rgb(56, 56, 56);
  transition: 0.3s ease-in;
  background: rgba(181, 181, 181, 0.104);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);



    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* -webkit-transform: translateZ(0); */
    /* transform: translateZ(0); */
    will-change: transform;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.upg1{
  min-height: 100%;
}
.upcomingeve{
  position: relative;
}
.imgupcmg{
  width: 100vw;
  height: 70vh;
  position: relative;
}

.imgupcmg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10px -480px;
  /* object-position: bottom; */
}
.imggradient{
  position: absolute;
  width: 100vw;
  height: 15vh;
  bottom: 0rem;
  background: rgb(11,11,11);
background: linear-gradient(0deg, rgba(11,11,11,1) 5%, rgba(11,11,11,0.7288165266106443) 42%, rgba(0,212,255,0) 100%);
}
.imgupcmg h3{
  position: absolute;
  bottom: 2rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.upcomingeve h3{
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 6rem;
  bottom: 0rem;
  font-family: 'teaminnovationbd';
  mix-blend-mode: difference;
  color: #dcdcdc;
}


.cardcontainer{
  padding: 3rem 10rem 8rem 10rem ;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.cardcontainer h3{
  font-size: 4rem;
  text-align: center;
  font-size: 6rem;
  
}
.upcards{
  display: flex;
  gap: 5rem;
  padding: 2rem  5rem ;
  border: 0.1rem solid white;
  border-radius: 1rem;
  align-items: center;
  background: #020202;
  position: relative;
  
}
.txtcrd{
width: 70%;
display: flex;
flex-direction: column;
z-index: 1;

justify-content: space-evenly;
}
.txtcrd p{

}
.upcm{
  display: flex;
  gap: 3rem;
}
.upcmp p{
  font-size: 3rem;
}
.txtcrd h2{
  font-size: 3.5rem;
  text-transform: uppercase;
}
.txtcrd h6{
  font-size: 3.6rem;
}
.grabb{
  padding-top: 4rem;
}
.grabb a{
  padding: 1rem 1.8rem;
  border-radius: 0.5rem;
  border: 0.1rem solid white;

}
.flyer{
  width: 25%;
  height: auto;
  z-index: 1;
}
.flyer img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flyer_background{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 0;
  overflow: hidden;
}
.flyer_background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(30px);
}

/* .upcards img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.single_eve_container{
  padding: 15rem 10rem 5rem 10rem;
  display: flex;
  gap: 5rem;
}
.single_cta{
  display: flex;
  width: 70%;
  flex-direction: column;

}
.single_flyer{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.single_flyer img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0.5rem;
}
.ctasin{
  width: 100%;
  padding: 1rem;
}
.ctasin a{
  background: white;
  padding: 1rem;
  width: 100%;
  display: block;
  color: black;
  text-align: center;
  font-size: 2rem;
  border-radius: 0.5rem 
}

.single_detail{
  width: 30%;
  position: relative;
  /* border: 0.1rem solid white; */
}
.sing_container{
  width: 100%;
  height: auto;
  padding: 2rem;
  border: 0.1rem solid rgb(161, 161, 161);
  border-radius: 0.5rem;
}
.sing_container h3{
  font-size: 2.5rem;
  margin-bottom: 2.5rem;

}
.single_specs{
  display: flex;
  gap: 2.8rem;  
  margin-bottom: 1.2rem;

}
.single_specs p{
  font-size: 1.8rem;
}
.singleicons {
  display: flex;
  align-items: center;
}
.single_specs .singleicons img{
  width: 1.8rem;

}
.pricing sub{
  font-size: 1.6rem;
}






.sing_desc{
  padding: 0rem 10rem;
  padding-top: 0rem;
  width: 100%;
}
.spo{
  padding-top: 4rem ;

  width: 100%;
}

.artist_pics{
  height: 70vh;
}
.artist_img{
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.artist_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pasteventweb:hover img{
  filter: none !important;
}
.pasteventweb{
  width: 100% !important;
  height: 90vh !important;
}

.pasteventwebcontainer{
  padding: 8rem 0rem;
}

.ppstev .owl-prev{
  left: 8%;
  bottom: 50%;
}
.ppstev .owl-next{
  right: 8%;
  bottom: 50%;
  border: 0.1rem solid white;
}
.mobview{
  display: none !important;
}
.pasteventweb img{
  object-position: center;
}
.ppstevmob{
  display: none;
}

.contactformcontainer{
  display: flex;
  gap: 5rem;
  width: 100%;
}
.iconset{
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#contactForm{
  width: 60%;
}
#contactForm > p{
  margin-bottom: 4rem;
}
.fieldcontainer{
  display: flex;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.fieldcontainer div{
  width: 100%;
}
.fieldcontainer div input{
  width: 100%;
  padding: 1.5rem 2rem;
  border: 0.1rem solid white;
  font-family: 'teaminnnovationp', Arial, sans-serif;
  background: none;
  color: white;
}
.message{
  width: 100%;
}

.message textarea {
  width: 100%;
  border: 0.1rem solid white;
  padding: 1rem;
  background: none;
  color: white;
  font-family: 'teaminnnovationp', Arial, sans-serif;

}
#contactForm button{
  width: 100%;
  padding: 1rem;
  margin-top: 3rem;
  color: black;
}
#contactForm button p{
  color: black;
}

.contactuspartimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10px -600px;
}














/* ========================================================================================================================= 
*/

@supports (-webkit-touch-callout: none) {
  .p_g1,
  .aboutusheader,
  .play,
  .pasteventweb {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}




@media screen and (max-width: 480px) and (min-width: 300px) {
  html {
    font-size: 42%;
  }
  h1{
    font-size: 5rem;
  }
  h3{
    font-size: 5rem;
  }
  h5{
    font-size: 2rem;
  }
  p{
    font-size: 1.8rem;
  }
  a{
    font-size: 1.6rem;
    color: white;
  }
  .mob_nav{
    display: flex;
  }
  .sidemenu{
    flex-direction: column;
    /* display: flex; */
  }
  .asideanimation{
    flex-direction: column;
  }
  .links{
    width: 100vw;
    min-height: 60vh;
    padding: 12rem 3rem 2rem 3rem    
  }




  nav{
    display: none;
  }
  header h1{
    bottom: 15rem;
  }
  .p_g2{
    min-height: 100%;
  }
  .uptitle{
    padding: 4rem 2rem;
    font-size: 3.5rem;
  }
  .bgev{
    font-size: 6rem;
  }
  .item{
    height: auto;
    width: auto;
  }
  .hover-btn{
    width: 70%;
  }
  .hover-btn a h6{
    font-size: 1.6rem;
  }
  .loop .item{
    height: auto;
    width: 100%;
  }
  .crsl .owl-prev{
    left: 2rem;
    margin: 0;
    bottom: 0rem;
  }
  .crsl .owl-next{
    right: 2rem;
    margin: 0;
    bottom: 0rem;
  }
  .owl-carousel .owl-dots{
    margin: 0;
    padding: 2rem;
  }
  .p_g3{
    padding: 4rem 0rem 0rem 0rem;
    min-height: 100vh;
  }
  .hm_abtscontainer{
    flex-direction: column;
    gap: 8rem;
  }
  .abtsleft{
    width: 100%;
    padding: 4rem 0rem;
    height: 30vh;
  }
  .abtsleft > div{
    text-align: center;
  }
  .stats_row{
    width: 100%;
    height: 60vh;
  }
  .abts_video{
    left: 0rem;
  }
  .vertcon{
    padding: 1.5rem;
  }

  .pastevents{
    flex-direction: column-reverse;
    padding: 4rem 2rem 2rem 2rem;
    gap: 2rem;
  }
  .pever p{
    text-align: center;
  }
  .pever {
    text-align: center;
  }
  .pever h2{
    /* font-size: 5rem; */
    font-size: 4.5rem;
    line-height: 1;
  } 
  .pever h6{
    letter-spacing: 0.85rem;
    font-size: 2rem;
  }

  .p_g5{
    padding: 2rem 3rem;
  }
  .artlist{
    width: 100%;
    width: 100%;
  }
  .framecontainer{
    padding: 2rem;
    height: 50vh;
  }
  .farhan{
    width: 5vh;
    height: 5vh;
    display: none;
  }
  .adnan{
    width: 12vh;
    height: 9vh;
    top: 25%;
    right: 6%;
  }
  .sunidhi{
    width: 10vh;
    height: 10vh;
    left: 6%;
  }
  .nora{
    width: 12vh;
    height: 15vh;
    top: 75%;
    right: 3%;
  }
  .divine{

    width: 14vh;
    height: 14vh;
    top: 48%;
    left: 2%;
  }
  .krsna{
    width: 5vh;
    height: 5vh;  
    top: 80%;
    left: -2%;
    z-index: -1;
  }
  .move{
    z-index: -1;
    filter: blur(10px);
  }

  .pages-p_g2{
    padding: 2rem 0rem;
  }
  .pages-p_g2 p{
    padding: 2rem;
  }
  .gallery h4{
    font-size: 4rem;
    padding: 0rem 2rem;
  }
  .footer{
    padding: 2rem;
  }
  .tag h3{
    font-size: 4.5rem;
  }
  .tag h4{
    font-size: 2rem;
    padding-bottom: 0rem;
  }
  .ftr_links{
    flex-wrap: wrap;
    gap: 3rem;
  }
  .nav_ftr_links ul{
    gap: 1.5rem 3.5rem;
    flex-wrap: wrap;
  }


  .gallbutton {
    bottom: -51%;
    right: 36%; /* Move button closer to the center */
  }

  .ar {
    width: 16rem;
    height: 16rem; /* Further reduce size */
  }

  .ar span {
    font-size: rem; /* Adjust font size */
  }

  .circular-text svg {
    width: 200px;
    height: 160px; /* Adjust SVG size */
  }
  .circular-text svg text{
    fill: white;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .pages-p_g2 .row{
    height: 80vh;
  }
  .footer{
    position: relative;
    z-index: 4;
    padding: 4rem 2rem;
  }

  
  .imgupcmg{
    height: 55vh;
  }
  .upcomingeve h3{
    font-size: 3.5rem;
    text-align: center;
  }
  .imgupcmg img{
    object-position: center;
  }
  .cardcontainer{
    padding: 3rem 3rem;
  }
  .upcards{
    flex-direction: column;
    padding: 2rem;
  }
  .flyer{
    width: 100%;
  }
  .txtcrd{
    width: 100%;
  }
  .txtcrd h2{
    font-size: 3rem;
  }
  .grabb{
    padding: 0rem;
  }
  .grabb a{
    display: block;
    text-align: center;
    font-size: 2rem;
    
  }
  .txtcrd h6{
    font-size: 2.5rem;
    /* padding: 2rem 0rem; */
    /* border-bottom: 0.1rem solid rgb(130, 130, 130); */
    /* margin-bottom: 2rem; */
  }
  .upcm{
    padding: 1.5rem 0rem ;
    border-bottom: 0.1rem solid rgb(130, 130, 130); 
    margin-bottom: 2rem;
    align-items: center;
    gap: 2rem;
  }
  .upcm p{
    font-size: 2.4rem;

  }
  .single_eve_container{
    flex-direction: column;
    padding: 15rem 2rem 2rem 2rem;
    gap: 3rem;
  }
  .single_cta{
    width: 100%;
  }
  .single_detail{
    width: 100%;
  }
  .pricing  h5{
    font-size: 2.8rem;
  }
  .sing_desc{
    width: 100%;
    padding: 2rem;
  }
  .spo iframe{
    height: 18rem;
  }
  .artist_pics{
    height: 40vh;
  }
  .artist_img{
    width: 100%;
    height: 40vh;
  }
  .artist_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .imgabts{
    width: 90vw;
  }
  .abtscon{
    bottom: 15vh;
  }
  .abtscon h2{
    font-size: 4rem;
  }
  .abtslinks{
    padding: 2rem;
    height: auto;
  }
  .aboutusheader .links{
    min-height: auto;
  }
  .abtsmain{
    flex-direction: column;
    gap: 6rem;
  }
  .abts_pg2{
    padding: 2rem;
  }
  .imgconabtsl{
    width: 100%;
  }
  .tialign h2{
    font-size: 5rem;
  }
  .imgconabtsr{
    position: relative;
  }
  .fndr{
    top: -5vh;
    right: 8vw;
  }
  .abts_pg3 h2{
    font-size: 3rem;
  }
  .play{
    flex-direction: column;
    min-height: 100vh;
  }
  .thumbnail{
    width: 100vw;
    height: 33.33vh;
  }
  .thumbnail a{
    padding: 6rem;
    border: 0.2rem solid white;
  }
  .thumbnail img{
    object-position: 0vh -4vh;
  }

  .imgupcmg h3{
    width: 100%;
    padding: 2rem 3rem;
  }

  .flexpast{
    display: flex !important;
    flex-direction: column !important;
  }
  .pasteventweb{
    height: 90vh !important;
    width: 100%;
  }
  /* .ppstev .loop{
    display: none;
  }
  .ppstev{
    display: none;
  } */
  .tag h1{
    font-size: 3.2rem;
  }
  .cardcontainer h3{
    padding: 2rem 0rem 0rem 0rem ;
  }

  .ppstevmob {
    display: block;
  }
  .notmobview{
    display: none !important;
  }
  .mobview{
    display: block !important;
  }
  .ppstev .owl-prev{
    left:-3rem;
    bottom:50%;
  }
  .ppstev .owl-next{
    right:-3rem;
    bottom:50%;
  }
  .contactformcontainer{
    display: flex;
    flex-direction: column;
  }
  .iconset{
    width: 100%;
  }
  #contactForm{
    width: 100%;
  }
  .fieldcontainer div input {
    font-size: 1.8rem;
  }

}






/* Tablet Portrait (481px - 820px) */
@media screen and (min-width: 481px) and (max-width: 820px) {
  html {
    font-size: 45%;
  }

  h1 {
    font-size: 6rem;
  }

  h3 {
    font-size: 5.5rem;
  }

  /* Navigation */
  nav {
    display: none;
  }

  .mob_nav {
    display: -webkit-flex;
    display: flex;
    padding: 1rem 3rem;
  }

  /* Layout Sections */
  .p_g1 {
    min-height: 100vh;
  }

  /* .p_g2, .p_g3 {
    padding: 6rem 4rem;
  } */
  .p_g2{
    min-height: auto;
  }

  .p_g5 {
    padding: 8rem 4rem 0rem 4rem;
  }

  /* Header & Hero */
  header h1 {
    bottom: 12rem;
  }

  .uptitle {
    padding: 4rem 2rem;
    font-size: 4rem;
  }

  .bgev {
    font-size: 7rem;
  }

  /* Carousel & Items */
  .loop .item {
    width: 90vw;
    height: auto;
  }

  .hover-btn {
    width: 50%;
  }

  .p_g3{
    padding: 4rem 0rem ;
  }

  /* About Section */
  .hm_abtscontainer {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }

  .abtsleft {
    width: 100%;
    text-align: center;
  }

  .stats_row {
    width: 90%;
    margin: auto;
    padding: 4rem 0;
  }

  .abts_video{
    left: 0rem;
  }
  /* Cards & Content */
  .cardcontainer {
    padding: 3rem 4rem;
  }

  .upcards {
    padding: 3rem;
    gap: 3rem;
  }

  .txtcrd h2 {
    font-size: 3.5rem;
  }

  .txtcrd h6 {
    font-size: 3rem;
  }

  /* Artists Section */
  .framecontainer {
    padding: 4rem;
    height: 60vh;
  }

  .divine, .adnan, .sunidhi, .nora {
    width: 18vh;
    height: 18vh;
  }

  .move {
    z-index: 0;
    filter: blur(5px);
  }

  /* About Us Page */
  .imgabts {
    width: 60vw;
    height: 60vh;
  }

  .abtscon {
    bottom: 18vh;
  }

  .abtscon h2 {
    font-size: 4.5rem;
  }

  .abtsmain {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }

  .imgconabtsl {
    width: 100%;
    height: 40vh;
  }

  /* Contact Form */
  .contactformcontainer {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }

  .iconset, #contactForm {
    width: 100%;
  }

  /* Footer */
  .footer {
    padding: 6rem 4rem;
  }

  .ftr_links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .nav_ftr_links ul {
    gap: 3rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* Tablet Landscape (821px - 1024px) */
@media screen and (min-width: 821px) and (max-width: 1024px) {
  html {
    font-size: 50%;
  }

  h1 {
    font-size: 7rem;
  }

  /* Navigation */
  nav {
    width: 95vw;
    padding: 0.5rem 4rem;
  }

  /* Layout Sections */
  .p_g2, .p_g3 {
    padding: 8rem 6rem;
  }

  .p_g5 {
    padding: 10rem 6rem 0rem 6rem;
  }

  /* Carousel & Items */
  .loop .item {
    width: 80vw;
    height: 65vh;
  }

  /* Cards & Content */
  .cardcontainer {
    padding: 4rem 6rem;
  }

  .upcards {
    padding: 3rem 4rem;
  }

  .txtcrd {
    width: 65%;
  }

  .flyer {
    width: 30%;
  }

  /* About Section */
  .hm_abtscontainer {
    gap: 4rem;
  }

  .abtsleft {
    width: 60%;
  }

  .stats_row {
    width: 80%;
    margin: auto;
  }

  /* Artists Section */
  .framecontainer {
    padding: 6rem;
    height: 70vh;
  }

  .divine, .adnan, .sunidhi {
    width: 22vh;
    height: 22vh;
  }

  .nora {
    width: 20vh;
    height: 32vh;
  }

  /* About Us Page */
  .imgabts {
    width: 50vw;
    height: 70vh;
  }

  .abtscon {
    bottom: 20vh;
  }

  .imgconabtsl {
    width: 45vw;
    height: 45vh;
  }

  /* Single Event */
  .single_eve_container {
    padding: 12rem 6rem 4rem 6rem;
  }

  .single_cta {
    width: 65%;
  }

  .single_detail {
    width: 35%;
  }

  /* Contact Form */
  .contactformcontainer {
    gap: 5rem;
  }

  .iconset {
    width: 45%;
  }

  #contactForm {
    width: 55%;
  }

  /* Footer */
  .footer {
    padding: 6rem;
  }

  .nav_ftr_links ul {
    gap: 4rem;
  }
}

/* Safari-specific fixes for tablets */
@supports (-webkit-touch-callout: none) {
  .p_g1,
  .aboutusheader,
  .play,
  .pasteventweb {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }

  .sidemenu,
  .nav,
  .header_links {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }
}





















/* Large Desktop/4K Displays (>1921px) */
@media screen and (min-width: 1921px) and (min-height: 1000px) {
  html {
    font-size: 90%;
  }

  /* Typography */
  h1 {
    font-size: 10rem;
  }

  h2 {
    font-size: 10rem;
  }

  h3 {
    font-size: 9rem;
  }

  p {
    font-size: 2rem;
  }

  /* Navigation */
  nav {
    width: 90vw;
    padding: 0.5rem 3rem;    
    top: 3rem;
  }

  nav .header_links a {
    font-size: 1.4rem;
  }

  .navlogo div {
    width: 14rem;
  }

  /* Layout Containers */


  .p_g1 {
    min-height: 100vh;
  }

  .p_g2 {
    min-height: auto;
    /* max-width: 1800px; */
    /* margin: 0 auto; */
  }

  .p_g5 {
    max-width: 1800px;
    margin: 0 auto;
    padding: 15rem 0 0 0;
  }

  /* Hero & Carousel */
  .loop .item {

    height: auto;

    /* width: 50vw; */
    /* max-width: 1400px;
    height: 80vh; */
  }

  .hover-btn {
    padding: 3rem 4rem;
  }

  .hover-btn a h6 {
    font-size: 2.2rem;
  }

  .uptitle {
    padding: 6rem;
    font-size: 6rem;
  }


  .p_g3{
    padding: 4rem 0rem;
    padding-left: 4rem;
  }
  .circular-text svg{
    width: 350px !important;
    height: 350px !important;
  }
  .gallbutton{
    bottom: 15%;
    right: -15rem;
  }



  .txtcrd h2 {
    font-size: 3.5rem;
  }

  .txtcrd h6 {
    font-size: 3rem;
  }

  .upcm p {
    font-size: 2.5rem;
  }

  .grabb a {
    font-size: 2.4rem;
    padding: 1.5rem 2.5rem;
  }
  .singleicons{
    gap: 2rem;
  }
  .singleicons img{
    width: 2.5rem;
  }

  /* Stats Section */
  .stats_row {
    width: 60%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .vertflex h3 {
    font-size: 10rem;
  }

  .vertflex h6 {
    font-size: 2.8rem;
  }

  /* About Section */


  .abtsleft > div h3 {
    font-size: 9rem;
  }

  .abtsleft > div h6 {
    font-size: 3rem;
    margin-top: 3rem;
  }

  /* Artists Section */
  .framecontainer {
    padding: 10rem;
  }

  .divine {
    width: 30vh;
    height: 30vh;
  }

  .adnan {
    width: 20vh;
    height: 20vh;
    position: 3%;
  }

  .nora {
    width: 25vh;
    height: 40vh;
  }

  .sunidhi {
    width: 30vh;
    height: 30vh;
  }

  .krsna {
    width: 20vh;
    height: 20vh;
  }

  /* About Us Page */
  .imgabts {
    width: 100vw;
    height: 100vh;
  }

  .abtscon h2 {
    font-size: 5rem;
  }

  .abtsmain {
    max-width: 1800px;
    margin: 0 auto;
    gap: 10rem;
  }

  .imgconabtsl {
    width: 100%;
    height: 100%;
  }

  .abtsr h6 {
    font-size: 2.2rem;
  }

  /* Single Event Page */
  .single_eve_container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 20rem 0 8rem 0;
  }

  .single_specs p {
    font-size: 2.2rem;
  }

  /* Play Section */


  .thumbnail a {
    padding: 15rem;
  }

  /* Contact Form */
  .contactformcontainer {
    max-width: 1600px;
    margin: 0 auto;
    gap: 8rem;
  }

  .fieldcontainer div input,
  .message textarea {
    font-size: 2rem;
    padding: 2rem 3rem;
  }

  /* Footer */
  .footer {
    padding: 10rem 0;
  }

  .ftr_container {
    max-width: 1800px;
    margin: 0 auto;
  }

  .tag h1 {
    font-size: 6rem;
  }

  .tag h4 {
    font-size: 3rem;
  }

  .nav_ftr_links ul {
    gap: 6rem;
  }

  .nav_ftr_links ul li a h6 {
    font-size: 2.4rem;
  }

  .s_links a div {
    width: 5rem;
    height: 5rem;
  }

  .s_links a div img {
    width: 2.5rem;
  }

  .upg1{
    min-height: auto;
  }
  .cardcontainer{
    padding: 6rem ;
  }
  .upcards{
    padding: 4rem;
  }






  /* Performance Optimizations */
  .videocontainer video,
  .abts_video video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }

  img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Container Max-Widths */
  /* .cardcontainer,
  .hm_abtscontainer,
  .pastevents,
  .single_eve_container,
  
  .footer > div {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  } */
}